forked from mtcontrib/boost_cart
Make moreores' copper rail connect again, add metal sounds
This commit is contained in:
@ -217,7 +217,8 @@ function boost_cart:register_rail(name, def_overwrite)
|
||||
selection_box = {
|
||||
type = "fixed",
|
||||
fixed = {-1/2, -1/2, -1/2, 1/2, -1/2+1/16, 1/2},
|
||||
}
|
||||
},
|
||||
sounds = default.node_sound_metal_defaults()
|
||||
}
|
||||
for k, v in pairs(def_overwrite) do
|
||||
def[k] = v
|
||||
|
Reference in New Issue
Block a user