1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2024-09-21 12:10:23 +02:00

new burger texture

This commit is contained in:
tenplus1 2024-09-19 07:48:44 +01:00
parent 6185f95bcc
commit d59efa22d7
2 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ minetest.register_on_generated(function(minp, maxp)
if dir == 1 then pos.x = pos.x + 1 if dir == 1 then pos.x = pos.x + 1
elseif dir == 2 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 == 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 end
if dir < 5 if dir < 5

Binary file not shown.

Before

Width:  |  Height:  |  Size: 288 B

After

Width:  |  Height:  |  Size: 375 B