1
Modding help!
Im making a mod without modloader that adds a item that is very hard to get but when i put it into a crafting table and it goes away like every other item is there a code i can use that can give the item back to the player? Thx in advance!
12
I already made the mod i just need a code nevermind everybody i will make it myself thx for trying i really do thank you for your time
^^
It's not that easy to add a mod bro, you need to follow a lot of steps, first off, you need to make your class file, with no "[X]" anywhere, or the mod will not work, also, you need to find the folder which I ole nets the code to add the image to the mod, i presume you made a image for the mod, and also, the mod ALWAYS needs ModLoader by the way, hope this helps, just watch some vids or something, it should do the trick tovlearn java as easy as i did, i only started 2 days ago, and I'm pro
It doesn't always need ModLoader, except ModLoader makes it easier and you won't have to edit base classes unless needed.Editing base classes only makes it incompatible with mods that edit the same base classes.(Unless the code is somehow the same.)
Exactly what is the problem?
I don't understand.
If its a problem with crafting, add the recipe in the CraftingManager.java since you're not using ModLoader.
If its about getting it back when you die or something I don't know.....
I don't understand.
If its a problem with crafting, add the recipe in the CraftingManager.java since you're not using ModLoader.
If its about getting it back when you die or something I don't know.....
Its like the philosophers stone i just dont know how to fix it
Is it like the EE philosopher's stone - as in it's a necessary part of the mod recipes - or is it disappearing whenever you craft anything?
The book goes away like if you put two wooden planks to make sticks you loose the wooden planks when you get the sticks thats what happens with the book and i want to have a code so that the player gets the book back when they craft the item so they dont have to make the book again
That is how crafting works, you put something in, get something else out. You can't have both.
I still don't understand your problem.
It is a book that is needed for everything in the mod it takes 3 lapiz blocks 3 obsidion 2 diamonds and a ghast tear it is hard to make so i dont want them to lose it!
Maybe add some more information?
