This commit is contained in:
ROllerozxa 2021-08-12 14:25:05 +02:00
parent aeaf605b44
commit 5cbec4b6a0
4 changed files with 25 additions and 23 deletions

View File

@ -48,3 +48,5 @@ minetest.item_drop = function(itemstack, dropper, pos)
old_drop(itemstack:take_item(1), dropper, pos)
return itemstack
end
dofile(minetest.get_modpath("minecraft") .. "/rotfix.lua")