All notable changes to this project will be documented in this file.
This update fixes an issue reported for the Head Hunters mod.
- Fixed issues with HeadUtil providing Steve heads for some mobs with variants (Wolves, Frogs, Rabbits).
This update resolves conflicts with another Platform mod.
- Fixed conflicting mixin name with another Platform mod.
- Added persistent player profile caching system.
- Added
villagerunknown-platform-flushcachescommand to empty caches. - Added RegistryKey property to
VillagerUtil.CustomVillagerto adapt to changes from MC1.21.5.
- Changed
featureManagerto use a queuing system. This allows controlled loading of features in mods registered with Platform.
- Added variations for Chickens to
HeadUtil. - Added variations for Cows to
HeadUtil. - Added variations for Pigs to
HeadUtil.
- Changed supported Minecraft version to 1.21.5.
- Added Creaking head properties to
HeadUtil.
- Changed supported Minecraft version to 1.21.4.
- Changed supported Minecraft version to 1.21.3.
- Changed supported Minecraft version to 1.21.2.
- Added
HeadUtilclass. - Added
PotionsUtilclass. - Added
ProfileUtilclass. - Added
VillagerUtilclass. - Added
simulateDeathmethod toEntityUtilclass. - Added
createPotionStacktoItemStackUtilclass. - Added
createWaterBottleStacktoItemStackUtilclass. - Added
registerVillagertoRegistryUtilclass. - Added
registerPointOfInteresttoRegistryUtilclass. - Added
registerVillagerProfessiontoRegistryUtilclass.
- Changed Minecraft version requirement to allow the mod to run on versions past 1.21.1.
- Added
definemethod toPlatformclass to allow mod developers to change the "villagerunknown-" prefix. - Added
registermethod toPlatformclass to allow mod developers to insert aPlatformModobject directly into the registered mods list. - Added
registeredmethod toPlatformclass to allow mod developers to check if a mod is registered. - Added
registrationmethod toPlatformclass to allow mod developers to retrieve a mod'sPlatformModobject. - Added
reportConversionToLogmethod toEntityUtilclass. - Added
reportConversionToChatmethod toEntityUtilclass. - Added
registerEntitymethod toRegistryUtilclass. - Added
getItemGroupmethod toRegistryUtilclass. - Added
registerItemGroupmethod toRegistryUtilclass. - Added
addItemToGroupmethod toRegistryUtilclass. - Added
capitalizeAllmethod toRegistryUtilclass. - Added
LocatorUtilclass to provide methods for locating structures and biomes.
- 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.
- Added bonus feature: Welcome Notice
- Added bonus feature: Sleep Notice
- Added bonus feature: Death Coordinate Notice
- Added bonus command:
/villagerunknown-platform-worldspawn
- Optimized workflow between Platform and Mods.
- Improved Utilities.
- Changed license from All Rights Reserved to Creative Commons International 4.0.
- Added EntityUtil method to get nearby blocks.
Initial release for Minecraft 1.21.1