Commit Graph

5 Commits

Author SHA1 Message Date
TheBukor 7d938de291 Fixes, two new features.
Fixed the new Follow pathfinder goals.
Added new optional syntax to NBTListIndex.
Removed unused code in NBTOf.
Added new NMS Method: makeClientSay.
Added ClientChat effect.
Added ResourcePackSound effect (1.9).
2016-03-22 21:17:36 -03:00
TheBukor e3a902c773 Minecraft ID of is actually version based;
Made NBTListIndex be 1-indexed instead of zero-indexed (1 is the first
value, instead of 0)
2016-03-13 22:38:17 -03:00
TheBukor 48685db4be Some COOL stuff
Fixed PathfinderGoalMeleeAttack
Fixed error when using remove/clear pathfinder goals on an armor stand
(why is it considered a living entity?!?)
Forgot to make NBTListIndex return a single value, now fixed
Added "Minecraft ID of %itemtype%" (to return for example
"minecraft:planks")
Also some stuff I don't remember (see the changes!)
2016-03-13 04:06:43 -03:00
Richard b0aa11475e Hopefuly should work fine.
Updated to 1.9, moving from Reflection to a new method using and
Interface with useful NMS methods (some expressions are still using
Reflection).
2016-03-03 22:01:19 -03:00
Richard f3fcb59fa1 So reflection was awful to work with. I'm moving on to a new method...
using an Interface full of useful NMS methods. I'm still using
reflection, but only when absolutely needed.
I'm also working on a new and better implementation for NBT Lists.
Made NBT Lists and NBT Compounds serializable (can be saved in variables
through restarts), needs testing.
2016-02-28 20:01:28 -03:00