Skip to content

Commit

Permalink
Update incorrect tool tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Noaaan committed Aug 20, 2024
1 parent a5d8625 commit edfb1ff
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/main/java/nourl/mythicmetals/blocks/MythicBlocks.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class MythicBlocks {
.createOreVariant("deepslate", DIAMOND_MINING_LEVEL)
.finish();

public static final Block CARMOT_NUKE_CORE = new Block(AbstractBlock.Settings.copy(BANGLUM_NUKE_CORE));
public static final Block CARMOT_NUKE_CORE = new Block(AbstractBlock.Settings.copy(BANGLUM_NUKE_CORE));

public static final BlockSet CELESTIUM = BlockSet.Builder.begin("celestium", false)
.createAnvilSet(10F, 15F, MYTHIC_MINING_LEVEL).finish();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"values": [
"#mythicmetals:needs_netherite_tool",
"#minecraft:needs_netherite_tool",
"#mythicmetals:needs_unobtainable_tool"
]
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"values": [
"#mythicmetals:needs_netherite_tool",
"#minecraft:needs_netherite_tool",
"#mythicmetals:needs_unobtainable_tool"
]
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"values": [
"#mythicmetals:needs_netherite_tool",
"#minecraft:needs_netherite_tool",
"#mythicmetals:needs_unobtainable_tool"
]
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"values": [
"#mythicmetals:needs_netherite_tool",
"#minecraft:needs_netherite_tool",
"#mythicmetals:needs_unobtainable_tool"
]
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"values": [
"#mythicmetals:needs_netherite_tool",
"#minecraft:needs_netherite_tool",
"#mythicmetals:needs_unobtainable_tool"
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"_comment": "metallurgium and celestium will not be able to mine blocks in this tag",
"replace": false
}

0 comments on commit edfb1ff

Please sign in to comment.