rubenwardy / crafting

Minetest Mod: Semi-realistic crafting
GNU Lesser General Public License v2.1
12 stars 13 forks source link

Prevent builtin crafting from working #15

Open rubenwardy opened 6 years ago

rubenwardy commented 6 years ago

CSM could be used to craft using the normal mechanism

Lejo1 commented 4 years ago

You could return an empty itemstack on minetest.register_on_craft if the crafting is attempt by the player and not the mod. EDIT: Or do other stuff like kicking/banning on disallowed crafting...