-
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.
✨ vase support items recipes and lang
- Loading branch information
1 parent
79a79c7
commit fef7e5a
Showing
15 changed files
with
353 additions
and
8 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
34 changes: 34 additions & 0 deletions
34
...a/ultramarine/advancements/recipes/ultramarine.materials/blue_and_white_glaze_powder.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,34 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"rewards": { | ||
"recipes": [ | ||
"ultramarine:blue_and_white_glaze_powder" | ||
] | ||
}, | ||
"criteria": { | ||
"has_cobalt_dust": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"ultramarine:cobalt_dust" | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"has_the_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "ultramarine:blue_and_white_glaze_powder" | ||
} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_cobalt_dust", | ||
"has_the_recipe" | ||
] | ||
] | ||
} |
34 changes: 34 additions & 0 deletions
34
...d/resources/data/ultramarine/advancements/recipes/ultramarine.materials/calcite_dust.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,34 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"rewards": { | ||
"recipes": [ | ||
"ultramarine:calcite_dust" | ||
] | ||
}, | ||
"criteria": { | ||
"has_calcite": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"minecraft:calcite" | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"has_the_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "ultramarine:calcite_dust" | ||
} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_calcite", | ||
"has_the_recipe" | ||
] | ||
] | ||
} |
34 changes: 34 additions & 0 deletions
34
...esources/data/ultramarine/advancements/recipes/ultramarine.materials/large_clay_vase.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,34 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"rewards": { | ||
"recipes": [ | ||
"ultramarine:large_clay_vase" | ||
] | ||
}, | ||
"criteria": { | ||
"has_clay": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"minecraft:clay" | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"has_the_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "ultramarine:large_clay_vase" | ||
} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_clay", | ||
"has_the_recipe" | ||
] | ||
] | ||
} |
34 changes: 34 additions & 0 deletions
34
...sources/data/ultramarine/advancements/recipes/ultramarine.materials/medium_clay_vase.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,34 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"rewards": { | ||
"recipes": [ | ||
"ultramarine:medium_clay_vase" | ||
] | ||
}, | ||
"criteria": { | ||
"has_clay": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"minecraft:clay" | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"has_the_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "ultramarine:medium_clay_vase" | ||
} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_clay", | ||
"has_the_recipe" | ||
] | ||
] | ||
} |
34 changes: 34 additions & 0 deletions
34
...esources/data/ultramarine/advancements/recipes/ultramarine.materials/small_clay_vase.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,34 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"rewards": { | ||
"recipes": [ | ||
"ultramarine:small_clay_vase" | ||
] | ||
}, | ||
"criteria": { | ||
"has_clay": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"minecraft:clay" | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"has_the_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "ultramarine:small_clay_vase" | ||
} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_clay", | ||
"has_the_recipe" | ||
] | ||
] | ||
} |
34 changes: 34 additions & 0 deletions
34
...resources/data/ultramarine/advancements/recipes/ultramarine.materials/tall_clay_vase.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,34 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"rewards": { | ||
"recipes": [ | ||
"ultramarine:tall_clay_vase" | ||
] | ||
}, | ||
"criteria": { | ||
"has_clay": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"minecraft:clay" | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"has_the_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "ultramarine:tall_clay_vase" | ||
} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_clay", | ||
"has_the_recipe" | ||
] | ||
] | ||
} |
18 changes: 18 additions & 0 deletions
18
src/generated/resources/data/ultramarine/recipes/blue_and_white_glaze_powder.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,18 @@ | ||
{ | ||
"type": "minecraft:crafting_shapeless", | ||
"ingredients": [ | ||
{ | ||
"item": "ultramarine:calcite_dust" | ||
}, | ||
{ | ||
"item": "ultramarine:calcite_dust" | ||
}, | ||
{ | ||
"item": "ultramarine:cobalt_dust" | ||
} | ||
], | ||
"result": { | ||
"item": "ultramarine:blue_and_white_glaze_powder", | ||
"count": 3 | ||
} | ||
} |
8 changes: 8 additions & 0 deletions
8
src/generated/resources/data/ultramarine/recipes/calcite_dust.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,8 @@ | ||
{ | ||
"type": "minecraft:stonecutting", | ||
"ingredient": { | ||
"item": "minecraft:calcite" | ||
}, | ||
"result": "ultramarine:calcite_dust", | ||
"count": 1 | ||
} |
15 changes: 15 additions & 0 deletions
15
src/generated/resources/data/ultramarine/recipes/large_clay_vase.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,15 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
"O", | ||
"O" | ||
], | ||
"key": { | ||
"O": { | ||
"item": "minecraft:clay" | ||
} | ||
}, | ||
"result": { | ||
"item": "ultramarine:large_clay_vase" | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
src/generated/resources/data/ultramarine/recipes/medium_clay_vase.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,18 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
"o", | ||
"O" | ||
], | ||
"key": { | ||
"O": { | ||
"item": "minecraft:clay" | ||
}, | ||
"o": { | ||
"item": "minecraft:clay_ball" | ||
} | ||
}, | ||
"result": { | ||
"item": "ultramarine:medium_clay_vase" | ||
} | ||
} |
15 changes: 15 additions & 0 deletions
15
src/generated/resources/data/ultramarine/recipes/small_clay_vase.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,15 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"pattern": [ | ||
"o", | ||
"o" | ||
], | ||
"key": { | ||
"o": { | ||
"item": "minecraft:clay_ball" | ||
} | ||
}, | ||
"result": { | ||
"item": "ultramarine:small_clay_vase" | ||
} | ||
} |
Oops, something went wrong.