Skip to content

Apoli 2.12.0-alpha.14 (Minecraft 1.21.1)

Pre-release
Pre-release
Compare
Choose a tag to compare
@eggohito eggohito released this 18 Dec 11:13
f0ebf2f

Changes

  • The modifier/modifiers field(s) are now required in the modify_item_cooldown power type
  • The tooltip texts in the tooltip power type are no longer wrapped in string when serialized to NBT

Fixes

  • Fixed class casting issue in offset block condition type
  • Fixed ID of the action_on_key_press power type
  • Fixed initializing issues with power types
  • Fixed abnormal behavior with add_velocity entity/bi-entity action types
  • Fixed default offset values of spawn_particles entity action type
  • Fixed area_of_effect entity/block action types accepting a positive integer/floating point radius value instead of a non-negative integer/floating point value respectively
  • Fixed action_on_block_break power type evaluating its block condition too late (evaluating the block at the mined position after it's been mined)
  • Fixed typo in fields for encoding the modify_food power type
  • Fixed choice meta action type executing all the defined actions instead of just one
  • Fixed give entity action type only working once (per game/server restart) due to the provided item stack not being copied
  • Fixed *_inventory entity action/condition types being provided slots that aren't within the bounds of an entity's inventory (or inventory of a power that uses the inventory power type)
  • Fixed modify_harvest power type evaluating its block condition too late (evaluating the block at the mined position after it's been mined)
  • Fixed attacker damage condition type requiring an entity condition

Changelogs