How can I make a new MetaItem?
Hydrogen897 opened this issue · 6 comments
Its better to ask these things on discord.
And be more specific with your question. Are you making a mod or are you using crafttweaker. If you are using DevTech, then do this
import mods.gregtech.MetaItem;
MetaItem.create(1, "some_id");
in
/src/main/java/gregtech/common/items/MetaItem1.java
you can register new items
Oh thanks you!But I need like Devtech1 to register MetaItem. And Devtech2 seems to have no custom MetaItem.
Its better to ask these things on discord. And be more specific with your question. Are you making a mod or are you using crafttweaker. If you are using DevTech, then do this
import mods.gregtech.MetaItem; MetaItem.create(1, "some_id");
Should the resource files be placed in the gregtech directory or the devtech directory.