Replace blockus:barrels with c:wooden_barrels, thanks to Xanthian
This commit is contained in:
commit
dbd0cd72f4
3 changed files with 8 additions and 10 deletions
|
@ -1,6 +0,0 @@
|
|||
{
|
||||
"replace": false,
|
||||
"values": [
|
||||
"minecraft:barrel"
|
||||
]
|
||||
}
|
4
src/main/resources/data/c/tags/items/wooden_barrels
Normal file
4
src/main/resources/data/c/tags/items/wooden_barrels
Normal file
|
@ -0,0 +1,4 @@
|
|||
{
|
||||
"replace": false,
|
||||
"values": ["minecraft:barrel"]
|
||||
}
|
|
@ -7,16 +7,16 @@
|
|||
],
|
||||
"key": {
|
||||
"B": {
|
||||
"tag": "blockus:barrels"
|
||||
"tag": "c:wooden_barrels"
|
||||
},
|
||||
"P": {
|
||||
"P": {
|
||||
"item": "minecraft:paper"
|
||||
},
|
||||
"W": {
|
||||
"W": {
|
||||
"tag": "minecraft:planks"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "techreborn:crude_storage_unit"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue