make jonez:wrought_lattice_bottom craftable: turn recipie 90 degrees

This commit is contained in:
whosit 2021-06-29 11:42:52 +03:00
parent 14c5d82689
commit b8e5733d39
1 changed files with 3 additions and 3 deletions

View File

@ -265,9 +265,9 @@ local panels = {
textures={front="jonez_wrought_lattice_bottom.png", edge="jonez_panes_edge.png"},
use_texture_alpha = true,
recipe = {
{'', '', ''},
{'default:steel_ingot', 'default:tin_ingot', 'default:steel_ingot'},
{'default:steel_ingot', 'default:tin_ingot', 'default:steel_ingot'},
{'default:steel_ingot', 'default:steel_ingot'},
{'default:tin_ingot', 'default:tin_ingot'},
{'default:steel_ingot', 'default:steel_ingot'},
}
},
{name= "palace_window_top", description= "Palace Window (Top)",