Changelog for RaftModLoader 5.1.1
Launcher 1.2 Changelog :
- Fixed an issue with the "Mods Folder" button not working.
- Fixed an issue with the error reporter. It wasn't sending custom reports and the window wasn't showing.
- Fixed an issue with the CA3 error.
RaftModLoader 5.1.1 only contains code changes.
RaftModLoader 5.1.1 DEV Changelog :
- Added a 2 new methods in RAPI
AddItemToBlockQuadType(Item_Base item, RBlockQuadType quadtype)
RemoveItemFromBlockQuadType(string itemUniqueName, RBlockQuadType quadtype)
Which allows to add items to blockquadtype in order to add new blocks to the game for content mods.
- Added a method called "GetLocalPlayer()" which is the same as "getLocalPlayer()" but this one looks better x) The old one still works.
- Added the enum RBlockQuadType which contains all blockquadtype of the game.