-
-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
c:tools/melee_weapon
, c:tools/ranged_weapon
, and `c:tools/min…
…ing_tool` tool tags (#1253)
- Loading branch information
1 parent
fbee11a
commit 200ddd2
Showing
8 changed files
with
76 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 17 additions & 0 deletions
17
src/generated/resources/data/c/tags/item/tools/melee_weapon.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"values": [ | ||
"minecraft:wooden_sword", | ||
"minecraft:stone_sword", | ||
"minecraft:golden_sword", | ||
"minecraft:iron_sword", | ||
"minecraft:diamond_sword", | ||
"minecraft:netherite_sword", | ||
"minecraft:wooden_axe", | ||
"minecraft:stone_axe", | ||
"minecraft:golden_axe", | ||
"minecraft:iron_axe", | ||
"minecraft:diamond_axe", | ||
"minecraft:netherite_axe", | ||
"minecraft:mace" | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
src/generated/resources/data/c/tags/item/tools/mining_tool.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"values": [ | ||
"minecraft:wooden_pickaxe", | ||
"minecraft:stone_pickaxe", | ||
"minecraft:golden_pickaxe", | ||
"minecraft:iron_pickaxe", | ||
"minecraft:diamond_pickaxe", | ||
"minecraft:netherite_pickaxe" | ||
] | ||
} |
7 changes: 7 additions & 0 deletions
7
src/generated/resources/data/c/tags/item/tools/ranged_weapon.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"values": [ | ||
"minecraft:bow", | ||
"minecraft:crossbow", | ||
"minecraft:trident" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters