jss2a98aj / NotFine

Extra video settings for Minecraft 1.7.10 implemented with Mixins
Other
35 stars 11 forks source link

Add interpolated icon support #32

Closed Roadhog360 closed 6 months ago

Roadhog360 commented 6 months ago

Ported from EFR Also made gradlew executable on Unix

Allows the interpolate flag in the animation data of an mcmeta actually interpolate the texture of a block or item when set to true Example blast furnace json:

{
  "animation": {
    "interpolate": true,
    "frametime": 10
  }
}