Closed axcore closed 3 years ago
crafting.lua, line 557
Is output = "moreblocks:cactuschecker 4",
output = "moreblocks:cactuschecker 4",
Should be output = "moreblocks:cactus_checker 4",
output = "moreblocks:cactus_checker 4",
Both crafting recipes appear to work, since moreblocks:cactuschecker is aliased to moreblocks:cactus_checker. Nonetheless, I'll still fix the typo.
moreblocks:cactuschecker
moreblocks:cactus_checker
crafting.lua, line 557
Is
output = "moreblocks:cactuschecker 4",
Should be
output = "moreblocks:cactus_checker 4",