1
0
kopia lustrzana https://codeberg.org/tenplus1/farming.git synced 2025-10-22 11:45:25 +02:00

new burger texture

This commit is contained in:
tenplus1
2024-09-19 07:48:44 +01:00
rodzic 6185f95bcc
commit d59efa22d7
2 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@@ -168,7 +168,7 @@ minetest.register_on_generated(function(minp, maxp)
if dir == 1 then pos.x = pos.x + 1
elseif dir == 2 then pos.x = pos.x - 1
elseif dir == 3 then pos.z = pos.z + 1
elseif dir == 4 then pos.z = pos.z -1
elseif dir == 4 then pos.z = pos.z - 1
end
if dir < 5