- Patching an issue with removing pages :
- The getter for the removed page is now taken atÂ
index - 1
.
- The getter for the removed page is now taken atÂ
- Adding new utility class for getting IRecipes from the CraftingManager
- 4 methods to get from Item/Amount/Metadata, and combined if needed.
- Added three methods to AConfig for adding int entries
- Patched an issue with the state of the expert field in AResearch
- Changed the field from
final
tostatic
.
- Changed the field from
- Patched an issue with
API.addPage(index)
causing crashes by being out of bounds
- Added a possibility to change the prefix to unlocalized research text
Patching a crash, throwing ParameterIsNullOrEmpty
because of a contract with aspects being null on Research initialization -> removing that contract
Added full code for first version -> see mod description