Remove 'pulverize' chat command
This commit is contained in:
parent
05a256d39e
commit
fa1bd60279
4
mods/no_pulverize/init.lua
Normal file
4
mods/no_pulverize/init.lua
Normal file
@ -0,0 +1,4 @@
|
||||
-- Remove the "pulverize" chat command.
|
||||
--[[ The player is not allowed to drop or destroy any
|
||||
-- items, it might leave the puzzle in an unsolvable state. ]]
|
||||
minetest.unregister_chatcommand("pulverize")
|
2
mods/no_pulverize/mod.conf
Normal file
2
mods/no_pulverize/mod.conf
Normal file
@ -0,0 +1,2 @@
|
||||
name = no_pulverize
|
||||
description = Removes the “pulverize” chat command
|
Loading…
x
Reference in New Issue
Block a user