Does someone knows how to read NBT tags in 1.12 ?
Context:
How does it works : Astral Sorcery crystals grow in liquid starlight (size is a nbt tag). When a crystal is full sized, it can produce 2 small crystals when trying to grow it up again.
I'm using CC's Turtles to duplicate my crystals.
→ The Turtle place Liquid Starlight, throw the crystal in and wait until it absorb the Liquid
→ The Turtle suck twice to get one or two crystals in Slots 1 and 2
→ The Turtle put the Slot 2 in a chest
→ Loop
With this setup, the Turtle throw over and over again the same crystal, and sometimes get a second one.
Here I want to stop the process when the crystal is full sized (Size=900), but to detect this I need to read NBT tags and get the value.
Is there any way to do this ? I can't use an Exact Matching filter because the Crystal Cutting (another tag...) is random for each crystal.
EDIT : I read for the 15th time the Peripherals++ doc and I found
this. I can get NBT from this, i'll check this asap