Add files via upload

This commit is contained in:
loosewheel
2022-02-27 10:03:39 +10:00
committed by GitHub
parent 914bdbbe30
commit e4b3ae935d
13 changed files with 1253 additions and 52 deletions

View File

@@ -70,24 +70,6 @@ end
--local function is_same_item (stack1, stack2)
--local copy1 = ItemStack (stack1)
--local copy2 = ItemStack (stack2)
--if copy1 and copy2 then
--copy1:set_count (1)
--copy2:set_count (1)
--if copy1:to_string () == copy2:to_string () then
--return true
--end
--end
--return false
--end
local function dig_node (pos, toolname)
local node = utils.get_far_node (pos)
local dig = false
@@ -335,7 +317,7 @@ local function add_effects (pos, radius, drops)
collisiondetection = false,
vertical = false,
texture = "lwcomponents_boom.png",
glow = 15,
glow = 14,
})
minetest.add_particlespawner ({