Initial work on the Ritual Tinkerer
Includes the code for the Item and the generation of the translation strings.
This commit is contained in:
parent
d182b90f9a
commit
f9e78fcb40
7 changed files with 590 additions and 1 deletions
|
@ -125,6 +125,8 @@ public class BloodMagicItems
|
|||
public static final RegistryObject<Item> BASE_RITUAL_DIVINER = BASICITEMS.register("ritualdiviner", () -> new ItemRitualDiviner(0));
|
||||
public static final RegistryObject<Item> DUSK_RITUAL_DIVINER = BASICITEMS.register("ritualdivinerdusk", () -> new ItemRitualDiviner(1));
|
||||
|
||||
public static final RegistryObject<Item> RITUAL_READER = BASICITEMS.register("ritualtinkerer", ItemRitualReader::new);
|
||||
|
||||
// Reagents used to make the Sigils
|
||||
public static final RegistryObject<Item> REAGENT_WATER = BASICITEMS.register("reagentwater", () -> new ItemBase());
|
||||
public static final RegistryObject<Item> REAGENT_LAVA = BASICITEMS.register("reagentlava", () -> new ItemBase());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue