McGuten / 5DimsFactorioMods

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

Fix most recent error caused by 0.17.35 update. Fix inserter bugs. #96

Closed thezboe closed 5 years ago

thezboe commented 5 years ago

Rename instances of data.raw["player"]["player"] to data.raw.character["character"] to match changes in API.

Also fix inserter issues that have been around for awhile. Remove rotation speed overwriting done in the faster inserter declarations. Fix overwriting of insert_position on in near inserter.

McGuten commented 5 years ago

Thanks you ^^