mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2025-07-16 12:40:25 +02:00
abstract common nodebox forms, fixing some ignored ones in the process
This commit is contained in:
@ -274,10 +274,7 @@ homedecor.register("desk_r", {
|
||||
{-0.5, -0.375, 0.4375, 0.4375, 0.25, 0.5},
|
||||
}
|
||||
},
|
||||
selection_box = {
|
||||
type = "fixed",
|
||||
fixed = { 0,0,0,0,0,0 }
|
||||
},
|
||||
selection_box = homedecor.nodebox.null,
|
||||
groups = { snappy = 3, not_in_creative_inventory=1 }
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user