Skip to content

Even More Stuff [2.14.0]

Compare
Choose a tag to compare
@ShaneBeee ShaneBeee released this 02 Jul 17:25
· 1131 commits to master since this release

๐Ÿ•น๏ธ VERSION SUPPORT ๐ŸŽฎ:

  • Support for Minecraft 1.17.1 has been dropped, see Outdated for outdated versions
  • Support is now only for Minecraft 1.18.2+ (keep in mind, I will only support the latest release of each Minecraft major release, ex: 1.19.4 is supported, but 1.19, 1.19.1, 1.19.2 and 1.19.3 are NOT supported)

๐Ÿ› ๏ธ THIS UPDATE ๐Ÿง‘๐Ÿผโ€๐Ÿณ:

ADDED:

  • Added support for front/back in open sign effect
  • Added support for choosing palettes in structures (I have no clue what this is really used for, probably something hiding in MC somewhere)
  • Added spell cast event
  • Added an expression to get a spawn egg from an entity/entityType
  • Added an expression to get a chunk by chunk coords
  • Added an expression for fishing experience in fish event
  • Added an expression to get the children of a text component (essentially splitting it)
  • Added an effect to give an item to a player and drop if their inventory is full
  • Added support for getting an ItemType from BlockData
  • Added an expression to get min/max height of world
  • Added support for suspicious gravel in the suspicious item of block expression

FIXED:

  • Fixed an issue with the Z coord not being set in the last placed location of a structure
  • Fixed an issue with unload/delete world sometimes not working
  • Fixed a bug with all available potion effect types not working on Spigot

CHANGED:

  • Structures now save rotation/mirror/integrity/includeEntities (structure must be saved for this to actually save)
  • Changed the unload world effect to not attempt to unload the main world (you just can't do it)
  • Added a warning to save [structure] %structure% effect, in the future "structure" won't be optional, so start including that.