Fix awkward torch models
This commit is contained in:
parent
7f393d9cd0
commit
8448c72ba7
4 changed files with 33 additions and 90 deletions
|
@ -40,8 +40,8 @@ mcl_torches.register_torch = function(substring, description, doc_items_longdesc
|
|||
drop = itemstring,
|
||||
selection_box = {
|
||||
type = "wallmounted",
|
||||
wall_top = {-1/16, -2/16, -1/16, 1/16, 0.5, 1/16},
|
||||
wall_bottom = {-1/16, -0.5, -1/16, 1/16, 2/16, 1/16},
|
||||
wall_top = {-1/16, -1/16, -1/16, 1/16, 0.5, 1/16},
|
||||
wall_bottom = {-1/16, -0.5, -1/16, 1/16, 1/16, 1/16},
|
||||
},
|
||||
sounds = sounds,
|
||||
node_placement_prediction = "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue