add c:wooden_barrels to recipe

tested in dev working fine, 
betterx, blockus, eden ring, vanilla and other mods barrels all accepted as viable recipe
This commit is contained in:
xanthian 2022-03-01 12:11:34 +00:00 committed by GitHub
parent c72f519248
commit e653d28a7d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,9 +6,13 @@
"WPW" "WPW"
], ],
"key": { "key": {
"B": { "B":[
{
"tag": "blockus:barrels" "tag": "blockus:barrels"
}, },
{
"tag": "c:wooden_barrels"
}],
"P": { "P": {
"item": "minecraft:paper" "item": "minecraft:paper"
}, },