Check true boolean value to enable crafting

This commit is contained in:
stujones11 2016-12-31 19:22:05 +00:00
parent 89623ea11d
commit b2397014c6
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ register_scaffold("meshnode:scaffold_fence", {fence=1})
register_scaffold("meshnode:scaffold_wall", {wall=1})
register_scaffold("meshnode:scaffold_pane", {pane=1})
if meshnode.config.enable_crafting then
if meshnode.config.enable_crafting == true then
minetest.register_craft({
output = "meshnode:controller",
recipe = {