1 Commits

Author SHA1 Message Date
6bdb533906 Fix trunk duplication 2021-08-24 12:15:54 +02:00

View File

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