Description
Describe the bug
The block model tfmg:models/block/large_transformer/meow.json fails to load due to an invalid rotation value.
Error log
[Worker-ResourceReload/ERROR] [minecraft/ModelManager]: Failed to load model tfmg:models/block/large_transformer/meow.json
com.google.gson.JsonParseException: Invalid rotation -180.0 found, only -45/-22.5/0/22.5/45 allowed
Expected behavior
The model should load without errors. Minecraft only accepts rotation values of -45, -22.5, 0, 22.5, or 45 degrees for block element rotations — the model file appears to use -180.0, which is invalid.
Environment
- Minecraft: 1.21.1
- NeoForge: 21.1.247
- TFMG: 1.2.0
- Create: 6.0.10
Additional context
This appears to be an issue in the model JSON file itself (large_transformer/meow.json) shipped inside the mod, not a compatibility conflict with other mods.
Game Log
https://mclo.gs/9t4UqBw
Description
Describe the bug
The block model tfmg:models/block/large_transformer/meow.json fails to load due to an invalid rotation value.
Error log
[Worker-ResourceReload/ERROR] [minecraft/ModelManager]: Failed to load model tfmg:models/block/large_transformer/meow.json
com.google.gson.JsonParseException: Invalid rotation -180.0 found, only -45/-22.5/0/22.5/45 allowed
Expected behavior
The model should load without errors. Minecraft only accepts rotation values of -45, -22.5, 0, 22.5, or 45 degrees for block element rotations — the model file appears to use -180.0, which is invalid.
Environment
Additional context
This appears to be an issue in the model JSON file itself (large_transformer/meow.json) shipped inside the mod, not a compatibility conflict with other mods.
Game Log
https://mclo.gs/9t4UqBw