Skip to content

Commit

Permalink
chore: disable t4 divination rod
Browse files Browse the repository at this point in the history
  • Loading branch information
klikli-dev committed Dec 21, 2022
1 parent 275285a commit b8fe412
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/java/com/klikli_dev/theurgy/registry/ItemRegistry.java
Original file line number Diff line number Diff line change
Expand Up @@ -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<Item> 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<Item> 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);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"type": "theurgy:divination_rod",
"conditions": [ "forge:false" ],
"key": {
"G": {
"tag": "forge:gems/emerald"
Expand Down

0 comments on commit b8fe412

Please sign in to comment.