Convert some more stuff to datagen!

This commit is contained in:
Zontreck 2024-02-20 03:02:05 -07:00
parent 1015b36ee5
commit ef5f27270a
38 changed files with 87 additions and 199 deletions

View file

@ -52,8 +52,6 @@ public class ModItems {
public static final RegistryObject<Item> VAULT_RAW_ORE = CreativeModeTabs.addToOTEModTab(ITEMS.register("raw_vault_steel_ore", () -> new Item(new Item.Properties().stacksTo(64))));
@Deprecated
public static final RegistryObject<Item> POSS_BALL = CreativeModeTabs.addToOTEModTab(ITEMS.register("poss_ball", () -> new DeprecatedItem()));
public static final RegistryObject<Item> MIAB = CreativeModeTabs.addToOTEModTab(ITEMS.register("mob_capture_ball", ()->new MobCaptureBall()));