Fix Failed to generate "[sheet:4x4:3,4"

This commit is contained in:
1F616EMO 2024-04-26 21:07:55 +08:00
parent 20a59ddd30
commit 85d04bffc9
No known key found for this signature in database
GPG key ID: EF52EFA8E05859B2

View file

@ -347,7 +347,7 @@ function animalia.add_food_particle(self, item_name)
if def.tiles then
image = def.tiles[1].name or def.tiles[1]
end
if image then
if image and image ~= "" then
local crop = "^[sheet:4x4:" .. random(4) .. "," .. random(4)
minetest.add_particlespawner({
pos = head_pos,