VillagerUnknown's Platform

Adds commands and simple features. A core library for VillagerUnknown mods.

File Details

villagerunknown-platform-1.3.0+1.21.1.jar

  • R
  • May 27, 2025
  • 165.86 KB
  • 52
  • 1.21.1
  • Fabric

File Name

villagerunknown-platform-1.3.0+1.21.1.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:villagerunknown-platform-1126391:6585016"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

This update backports functionality and features from version 1.2.3+1.21.5. It also corrects the location of the language files. It purposefully skips version numbers.

This update changes the feature loader and breaks older versions. Users are encouraged to wait to update Platform until updates are available for all of their Platform dependent mods.

Added

  • Added persistent player profile caching system.
  • Added ItemCountMapTypeAdapter and ProfileResultMapTypeAdapter for GsonUtil.
  • Added villagerunknown-platform-flushcaches command to empty caches.
  • Added enablePlayerCaching option.
  • Added flushCacheOnServerRestart option.
  • Added bedClearsWeatherFeature.
  • Added bedInteractionsAlwaysClearWeather option.
  • Added bedInteractionsClearWeatherAtNight option.
  • Added hideNametagsFeature and corresponding NametagVisibilityPayload.
  • Added hideNametags option.
  • Added hidePlayerNametags option.

Changed

  • Changed location of translation files from resources/assets/platform to resources/assets/villagerunknown-platform.
  • Changed featureManager to use a queuing system. This allows controlled loading of features in mods registered with Platform.