forked from mtcontrib/homedecor_modpack
Params fix
This commit is contained in:
@ -17,6 +17,7 @@ homedecor.register("washing_machine", {
|
||||
{-0.5, -0.5, 0.3125, 0.5, 0.5, 0.5},
|
||||
}
|
||||
},
|
||||
selection_box = { type = "regular" },
|
||||
groups = { snappy = 3 },
|
||||
})
|
||||
|
||||
@ -37,6 +38,7 @@ homedecor.register("dryer", {
|
||||
{-0.5, -0.5, 0.3125, 0.5, 0.5, 0.5},
|
||||
}
|
||||
},
|
||||
selection_box = { type = "regular" },
|
||||
groups = { snappy = 3 },
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user