Forgot toast for rubber planks

This commit is contained in:
Ayutac 2022-02-11 21:25:58 +01:00
parent 922880bf64
commit 3101b9a5b6

View file

@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"techreborn:crafting_table/misc_block/rubber_planks"
]
},
"criteria": {
"has_rubber_log": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"items": ["techreborn:rubber_log"]
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "techreborn:crafting_table/misc_block/rubber_planks"
}
}
},
"requirements": [
[
"has_rubber_log",
"has_the_recipe"
]
]
}