Small NBT Changes [1.10.3]
IMPORTANT CHANGE WITH NBT
PLEASE for the love of god read this changelog, as it MAY break your current scripts.
This change was to keep this version consistent with SkBee 2.5.0+
This version requires Skript 2.6.2+ (Mato's fork WILL work)
This version is strictly for MC 1.8.x - 1.12.x... NOT MC 1.13+
Previous version:
nbt compound of %item%
This would return a copy of the FULL NBT compound of an item (including the "count", "id" and "tag" tags)
This Update:
-
Syntax Change:
nbt compound of %item%
This will return the NBT compound of an item which can be updated instantly. (everything within the "tag" tag) -
full nbt compound of %item%
This will return a copy of the FULL NBT compound of an item (including the "count", "id" and "tag" tags)
Internal Changes:
- Removed all elements that don't work on versions bellow 1.13 (ex: recipes, structures, virtual furnaces)