-
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
caffae0
commit f052eda
Showing
22 changed files
with
518 additions
and
11 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
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,9 +1,14 @@ | ||
CREDITS: | ||
|
||
Vanilla Tweaks | ||
- Craftable Nametag | ||
- Craftable Name Tag | ||
- Unpackable Wool | ||
https://vanillatweaks.net | ||
|
||
HexedHero | ||
- Cobweb recipe suggestion | ||
https://github.com/TheClassic36/Better-Craftables/issues/1 | ||
https://github.com/TheClassic36/Better-Craftables/issues/1 | ||
|
||
babarsc | ||
- Wool to String recipe suggestion | ||
https://github.com/TheClassic36/Better-Craftables/issues/4 |
32 changes: 32 additions & 0 deletions
32
data/crafting/advancement/recipes/misc/amethyst_block_to_shards.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,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"rewards": { | ||
"recipes": [ | ||
"crafting:amethyst_block_to_shards" | ||
] | ||
}, | ||
"criteria": { | ||
"has_amethyst": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"item": "minecraft:amethyst_block" | ||
} | ||
] | ||
} | ||
}, | ||
"has_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "crafting:amethyst_block_to_shards" | ||
} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_amethyst", | ||
"has_recipe" | ||
] | ||
] | ||
} |
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,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"rewards": { | ||
"recipes": [ | ||
"crafting:bell" | ||
] | ||
}, | ||
"criteria": { | ||
"has_gold_block": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"item": "minecraft:gold_block" | ||
} | ||
] | ||
} | ||
}, | ||
"has_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "crafting:bell" | ||
} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_gold_block", | ||
"has_recipe" | ||
] | ||
] | ||
} |
32 changes: 32 additions & 0 deletions
32
data/crafting/advancement/recipes/misc/copper_powered_rails.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,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"rewards": { | ||
"recipes": [ | ||
"crafting:copper_powered_rails" | ||
] | ||
}, | ||
"criteria": { | ||
"has_copper_ingot": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"item": "minecraft:copper_ingot" | ||
} | ||
] | ||
} | ||
}, | ||
"has_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "crafting:copper_powered_rails" | ||
} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_copper_ingot", | ||
"has_recipe" | ||
] | ||
] | ||
} |
32 changes: 32 additions & 0 deletions
32
data/crafting/advancement/recipes/misc/deepslate_to_cobbled.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,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"rewards": { | ||
"recipes": [ | ||
"crafting:deepslate_to_cobbled" | ||
] | ||
}, | ||
"criteria": { | ||
"has_deepslate": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"item": "minecraft:deepslate" | ||
} | ||
] | ||
} | ||
}, | ||
"has_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "crafting:deepslate_to_cobbled" | ||
} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_deepslate", | ||
"has_recipe" | ||
] | ||
] | ||
} |
32 changes: 32 additions & 0 deletions
32
data/crafting/advancement/recipes/misc/gilded_blackstone.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,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"rewards": { | ||
"recipes": [ | ||
"crafting:gilded_blackstone" | ||
] | ||
}, | ||
"criteria": { | ||
"has_gold_nugget": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"item": "minecraft:gold_nugget" | ||
} | ||
] | ||
} | ||
}, | ||
"has_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "crafting:gilded_blackstone" | ||
} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_gold_nugget", | ||
"has_recipe" | ||
] | ||
] | ||
} |
32 changes: 32 additions & 0 deletions
32
data/crafting/advancement/recipes/misc/glowstone_block_to_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,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"rewards": { | ||
"recipes": [ | ||
"crafting:glowstone_block_to_dust" | ||
] | ||
}, | ||
"criteria": { | ||
"has_glowstone": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"item": "minecraft:glowstone" | ||
} | ||
] | ||
} | ||
}, | ||
"has_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "crafting:glowstone_block_to_dust" | ||
} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_glowstone", | ||
"has_recipe" | ||
] | ||
] | ||
} |
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,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"rewards": { | ||
"recipes": [ | ||
"crafting:large_fern" | ||
] | ||
}, | ||
"criteria": { | ||
"has_fern": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"item": "minecraft:fern" | ||
} | ||
] | ||
} | ||
}, | ||
"has_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "crafting:large_fern" | ||
} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_fern", | ||
"has_recipe" | ||
] | ||
] | ||
} |
37 changes: 37 additions & 0 deletions
37
data/crafting/advancement/recipes/misc/mushroom_blocks.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,37 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"rewards": { | ||
"recipes": [ | ||
"crafting:brown_mushroom_block", | ||
"crafting:red_mushroom_block", | ||
"crafting:mushroom_stem" | ||
] | ||
}, | ||
"criteria": { | ||
"has_mushrooms": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"item": "minecraft:red_mushroom" | ||
}, | ||
{ | ||
"item": "minecraft:brown_mushroom" | ||
} | ||
] | ||
} | ||
}, | ||
"has_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "crafting:mushroom_stem" | ||
} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_mushrooms", | ||
"has_recipe" | ||
] | ||
] | ||
} |
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,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"rewards": { | ||
"recipes": [ | ||
"crafting:name_tag" | ||
] | ||
}, | ||
"criteria": { | ||
"has_paper": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"item": "minecraft:paper" | ||
} | ||
] | ||
} | ||
}, | ||
"has_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "crafting:name_tag" | ||
} | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_paper", | ||
"has_recipe" | ||
] | ||
] | ||
} |
Oops, something went wrong.