minetest-mods / moreblocks

More Blocks
https://content.minetest.net/packages/Calinou/moreblocks/
zlib License
45 stars 67 forks source link

Broken crafting recipe #185

Closed axcore closed 3 years ago

axcore commented 3 years ago

crafting.lua, line 557

Is output = "moreblocks:cactuschecker 4",

Should be output = "moreblocks:cactus_checker 4",

Calinou commented 3 years ago

Both crafting recipes appear to work, since moreblocks:cactuschecker is aliased to moreblocks:cactus_checker. Nonetheless, I'll still fix the typo.