From 3d36f1f2fe91110fbaf39ff7d03d78ae31ac30b9 Mon Sep 17 00:00:00 2001 From: The4codeblocks <72419529+The4codeblocks@users.noreply.github.com> Date: Mon, 19 May 2025 18:13:27 -0500 Subject: [PATCH] Fix crash when using circular saw with nodes registered by `stairsplus:register_custom_subset()` (#211) --- stairsplus/custom.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/stairsplus/custom.lua b/stairsplus/custom.lua index 961d1ea..6b7bb5e 100644 --- a/stairsplus/custom.lua +++ b/stairsplus/custom.lua @@ -94,4 +94,5 @@ function stairsplus:register_custom_subset(subset, modname, subname, recipeitem, end circular_saw.known_nodes[recipeitem] = {modname, subname} + circular_saw.microblocks[modname.. ":micro_" .. subname] = {modname, subname} end