mirror of
https://github.com/mt-mods/home_workshop_modpack.git
synced 2025-07-16 07:20:25 +02:00
small fixes
This commit is contained in:
@ -38,7 +38,7 @@ local function reg_simple(name, def)
|
||||
item = item[math.random(#item)]
|
||||
end
|
||||
|
||||
minetest.spawn_item(dpos, item)
|
||||
minetest.add_item(dpos, item)
|
||||
|
||||
if not minetest.is_creative_enabled(pname) then
|
||||
itemstack:take_item()
|
||||
|
@ -1 +1 @@
|
||||
optional_depends = "screwdriver"
|
||||
optional_depends = screwdriver
|
Reference in New Issue
Block a user