2.12.4
Details
-
Filenameitem-nbt-api-plugin-2.12.4.jar
-
Uploaded by
-
UploadedApr 30, 2024
-
Size1.03 MB
-
Downloads1,285
-
MD5aedf2f0eb772f6493878532757659a6e
Supported Bukkit Versions
- 1.20.5-Snapshot
- 1.20.4
- 1.20.3
- 1.20.2
- 1.20.1
- 1.20
- 1.19.4
- 1.19.3
- 1.19.2
- 1.19.1
- 1.19
- 1.18.2
- 1.17
- 1.16
- 1.15
- 1.14
- 1.13
- 1.12
- 1.11
- 1.10
- 1.9
- 1.8
Changelog
## What's Changed
* Add 1.20.5 & 1.20.6 support
* Add Datafixer support to upgrade item NBT to newer versions
* Auto upgrade old ItemStacks when using ``NBT.itemStackFromNBT`` and the related methods (it will assume the NBT is 1.20.4 data, otherwise upgrade the NBT before yourself with the Datafixer)
* Fix BlockEntity bug on Mojang mapped servers
* Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 by @dependabot in https://github.com/tr7zw/Item-NBT-API/pull/273
* Bump org.apache.maven.plugins:maven-shade-plugin from 3.5.2 to 3.5.3 by @dependabot in https://github.com/tr7zw/Item-NBT-API/pull/277
## Note
Due to Mojang changes to how ItemStacks work at runtime, vanilla NBT won't be visible on loaded ItemStacks in 1.20.5+ anymore. So modifying vanilla data will not work anymore in the same way as for 1.8-1.20.4, and all plugins need to be updated to be aware of that. If in doubt, feel free to ask on Discord.
**Full Changelog**: https://github.com/tr7zw/Item-NBT-API/compare/2.12.3...2.12.4