Nexo 1.19.1

SHARDS MC PLUGIN Nexo 1.19.1

Fixes​

  • Ghast FurnitureHitboxes not being removed properly unless relogging
  • Issues with FurnitureLight lookups for large servers
  • Ensure DirectionalBlocks cannot be parent-block itself
  • Placing blocks/entities against furniture not always working
  • Placing Signs with SignData against CustomBlocks opening SignEditor
  • Models using 1.21.11 format & <1.21.10 always writing to <1.21.10, when intended is 1.21.11+
  • supported_formats written to pack.mcmeta when format is 75+
  • FurnitureDoor not respecting cancelled events, i.e. WorldGuard
  • Handle rotations for 1.21.11 better by providing PackFormat
  • Improve ResourcePack version handling with multi-support in deserialization/serialization process
  • Pack.generation.force_oversized_in_gui setting not working correctly in Overlays & other ItemModels
  • Ensure NexoItems in Ender-Chests are updated
  • Painting Atlas issue on <1.21.4 servers

API​

  • Deprecate postUpdate(itemStack) in UpdateCallback
  • Add postUpdate(itemId, itemStack, preUpdateItemStack)
  • Add NexoItems#postUpdate with Java Functions for easier implementations
  • Make UpdateConverter Java to better support undefined deprecated functions in Java projects

Features​

  • Properly obfuscate PBR Textures, _n & _s Normal/Specular maps
  • Use Component for AttributeModifiers for 1.21.2+
    • Unchanged for old versions
    • Allows changing how tooltip text is shown, if it should be (1.21.6+)
  • Stackable StringBlock Mechanic
    • Place several string-blocks into the same block to alter the Model used
    • Acts similar to Cherry Blossom Petals etc in vanilla
Back
Top