1
0
鏡像自 https://github.com/minetest-mods/moreblocks.git 已同步 2025-11-05 07:55:30 +01:00

paranoid bugfixing

此提交包含在:
flux
2022-06-26 20:37:20 -07:00
父節點 e6f58c3a07
當前提交 75969eb9d7

查看文件

@@ -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),