Replace blockus:barrels with c:wooden_barrels, thanks to Xanthian

This commit is contained in:
Ayutac 2022-03-25 12:29:59 +01:00 committed by GitHub
commit dbd0cd72f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 10 deletions

View file

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

View file

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

View file

@ -7,12 +7,12 @@
], ],
"key": { "key": {
"B": { "B": {
"tag": "blockus:barrels" "tag": "c:wooden_barrels"
}, },
"P": { "P": {
"item": "minecraft:paper" "item": "minecraft:paper"
}, },
"W": { "W": {
"tag": "minecraft:planks" "tag": "minecraft:planks"
} }
}, },