Sewing Machine 1.5.1 for 1.18.1
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
HostileEntity
s areMonster
s, but not allMonster
s areHostileEntity
s) - 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)
- Useful if