mirror of
https://codeberg.org/tenplus1/farming.git
synced 2024-11-10 20:30:31 +01:00
new burger texture
This commit is contained in:
parent
6185f95bcc
commit
d59efa22d7
|
@ -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
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 288 B After Width: | Height: | Size: 375 B |
Loading…
Reference in New Issue
Block a user