1
0
mirror of https://github.com/luanti-org/minetest_game.git synced 2025-11-20 16:05:24 +01:00

Override /pulverize and /clearinv to require interact (#3217)

This commit is contained in:
sfan5
2025-11-17 23:25:40 +01:00
committed by GitHub
parent 052ccb0928
commit e4fe9c3c61
2 changed files with 29 additions and 0 deletions

View File

@@ -75,6 +75,7 @@ dofile(default_path.."/item_entity.lua")
dofile(default_path.."/craftitems.lua")
dofile(default_path.."/crafting.lua")
dofile(default_path.."/mapgen.lua")
dofile(default_path.."/chat.lua")
dofile(default_path.."/aliases.lua")
dofile(default_path.."/legacy.lua")