From 75969eb9d7a4169ca27383e816d4f7fd17e06feb Mon Sep 17 00:00:00 2001 From: flux <25628292+fluxionary@users.noreply.github.com> Date: Sun, 26 Jun 2022 20:37:20 -0700 Subject: [PATCH] paranoid bugfixing --- stairsplus/craft_schemas/micro_8_all.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stairsplus/craft_schemas/micro_8_all.lua b/stairsplus/craft_schemas/micro_8_all.lua index 901953c..22e9f3a 100644 --- a/stairsplus/craft_schemas/micro_8_all.lua +++ b/stairsplus/craft_schemas/micro_8_all.lua @@ -2,7 +2,7 @@ local api = stairsplus.api local register_craft_schema = api.register_craft_schema for shape, shape_def in pairs(api.registered_shapes) do - if shape ~= "micro_8" then + if shape ~= "micro_8" and math.floor(shape_def.eighths) > 0 then register_craft_schema({ type = "shapeless", output = ("micro_8 %i"):format(shape_def.eighths),