Minecraft Version: 26.1.2
Forge Version: 64.0.0
Logs: https://gist.github.com/Choonster/34ae32c193aa349e5b63ef40cfa86052#file-debug-log-L386
Steps to Reproduce:
- Clone and run the test mod
- Execute
/give @a forge_dynamic_fluid_container_model_test_2:bucket
- Observe that the item is missing a model
Description of issue:
A simple model using the forge:fluid_container loader fails to load with an IllegalStateException due to the model referencing both the items and blocks atlases.
Minecraft Version: 26.1.2
Forge Version: 64.0.0
Logs: https://gist.github.com/Choonster/34ae32c193aa349e5b63ef40cfa86052#file-debug-log-L386
Steps to Reproduce:
/give @a forge_dynamic_fluid_container_model_test_2:bucketDescription of issue:
A simple model using the
forge:fluid_containerloader fails to load with anIllegalStateExceptiondue to the model referencing both the items and blocks atlases.