markelliott2342 wrote:hey can somone tell me a good modding software i dont know any and it has to be FREE
i have a really good idea for a mobs mod
You've come a long way from the prepackaged world of Minecraft.
1) Install Notepad++ or Gedit (or any IDE that does Lua)
2) Create a mod folder, say, newnode, and create a init.lua inside of that folder
3) Create a node definition with newnode:node and assign a random texture, eg default_wood.png or wool_white.png
4) Test it by using it in singleplayer with the giveme command, /giveme newnode:node -1
5) You have made your first mod.