Simplified crude storage unit recipe. Thanks to Ayutac

* Simplified crude storage unit recipe

The normal one was contained within the blockus one, given that the tag existed. This commit sees to that.

* Corrected the tag folder
This commit is contained in:
Ayutac 2022-01-07 14:24:17 +01:00 committed by GitHub
parent 77b9a5e7b4
commit 387d24996f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 30 deletions

View file

@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"minecraft:barrel"
]
}

View file

@ -7,7 +7,7 @@
], ],
"key": { "key": {
"B": { "B": {
"item": "minecraft:barrel" "tag": "blockus:barrels"
}, },
"P": { "P": {
"item": "minecraft:paper" "item": "minecraft:paper"

View file

@ -1,29 +0,0 @@
{
"type": "minecraft:crafting_shaped",
"pattern": [
"WWW",
"WBW",
"WPW"
],
"key": {
"B": {
"tag": "blockus:barrels"
},
"P": {
"item": "minecraft:paper"
},
"W": {
"tag": "minecraft:planks"
}
},
"result": {
"item": "techreborn:crude_storage_unit"
},
"conditions": {
"reborncore:mod": "blockus"
}
}