Cranks, shafts, and spruce trees.

This commit is contained in:
Signal 2026-05-09 16:01:10 -04:00
parent 4659a008ac
commit 9011835cf4
40 changed files with 1496 additions and 104 deletions

View file

@ -70,7 +70,7 @@ end
-- Called when a pos is added to or removed from a network.
-- Whether an addition or deletion is being performed depends on whether the node at `pos` belongs to the `network_component` group.
function ns.update_network(pos)
function ns.update_network_(pos)
-- We're adding a node.
if minetest.get_item_group(minetest.get_node(pos).name, "network_component") > 0 then
-- Find all adjacent networks.