Farming for Blockheads

Farming for Blockheads

76M Downloads

[1.16.4] NBT issue

Daejangnamu opened this issue ยท 4 comments

commented

444
I wanted to add this item to the market.

1

Adding Tint nbt causes client crash.
Is it wrong?

crash-2020-11-24_02.52.20-client.txt

commented

It looks like you might have to put [0.66, 6.66, 6.66] instead of ["0.66f", "6.66f", "6.66f"].

commented

It looks like you might have to put [0.66, 6.66, 6.66] instead of ["0.66f", "6.66f", "6.66f"].

[0.66, 6.66, 6.66] same client crash T_T

commented

141414

If "1" belongs to "Tint" group, it crashes.

commented

It looks like Minecraft invented its own JSON that supports values like 6.66f which would have to be used here, but obviously with them not being standard JSON they will fail to load when used in a normal JSON context.

I will probably have to add support to supply the NBT as a plain string instead of JSON to cover cases like this.