Skip to content

Sewing Machine 1.5.1 for 1.18.1

Compare
Choose a tag to compare
@GStefanowich GStefanowich released this 24 Feb 01:32
· 72 commits to master since this release
cd56252

Update

  • Added a "FromSpawner" NBT attribute to mobs, which when TRUE will prevent MobAbsorption from occurring
  • Added a MobAbsorption blacklist to the Config
  • Added a "Despawn" item property to the Config to allow setting faster despawn on dropped items
    • Can add items to this list and they will despawn at different rates than vanilla (5 minutes)
  • Fixed: NullPointerException caused when breaking ArmorStands
  • Fixed: NullPointerException caused when attempting to drop backpacks into death chests
  • Fixed: The default SQLite value is now correctly "false" allowing for SQL servers to be used again
  • Fixed: Hostile mob checks (All HostileEntitys are Monsters, but not all Monsters are HostileEntitys)
  • Fixed: Added a patch Mixin to the /worldborder command to use 1.17 behavior of selecting the players current world
    • Useful if worlds.separate_properties.worldborder is enabled in the config (Allowing per-world world borders)