mirror of
https://github.com/ElCeejo/animalia.git
synced 2025-04-30 13:31:39 -04:00
Merge 70e011ef8b
into 259e741282
This commit is contained in:
commit
0b57092094
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ function animalia.add_food_particle(self, item_name)
|
||||||
image = def.tiles[1].name or def.tiles[1]
|
image = def.tiles[1].name or def.tiles[1]
|
||||||
end
|
end
|
||||||
if image then
|
if image then
|
||||||
local crop = "^[sheet:4x4:" .. random(4) .. "," .. random(4)
|
local crop = "^[sheet:4x4:" .. random(0, 3) .. "," .. random(0, 3)
|
||||||
minetest.add_particlespawner({
|
minetest.add_particlespawner({
|
||||||
pos = head_pos,
|
pos = head_pos,
|
||||||
time = 0.5,
|
time = 0.5,
|
||||||
|
|
Loading…
Add table
Reference in a new issue