-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
24aadc4
commit c323b8a
Showing
26 changed files
with
368 additions
and
6 deletions.
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
6 changes: 5 additions & 1 deletion
6
src/generated/resources/.cache/9f61bb65fbe4cfb8a15e0d3253c99409d3dd169b
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
4 changes: 2 additions & 2 deletions
4
src/generated/resources/.cache/c622617f6fabf890a00b9275cd5f643584a8a2c8
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.20.1 2023-08-28T05:16:02.6313285 Languages: en_us | ||
936de8f330147a41bc87c3e919779ab26648fe98 assets/armourandtoolsmod/lang/en_us.json | ||
// 1.20.1 2023-08-30T12:33:42.9741275 Languages: en_us | ||
601874194d902031d40fcc5bf0372a7391ae9381 assets/armourandtoolsmod/lang/en_us.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
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_axe.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld", | ||
"textures": { | ||
"layer0": "armourandtoolsmod:item/amethyst_axe" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_pickaxe.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld", | ||
"textures": { | ||
"layer0": "armourandtoolsmod:item/amethyst_pickaxe" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_shovel.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld", | ||
"textures": { | ||
"layer0": "armourandtoolsmod:item/amethyst_shovel" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/armourandtoolsmod/models/item/amethyst_sword.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,6 @@ | ||
{ | ||
"parent": "minecraft:item/handheld", | ||
"textures": { | ||
"layer0": "armourandtoolsmod:item/amethyst_sword" | ||
} | ||
} |
35 changes: 35 additions & 0 deletions
35
src/generated/resources/data/armourandtoolsmod/advancements/recipes/tools/amethyst_axe.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,35 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_item": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"minecraft:amethyst_shard" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "armourandtoolsmod:amethyst_axe" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_item", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"armourandtoolsmod:amethyst_axe" | ||
] | ||
}, | ||
"sends_telemetry_event": true | ||
} |
35 changes: 35 additions & 0 deletions
35
...nerated/resources/data/armourandtoolsmod/advancements/recipes/tools/amethyst_pickaxe.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,35 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_item": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"minecraft:amethyst_shard" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "armourandtoolsmod:amethyst_pickaxe" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_item", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"armourandtoolsmod:amethyst_pickaxe" | ||
] | ||
}, | ||
"sends_telemetry_event": true | ||
} |
35 changes: 35 additions & 0 deletions
35
...enerated/resources/data/armourandtoolsmod/advancements/recipes/tools/amethyst_shovel.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,35 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_item": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"minecraft:amethyst_shard" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "armourandtoolsmod:amethyst_shovel" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_item", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"armourandtoolsmod:amethyst_shovel" | ||
] | ||
}, | ||
"sends_telemetry_event": true | ||
} |
35 changes: 35 additions & 0 deletions
35
...generated/resources/data/armourandtoolsmod/advancements/recipes/tools/amethyst_sword.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,35 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_item": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"minecraft:amethyst_shard" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "armourandtoolsmod:amethyst_sword" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_item", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"armourandtoolsmod:amethyst_sword" | ||
] | ||
}, | ||
"sends_telemetry_event": true | ||
} |
20 changes: 20 additions & 0 deletions
20
src/generated/resources/data/armourandtoolsmod/recipes/amethyst_axe.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,20 @@ | ||
{ | ||
"type": "armourandtoolsmod:custom_tool_crafter", | ||
"category": "axe", | ||
"key": { | ||
"A": { | ||
"item": "minecraft:amethyst_shard" | ||
}, | ||
"S": { | ||
"item": "minecraft:stick" | ||
} | ||
}, | ||
"pattern": [ | ||
" AA", | ||
" SA", | ||
" S " | ||
], | ||
"result": { | ||
"item": "armourandtoolsmod:amethyst_axe" | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
src/generated/resources/data/armourandtoolsmod/recipes/amethyst_pickaxe.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,20 @@ | ||
{ | ||
"type": "armourandtoolsmod:custom_tool_crafter", | ||
"category": "pickaxe", | ||
"key": { | ||
"A": { | ||
"item": "minecraft:amethyst_shard" | ||
}, | ||
"S": { | ||
"item": "minecraft:stick" | ||
} | ||
}, | ||
"pattern": [ | ||
"AAA", | ||
" S ", | ||
" S " | ||
], | ||
"result": { | ||
"item": "armourandtoolsmod:amethyst_pickaxe" | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
src/generated/resources/data/armourandtoolsmod/recipes/amethyst_shovel.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,20 @@ | ||
{ | ||
"type": "armourandtoolsmod:custom_tool_crafter", | ||
"category": "shovel", | ||
"key": { | ||
"A": { | ||
"item": "minecraft:amethyst_shard" | ||
}, | ||
"S": { | ||
"item": "minecraft:stick" | ||
} | ||
}, | ||
"pattern": [ | ||
" A ", | ||
" S ", | ||
" S " | ||
], | ||
"result": { | ||
"item": "armourandtoolsmod:amethyst_shovel" | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
src/generated/resources/data/armourandtoolsmod/recipes/amethyst_sword.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,20 @@ | ||
{ | ||
"type": "armourandtoolsmod:custom_tool_crafter", | ||
"category": "sword", | ||
"key": { | ||
"A": { | ||
"item": "minecraft:amethyst_shard" | ||
}, | ||
"S": { | ||
"item": "minecraft:stick" | ||
} | ||
}, | ||
"pattern": [ | ||
" A ", | ||
" A ", | ||
" S " | ||
], | ||
"result": { | ||
"item": "armourandtoolsmod:amethyst_sword" | ||
} | ||
} |
Oops, something went wrong.