mirror of
https://github.com/HybridDog/builtin_item.git
synced 2024-12-22 17:00:27 +01:00
🐈
M init.lua
This commit is contained in:
parent
bb90a38c2e
commit
19c8b65f67
2
init.lua
2
init.lua
@ -134,7 +134,7 @@ item_entity.on_step = function(self, dtime)
|
||||
|
||||
local name = minetest.get_node(pos).name
|
||||
if name == "default:lava_flowing"
|
||||
or name == "default:lava_source" then
|
||||
or name == "default:lava_source" then -- update to newest default please
|
||||
minetest.sound_play("builtin_item_lava", {pos=p})
|
||||
minetest.add_particlespawner({
|
||||
amount = 3,
|
||||
|
Loading…
Reference in New Issue
Block a user