From fa1bd60279f6749c8e4c4135f453729d03d47b81 Mon Sep 17 00:00:00 2001 From: Wuzzy Date: Sun, 26 Dec 2021 04:06:31 +0100 Subject: [PATCH] Remove 'pulverize' chat command --- mods/no_pulverize/init.lua | 4 ++++ mods/no_pulverize/mod.conf | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 mods/no_pulverize/init.lua create mode 100644 mods/no_pulverize/mod.conf diff --git a/mods/no_pulverize/init.lua b/mods/no_pulverize/init.lua new file mode 100644 index 0000000..063b0b3 --- /dev/null +++ b/mods/no_pulverize/init.lua @@ -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") diff --git a/mods/no_pulverize/mod.conf b/mods/no_pulverize/mod.conf new file mode 100644 index 0000000..7671634 --- /dev/null +++ b/mods/no_pulverize/mod.conf @@ -0,0 +1,2 @@ +name = no_pulverize +description = Removes the “pulverize” chat command