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:
parent
c72f519248
commit
e653d28a7d
1 changed files with 5 additions and 1 deletions
|
@ -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"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue