Added
- Added
define
method toPlatform
class to allow mod developers to change the "villagerunknown-" prefix. - Added
register
method toPlatform
class to allow mod developers to insert aPlatformMod
object directly into the registered mods list. - Added
registered
method toPlatform
class to allow mod developers to check if a mod is registered. - Added
registration
method toPlatform
class to allow mod developers to retrieve a mod'sPlatformMod
object. - Added
reportConversionToLog
method toEntityUtil
class. - Added
reportConversionToChat
method toEntityUtil
class. - Added
registerEntity
method toRegistryUtil
class. - Added
getItemGroup
method toRegistryUtil
class. - Added
registerItemGroup
method toRegistryUtil
class. - Added
addItemToGroup
method toRegistryUtil
class. - Added
capitalizeAll
method toRegistryUtil
class. - Added
LocatorUtil
class to provide methods for locating structures and biomes.
Fixed
- Set pretty printing in Gson to correct formatting of files created by list.StringsList class.
- Resolved an issue causing an incompatibility with Custom Villager Names and Healthy Habits.