1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-17 21:30:19 +02:00

Params fix

This commit is contained in:
kilbith
2015-04-30 00:24:47 +02:00
parent 4dee35893a
commit 3eb9d192d0
4 changed files with 11 additions and 0 deletions

View File

@ -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 },
})