McGuten / 5DimsFactorioMods

5Dim's Factorio mods
MIT License
36 stars 45 forks source link

5Dim - Masher MK2 - Wrong size #106

Open Lumox100 opened 4 years ago

Lumox100 commented 4 years ago

The Masher MK2 has the wrong size. When placing a short inserter next to a Masher MK2, it does not work. A long inserter does work.

I changed the collision_box and selection_box settings in the "masher-2.lua" file.

Old settings collision_box = {{-0.7, -0.7}, {0.7, 0.7}}, selection_box = {{-0.8, -1}, {0.8, 1}},

New settings collision_box = {{-1.2, -1.2}, {1.2, 1.2}}, selection_box = {{-1.5, -1.5}, {1.5, 1.5}},