FOML
FOML copied to clipboard
Fabric OBJ Model Loader
So I made a test mod with FOML, and it keeps saying it can't find the .obj.json file (`WARN]: Unable to load model: 'ifi:block/blast_door_base.obj' referenced from: ifi:blast_door#: java.io.FileNotFoundException: ifi:models/block/blast_door_base.obj.json`) but...
Could not find dev.onyxstudios:FOML:1.4.0. includes: https://maven.abusedmaster.xyz/dev/onyxstudios/FOML/1.4.0/FOML-1.4.0.pom
The link for FOML Maven Repository inside the "You can find current releases over at the maven" in the readme.md is broken (Not Found 404), it uses the "com/github/OnyxStudios/FOML", but...
Log: https://gist.github.com/dexman545/69d117b7e7e5d7af1e535a31bb50de08 Model: [mark1.zip](https://github.com/OnyxStudios/FOML/files/4406542/mark1.zip)
For when you want to use an obj model for other renders than blocks or item.
Yesterday I attempted to make a block that can be placed in multiple orientations and it seems that option is [currently ignored](https://github.com/NerdHubMC/FOML/blob/master/src/main/java/nerdhub/foml/obj/baked/OBJUnbakedModel.java#L43). (the rotation is located in `ModelBakeSettings.getRotation()`) I'm not...
When exporting UV maps from Blender, the origin is in the bottom-left corner, opposite Minecraft's origin in the top-left, resulting in a vertically flipped texture. It would be really helpful...
Hey, your site seems to be down
- Migrate Block Model part to version 1.21.1 - Temporally haven't found way to migrate Item Part - (Didn't update gradle settings)