How do I add my own custom items?
Seagate-1TB opened this issue ยท 7 comments
I am running eclipse on my laptop, and I'm trying to find out how to make custom items (such as fuel rods) with their own stats and everything, but I am new to java coding, how do I do this?
I have git cloned it to a folder called "CUSTOM-HBM-NTM" and I don't know what to do
You should...probably delete this before HBM sees it, ooooh boy is he gonna be pissed with you if he sees it, a nice verbal beatdown
For instructions on how to build the mod, consult the README. Items are generally all found and registered in com.hbm.items.ModItems.java
, create a field at the top, instantiate in the middle and then use GameRegistry.registerItem
at the bottom.
So the only thing is to do is create a field, instantiate it, and use GameRegistery.registerItem, I'll start making my images for the RTG pellets