Skip to content

Commit

Permalink
Set is_ground_content = false for CNC machines
Browse files Browse the repository at this point in the history
  • Loading branch information
SwissalpS authored Mar 3, 2024
1 parent 05079d8 commit 258f12a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions technic_cnc/api.lua
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ function technic_cnc.register_cnc_machine(nodename, def)
paramtype2 = "facedir",
drop = nodename,
legacy_facedir_simple = true,
is_ground_content = false,
after_dig_node = def.after_dig_node or after_dig_node,
tube = def.tube,
digilines = def.digilines,
Expand Down

0 comments on commit 258f12a

Please sign in to comment.