Improved gravel recipes. Thanks to Ayutac.

This commit is contained in:
Ayutac 2022-06-11 17:06:19 +02:00 committed by GitHub
parent 9420187a85
commit e06f07650a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 55 additions and 1 deletions

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:grinder/gravel"
]
},
"criteria": {
"has_gravel_material": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"tag": "techreborn:gravel_material"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:grinder/gravel"
}
}
},
"requirements": [
[
"has_gravel_material",
"has_the_recipe"
]
]
}

View file

@ -4,7 +4,7 @@
"time": 180,
"ingredients" : [
{
"tag": "minecraft:stone_tool_materials"
"tag": "techreborn:gravel_material"
}
],
"results" : [

View file

@ -0,0 +1,22 @@
{
"replace": false,
"values": [
"minecraft:stone",
"#minecraft:stone_bricks",
"minecraft:smooth_stone",
"minecraft:cobblestone",
"minecraft:deepslate",
"minecraft:deepslate_bricks",
"minecraft:cracked_deepslate_bricks",
"minecraft:deepslate_tiles",
"minecraft:cracked_deepslate_tiles",
"minecraft:polished_deepslate",
"minecraft:chiseled_deepslate",
"minecraft:cobbled_deepslate",
"minecraft:blackstone",
"minecraft:polished_blackstone",
"minecraft:chiseled_polished_blackstone",
"minecraft:polished_blackstone_bricks",
"minecraft:cracked_polished_blackstone_bricks"
]
}