Item-Model-Fix icon indicating copy to clipboard operation
Item-Model-Fix copied to clipboard

A Fabric mod that fixes gaps in generated item models.

Results 6 Item-Model-Fix issues
Sort by recently updated
recently updated
newest added

itemmodelfix 1.0.1 ![image](https://user-images.githubusercontent.com/12817862/118348140-9b0e8b00-b51e-11eb-83ef-d849117bff6c.png) You either remove the CRLF after `"description": "Fixes gaps in generated item models.` or escape them with `\r\n` or `\n` My suggestion: remove the CRLF and make...

Please update to Minecraft version 1.20 for your mod.

Recently updated Minecraft to 1.19.3, and I found that the game was unable to start when this mod was loaded. Tested with all other mods except this one, and only...

This pull request fixes issues caused by `Vec3f` being replaced by GOML's `Vector3f` and some `Sprite` methods being split into `SpriteContents`. The latter requires a field to capture `Sprite` as...