Disable killme command to prevent freebie resources

master
AndrejIT 2021-08-08 19:58:05 +03:00 committed by Andrejs
parent 9c7669637f
commit 6f51373f09
5 changed files with 6 additions and 3 deletions

0
LICENSE Normal file → Executable file
View File

0
README.md Normal file → Executable file
View File

View File

@ -1,2 +0,0 @@
default
bones

4
init.lua Normal file → Executable file
View File

@ -1,8 +1,10 @@
-- Minetest 0.4 mod: bone_collector
-- Bones can be crafted to clay, sand or coal to motivate players clear the playground.
--
--
-- See README.txt for licensing and other information.
minetest.chatcommands["killme"] = nil
minetest.register_craft({
output = 'default:clay_lump',
recipe = {

3
mod.conf Normal file
View File

@ -0,0 +1,3 @@
name = bone_collector
description = Use bones as resource (for baren worlds)
depends = default,bones