mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-12-23 00:20:17 +01:00
fix rotation of top/bottom textures of open gates
This commit is contained in:
parent
0ff3013895
commit
f7ccf20410
@ -420,8 +420,8 @@ for i, g in ipairs(gate_list) do
|
|||||||
def.selection_box.fixed = { 0.4, -0.5, -0.5, 0.5, 0.5, 0.5 }
|
def.selection_box.fixed = { 0.4, -0.5, -0.5, 0.5, 0.5, 0.5 }
|
||||||
def.node_box.fixed = gate_models_open[i]
|
def.node_box.fixed = gate_models_open[i]
|
||||||
def.tiles = {
|
def.tiles = {
|
||||||
tiles[1],
|
tiles[1].."^[transformR90",
|
||||||
tiles[2],
|
tiles[2].."^[transformR270",
|
||||||
tiles[6],
|
tiles[6],
|
||||||
tiles[5],
|
tiles[5],
|
||||||
tiles[4],
|
tiles[4],
|
||||||
|
Loading…
Reference in New Issue
Block a user