Call constructer for mcl_stonecutter

This commit is contained in:
codiac 2023-10-14 13:05:51 +10:00
parent b13c80f941
commit e23619605b

View File

@ -257,8 +257,8 @@ local function init_nodes(p1, p2, size, rotation, pr)
--construct_node(p1, p2, "mcl_cartography_table:cartography_table")
--construct_node(p1, p2, "mcl_fletching_table:fletching_table")
--construct_node(p1, p2, "mcl_lectern:lectern")
--construct_node(p1, p2, "mcl_stonecutter:stonecutter")
construct_node(p1, p2, "mcl_stonecutter:stonecutter")
construct_node(p1, p2, "mcl_barrels:barrel_closed")
construct_node(p1, p2, "mcl_blast_furnace:blast_furnace")
construct_node(p1, p2, "mcl_brewing:stand_000")