swapped panes to need any glass block and not the clear one

This commit is contained in:
Pyritie 2025-04-23 23:33:12 +01:00
parent 8144afaad8
commit fb2a2dd864
3 changed files with 4 additions and 4 deletions

View file

@ -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`)

View file

@ -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')
}

View file

@ -276,7 +276,7 @@ const registerCreatedecoRecipes = (event) => {
' B ',
'BAB'
], {
A: 'minecraft:glass',
A: '#forge:glass',
B: x[1]
}).id(`createdeco:${x[0]}_window`)