mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-17 05:10:25 +02:00
Is ground content (#64)
see https://github.com/pandorabox-io/pandorabox.io/issues/836
This commit is contained in:
committed by
GitHub
parent
280924c02b
commit
080551e647
@ -19,6 +19,8 @@ function homedecor.register(name, original_def)
|
||||
def._mcl_hardness=1.6
|
||||
end
|
||||
|
||||
def.is_ground_content = def.is_ground_content == true
|
||||
|
||||
def.drawtype = def.drawtype
|
||||
or (def.mesh and "mesh")
|
||||
or (def.node_box and "nodebox")
|
||||
|
Reference in New Issue
Block a user