Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

VaultAdditions v1.6.0

Choose a tag to compare

@a1qs a1qs released this 03 Dec 18:41
· 245 commits to millennium since this release

VaultAdditions v1.6.0

  • Fixed rendering for statues that were facing north/south
  • Changed id of the existing Vault loot statue, this will cause all pre-existing statues to be removed. (vaultadditions:loot_statue_vault)
  • Added new Statues
    • vaultadditions:loot_statue_arena
    • vaultadditions:loot_statue_gift
    • vaultadditions:loot_statue_gift_mega
    • Each of these have individual configs to configure their items, intervals & amount of items to generate
  • Added custom Voxelshapes for Statues to consider skins
  • Updated the grantLootStatue Command
    • /grantLootStatue {ResourceLocation: StatueID} {String: StatueName}
  • Renamed vaultadditions_statues config to vaultadditions_statue_vault
  • Added vaultadditions_statue_arena config
  • Added vaultadditions_statue_gift config
  • Added vaultadditions_statue_mega_gift config*
    • All these configs have the same formatting as the vaultadditions_statue_vault config
  • Added vaultadditions_name_provider config.
    • Has two entries, IS_USED to determine whether the config should be considered & a List of all the valid PlayerNames
    • If the config is not used, a list of all known players of the server is used instead (All players that have logged in)
  • Fixed crash when throwing Statues into the cauldron with no recycle value -> Defaults to 1 recycle value

Full Changelog: v1.5.0...v1.6.0