Make circular saw and all cut nodes considered as non-ground content (#204)

Default to not being ground content.
The few nodes that were registered as ground content shouldn't be considered ground content.

* cut nodes aren't ground content

By default make cut nodes non ground content but allow mods to register theirs as ground content if they want to.
This commit is contained in:
Luke aka SwissalpS
2024-02-27 20:24:51 +01:00
committed by GitHub
parent 79a0c76d40
commit 54b2217aeb
3 changed files with 3 additions and 43 deletions

View File

@ -133,6 +133,7 @@ stairsplus.register_single = function(category, alternate, info, modname, subnam
def[k] = v
end
def.is_ground_content = def.is_ground_content == true
def.drawtype = "nodebox"
def.paramtype = "light"
def.paramtype2 = def.paramtype2 or "facedir"