mirror of
https://github.com/mt-mods/pipeworks.git
synced 2025-06-29 14:50:41 +02:00
Is ground content (#110)
* trashcan isn't ground content * pipes aren't ground content * auto tree tap isn't ground content * filter-injectors aren't ground content * devices aren't ground content also some whitespace indentation fixes * is_ground_content * autocrafter isn't ground content * tubes aren't ground content * pane_embedded_tube isn't ground content * embedded_tube isn't ground content * routing tubes aren't ground content * whitespace fix indentation
This commit is contained in:
committed by
GitHub
parent
96dca7e540
commit
c7b153f1ef
@ -27,6 +27,7 @@ function pipeworks.register_embedded_tube(nodename, opts)
|
||||
pickaxey=1,
|
||||
handy=1
|
||||
},
|
||||
is_ground_content = false,
|
||||
_mcl_hardness = 0.8,
|
||||
legacy_facedir_simple = true,
|
||||
_sound_def = {
|
||||
|
Reference in New Issue
Block a user