swapped panes to need any glass block and not the clear one
This commit is contained in:
parent
8144afaad8
commit
fb2a2dd864
3 changed files with 4 additions and 4 deletions
|
|
@ -1397,7 +1397,7 @@ const registerCreateRecipes = (event) => {
|
|||
'BAB',
|
||||
' B '
|
||||
], {
|
||||
A: 'minecraft:glass',
|
||||
A: '#forge:glass',
|
||||
B: x[1]
|
||||
}).id(`tfg:create/shaped/${x[0]}_window`)
|
||||
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ const registerCreateConnectedRecipes = (event) => {
|
|||
' A '
|
||||
], {
|
||||
A: 'afc:wood/planks/fig',
|
||||
B: 'minecraft:glass'
|
||||
B: '#forge:glass'
|
||||
}).id('create_connected:shaped/cherry_window_pane')
|
||||
|
||||
event.shaped('create_connected:bamboo_window_pane', [
|
||||
|
|
@ -78,6 +78,6 @@ const registerCreateConnectedRecipes = (event) => {
|
|||
'ABA'
|
||||
], {
|
||||
A: 'minecraft:bamboo_planks',
|
||||
B: 'minecraft:glass'
|
||||
B: '#forge:glass'
|
||||
}).id('create_connected:shaped/bamboo_window_pane')
|
||||
}
|
||||
|
|
@ -276,7 +276,7 @@ const registerCreatedecoRecipes = (event) => {
|
|||
' B ',
|
||||
'BAB'
|
||||
], {
|
||||
A: 'minecraft:glass',
|
||||
A: '#forge:glass',
|
||||
B: x[1]
|
||||
}).id(`createdeco:${x[0]}_window`)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue