1
0
mirror of https://github.com/mt-mods/plantlife_modpack.git synced 2025-07-18 15:50:32 +02:00

Fix trunk duplication

This commit is contained in:
2021-08-24 12:15:54 +02:00
parent c62610f544
commit 6bdb533906

View File

@ -58,6 +58,7 @@ for i in pairs(NoDe) do
if not minetest.setting_getbool("creative_mode") then if not minetest.setting_getbool("creative_mode") then
itemstack:take_item() itemstack:take_item()
end end
return itemstack
end end
end, end,
}) })