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:
parent
77b9a5e7b4
commit
387d24996f
3 changed files with 7 additions and 30 deletions
6
src/main/resources/data/blockus/tags/items/barrels.json
Normal file
6
src/main/resources/data/blockus/tags/items/barrels.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"minecraft:barrel"
|
||||
]
|
||||
}
|
|
@ -7,7 +7,7 @@
|
|||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"item": "minecraft:barrel"
|
||||
"tag": "blockus:barrels"
|
||||
},
|
||||
"P": {
|
||||
"item": "minecraft:paper"
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue