[0.15.37]Crash after removing collision from rails + belts
Posted: Mon Nov 13, 2017 11:21 am
I removed the collision boxes from straight rails and transport belts by modifying the base mod. Openening a new world and placing them works (though with some issue that are to be expected when removing collision), but if I try to open an existing world (that has was saved with an unmodified base mod) the game crashes.
The modifcations I made were: Commenting out collision_box for the straight-rail and transport-belt. Adding to the belt and to the rail
The modifcations I made were: Commenting out collision_box for the straight-rail and transport-belt. Adding
Code: Select all
tile_width=1,
tile_height=1,
Code: Select all
tile_width=2,
tile_height=2,