From b8fe412c9531e95f908eaeb7bec0ae58c6db3ce1 Mon Sep 17 00:00:00 2001 From: Kli Kli Date: Wed, 21 Dec 2022 18:49:40 +0100 Subject: [PATCH] chore: disable t4 divination rod --- .../com/klikli_dev/theurgy/registry/ItemRegistry.java | 10 +++++----- .../recipes/crafting/shaped/divination_rod_t4.json | 1 + 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/src/main/java/com/klikli_dev/theurgy/registry/ItemRegistry.java b/src/main/java/com/klikli_dev/theurgy/registry/ItemRegistry.java index 7db6b6891..56f9964a7 100644 --- a/src/main/java/com/klikli_dev/theurgy/registry/ItemRegistry.java +++ b/src/main/java/com/klikli_dev/theurgy/registry/ItemRegistry.java @@ -46,11 +46,11 @@ public class ItemRegistry { Tiers.STONE, TagRegistry.DIVINATION_ROD_T1_ALLOWED_BLOCKS, TagRegistry.DIVINATION_ROD_T1_DISALLOWED_BLOCKS, 96, 40, 10, true)); - public static final RegistryObject DIVINATION_ROD_T4 = - ITEMS.register("divination_rod_t4", () -> new DivinationRodItem( - defaultProperties().stacksTo(1).defaultDurability(1), - Tiers.STONE, TagRegistry.DIVINATION_ROD_T4_ALLOWED_BLOCKS, TagRegistry.DIVINATION_ROD_T4_DISALLOWED_BLOCKS, - 96, 40, 10, false)); +// public static final RegistryObject DIVINATION_ROD_T4 = +// ITEMS.register("divination_rod_t4", () -> new DivinationRodItem( +// defaultProperties().stacksTo(1).defaultDurability(1), +// Tiers.STONE, TagRegistry.DIVINATION_ROD_T4_ALLOWED_BLOCKS, TagRegistry.DIVINATION_ROD_T4_DISALLOWED_BLOCKS, +// 96, 40, 10, false)); public static Item.Properties defaultProperties() { return new Item.Properties().tab(Theurgy.CREATIVE_MODE_TAB); diff --git a/src/main/resources/data/theurgy/recipes/crafting/shaped/divination_rod_t4.json b/src/main/resources/data/theurgy/recipes/crafting/shaped/divination_rod_t4.json index 1618412af..702ec8747 100644 --- a/src/main/resources/data/theurgy/recipes/crafting/shaped/divination_rod_t4.json +++ b/src/main/resources/data/theurgy/recipes/crafting/shaped/divination_rod_t4.json @@ -1,5 +1,6 @@ { "type": "theurgy:divination_rod", + "conditions": [ "forge:false" ], "key": { "G": { "tag": "forge:gems/emerald"