-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add force tools to appropriate tags (#108)
- Loading branch information
Showing
9 changed files
with
64 additions
and
3 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
src/generated/resources/.cache/0ce9513b0186cea52ebc929e2f8c8ccda756a973
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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
// 1.21.1 2024-10-02T17:02:16.0475798 Languages: en_us for mod: forcecraft | ||
71e86cc688b6922398e5f92a69a741a5850cc17e assets/forcecraft/lang/en_us.json | ||
// 1.21.1 2024-10-31T14:32:25.2100393 Languages: en_us for mod: forcecraft | ||
869f5e553ca3c0900695a7346e67450fbeb0c5d1 assets/forcecraft/lang/en_us.json |
8 changes: 7 additions & 1 deletion
8
src/generated/resources/.cache/4c771f18963704254e4ac70d3c4a47862c033e90
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 |
---|---|---|
@@ -1,13 +1,19 @@ | ||
// 1.21.1 2024-08-31T20:26:51.604925 Tags for minecraft:item mod id forcecraft | ||
// 1.21.1 2024-10-31T14:33:25.8092152 Tags for minecraft:item mod id forcecraft | ||
d964b17dbbb1870466808060f50c0991f7cfaf65 data/c/tags/item/ores.json | ||
f002772c304bb8350635523d7d3bb1c4fdb5796a data/c/tags/item/ores/power.json | ||
b73848b6920747aedc21ffb8aed7e3aa8d325f04 data/c/tags/item/ores_in_ground/deepslate.json | ||
5b2618b88b5b044099742e91e0a5e3ed254d91cf data/c/tags/item/ores_in_ground/stone.json | ||
e05efd811922fbbe385b35f046fa78667f037490 data/c/tags/item/tools/bow.json | ||
55b2df2a4c01e88a6f28e303e1f2bc4dee7cdfec data/c/tags/item/tools/shear.json | ||
53afa95f4f2972f61ad4870a14ffdad392433608 data/forcecraft/tags/item/baconator_food.json | ||
f37c1227f073af48a0e3f526510a90a1f11811d7 data/forcecraft/tags/item/chu_jelly.json | ||
ca0dfb4cd17d1a8bebda73a2ba9587fde8c1486d data/forcecraft/tags/item/ender.json | ||
2266034e578a6f8f80f45b0fadae1a067a3319d6 data/forcecraft/tags/item/entity_flasks.json | ||
ba8baa1de0654d18f27068517c95b5fb869c254a data/forcecraft/tags/item/force_furnace.json | ||
eff2e9b711edce9a5ae1875f820c2b5272b0779f data/forcecraft/tags/item/force_logs.json | ||
f6578c63f571b1fa389775ac66b9218c094d5150 data/forcecraft/tags/item/fortune.json | ||
d0839816bc5ce3b45313754d9906dbff2041e63c data/minecraft/tags/item/axes.json | ||
d1415442d2f9003a49daa7a187adfa9f33413cf4 data/minecraft/tags/item/meat.json | ||
ec66e38ccaacb630b256b4fde7d82d7b895d7172 data/minecraft/tags/item/pickaxes.json | ||
fafc476436a7cda16b83454f46b5a07b7e398a14 data/minecraft/tags/item/shovels.json | ||
919e6d75ea4faf772493aad779bb387136859c88 data/minecraft/tags/item/swords.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,5 @@ | ||
{ | ||
"values": [ | ||
"forcecraft:force_bow" | ||
] | ||
} |
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,5 @@ | ||
{ | ||
"values": [ | ||
"forcecraft:force_shears" | ||
] | ||
} |
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,5 @@ | ||
{ | ||
"values": [ | ||
"forcecraft:force_axe" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
src/generated/resources/data/minecraft/tags/item/pickaxes.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,5 @@ | ||
{ | ||
"values": [ | ||
"forcecraft:force_pickaxe" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
src/generated/resources/data/minecraft/tags/item/shovels.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,5 @@ | ||
{ | ||
"values": [ | ||
"forcecraft:force_shovel" | ||
] | ||
} |
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,5 @@ | ||
{ | ||
"values": [ | ||
"forcecraft:force_sword" | ||
] | ||
} |
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