mirror of
https://github.com/dragonruler1000/hdm-mod.git
synced 2025-06-29 16:39:32 -05:00
Working on adding a Block of Dust
This commit is contained in:
parent
5f94c642db
commit
6115aeb503
11 changed files with 79 additions and 4 deletions
|
@ -13,7 +13,7 @@ public class ModItems {
|
|||
DeferredRegister.create(ForgeRegistries.ITEMS, Hdm_mod.MOD_ID);
|
||||
|
||||
public static final RegistryObject<Item> DUST = ITEMS.register("dust",
|
||||
() -> new Item(new Item.Properties().isImmuneToFire().maxStackSize(63).group(ModItenGroup.HDM_ITEM_GROUP)));
|
||||
() -> new Item(new Item.Properties().isImmuneToFire().maxStackSize(63).group(ModItemGroup.HDM_ITEM_GROUP)));
|
||||
|
||||
// public static final RegistryObject<Item> OMELET = ITEMS.register("omelet",
|
||||
// () -> new Item(new Item.Properties().food()))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue