The vanilla loot table gameplay/chicken_lay only defines that cold, warm, and temperate variants can lay eggs. Have you tried modifying this loot table to add custom variant?
I think I report a game issue, not a question about how to make data packs. Any other experimental registries don't accept any incorrectly format json data. When it happened, the game will prevent players loading it instead of only ignoring errors and print warning to game output. The game catch the json object and consider it's an error data, but not appearing "Data Pack Vaildation failed" screen. Obviously, this is inconsistent
The vanilla loot table
gameplay/chicken_lay
only defines that cold, warm, and temperate variants can lay eggs. Have you tried modifying this loot table to add custom variant?Saddling pig / strider can save saddle data from 25w03a. By using "equipment.saddle" to store item data instead of using boolean "Saddle".
I think I report a game issue, not a question about how to make data packs.
Any other experimental registries don't accept any incorrectly format json data. When it happened, the game will prevent players loading it instead of only ignoring errors and print warning to game output.
The game catch the json object and consider it's an error data, but not appearing "Data Pack Vaildation failed" screen. Obviously, this is inconsistent
It means that is it intentional to convert these not 0 and 1 values to 0b and 1b? Like the 100.0, 2 and -- 0.9 are converted to 1b, 1b, 0b.
If I understand correctly, this issue can be closed as invalid.
Ok, I've attached lates.log and a file output of the launcher after the crash