You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 17, 2020. It is now read-only.
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}},
The text was updated successfully, but these errors were encountered: