-
Notifications
You must be signed in to change notification settings - Fork 1
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
073bb9e
commit b0ed3ba
Showing
232 changed files
with
1,017 additions
and
258 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Disable autocrlf on generated files, they always generate with LF | ||
# Add any extra files or paths here to make git stop saying they | ||
# are changed when only line endings change. | ||
src/generated/**/.cache/cache text eol=lf | ||
src/generated/**/*.json text eol=lf |
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
Large diffs are not rendered by default.
Oops, something went wrong.
43 changes: 43 additions & 0 deletions
43
...nerated/resources/data/janoeo_arsenal/advancements/recipes/janoeo.tool.group/tin_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,43 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"rewards": { | ||
"recipes": [ | ||
"janoeo_arsenal:tin_axe" | ||
] | ||
}, | ||
"criteria": { | ||
"has_tin": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"tag": "forge:ingots/tin" | ||
} | ||
] | ||
} | ||
}, | ||
"has_stick": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"tag": "forge:rods/wooden" | ||
} | ||
] | ||
} | ||
}, | ||
"has_the_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "janoeo_arsenal:tin_axe" | ||
} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_tin", | ||
"has_stick", | ||
"has_the_recipe" | ||
] | ||
] | ||
} |
43 changes: 43 additions & 0 deletions
43
...nerated/resources/data/janoeo_arsenal/advancements/recipes/janoeo.tool.group/tin_hoe.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,43 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"rewards": { | ||
"recipes": [ | ||
"janoeo_arsenal:tin_hoe" | ||
] | ||
}, | ||
"criteria": { | ||
"has_tin": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"tag": "forge:ingots/tin" | ||
} | ||
] | ||
} | ||
}, | ||
"has_stick": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"tag": "forge:rods/wooden" | ||
} | ||
] | ||
} | ||
}, | ||
"has_the_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "janoeo_arsenal:tin_hoe" | ||
} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_tin", | ||
"has_stick", | ||
"has_the_recipe" | ||
] | ||
] | ||
} |
43 changes: 43 additions & 0 deletions
43
...ted/resources/data/janoeo_arsenal/advancements/recipes/janoeo.tool.group/tin_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,43 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"rewards": { | ||
"recipes": [ | ||
"janoeo_arsenal:tin_pickaxe" | ||
] | ||
}, | ||
"criteria": { | ||
"has_tin": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"tag": "forge:ingots/tin" | ||
} | ||
] | ||
} | ||
}, | ||
"has_stick": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"tag": "forge:rods/wooden" | ||
} | ||
] | ||
} | ||
}, | ||
"has_the_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "janoeo_arsenal:tin_pickaxe" | ||
} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_tin", | ||
"has_stick", | ||
"has_the_recipe" | ||
] | ||
] | ||
} |
43 changes: 43 additions & 0 deletions
43
...ated/resources/data/janoeo_arsenal/advancements/recipes/janoeo.tool.group/tin_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,43 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"rewards": { | ||
"recipes": [ | ||
"janoeo_arsenal:tin_shovel" | ||
] | ||
}, | ||
"criteria": { | ||
"has_tin": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"tag": "forge:ingots/tin" | ||
} | ||
] | ||
} | ||
}, | ||
"has_stick": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"tag": "forge:rods/wooden" | ||
} | ||
] | ||
} | ||
}, | ||
"has_the_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "janoeo_arsenal:tin_shovel" | ||
} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_tin", | ||
"has_stick", | ||
"has_the_recipe" | ||
] | ||
] | ||
} |
43 changes: 43 additions & 0 deletions
43
...rated/resources/data/janoeo_arsenal/advancements/recipes/janoeo.tool.group/tin_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,43 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"rewards": { | ||
"recipes": [ | ||
"janoeo_arsenal:tin_sword" | ||
] | ||
}, | ||
"criteria": { | ||
"has_tin": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"tag": "forge:ingots/tin" | ||
} | ||
] | ||
} | ||
}, | ||
"has_stick": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"tag": "forge:rods/wooden" | ||
} | ||
] | ||
} | ||
}, | ||
"has_the_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "janoeo_arsenal:tin_sword" | ||
} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_tin", | ||
"has_stick", | ||
"has_the_recipe" | ||
] | ||
] | ||
} |
19 changes: 19 additions & 0 deletions
19
src/generated/resources/data/janoeo_arsenal/recipes/tin_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,19 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
"AA", | ||
"AS", | ||
" S" | ||
], | ||
"key": { | ||
"A": { | ||
"tag": "forge:ingots/tin" | ||
}, | ||
"S": { | ||
"tag": "forge:rods/wooden" | ||
} | ||
}, | ||
"result": { | ||
"item": "janoeo_arsenal:tin_axe" | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
src/generated/resources/data/janoeo_arsenal/recipes/tin_hoe.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,19 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
"AA", | ||
" S", | ||
" S" | ||
], | ||
"key": { | ||
"A": { | ||
"tag": "forge:ingots/tin" | ||
}, | ||
"S": { | ||
"tag": "forge:rods/wooden" | ||
} | ||
}, | ||
"result": { | ||
"item": "janoeo_arsenal:tin_hoe" | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
src/generated/resources/data/janoeo_arsenal/recipes/tin_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,19 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
"AAA", | ||
" S ", | ||
" S " | ||
], | ||
"key": { | ||
"A": { | ||
"tag": "forge:ingots/tin" | ||
}, | ||
"S": { | ||
"tag": "forge:rods/wooden" | ||
} | ||
}, | ||
"result": { | ||
"item": "janoeo_arsenal:tin_pickaxe" | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
src/generated/resources/data/janoeo_arsenal/recipes/tin_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,19 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
"A", | ||
"S", | ||
"S" | ||
], | ||
"key": { | ||
"A": { | ||
"tag": "forge:ingots/tin" | ||
}, | ||
"S": { | ||
"tag": "forge:rods/wooden" | ||
} | ||
}, | ||
"result": { | ||
"item": "janoeo_arsenal:tin_shovel" | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
src/generated/resources/data/janoeo_arsenal/recipes/tin_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,19 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
"C", | ||
"C", | ||
"S" | ||
], | ||
"key": { | ||
"C": { | ||
"tag": "forge:ingots/tin" | ||
}, | ||
"S": { | ||
"tag": "forge:rods/wooden" | ||
} | ||
}, | ||
"result": { | ||
"item": "janoeo_arsenal:tin_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
Oops, something went wrong.