Fix crash when using circular saw with nodes registered by stairsplus:register_custom_subset() (#211)

This commit is contained in:
The4codeblocks 2025-05-19 18:13:27 -05:00 committed by GitHub
parent 7f02b444dc
commit 3d36f1f2fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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