Skip to content

Releases: OpenCubicChunks/OptiFineDevTweaker

v2.6.10

25 Jun 20:46
Compare
Choose a tag to compare

Changes:

  • Support for RetroFuturaGradle
  • Support for disabling writing optifine classes to disk
  • Support for 1.19+
  • Fix for 1.12.2-2860, it provides invalid version string as environment variable
  • Fix 1.7.10 - compile against older log4j
  • Fix a resource leak
  • Support for MCreator environment
  • Improved logic for finding possible locations of vanilla jar

Supported MC versions:

1.7.10
1.8.9
1.9.4
1.10.2
1.11.2
1.12.2
1.14.4
1.15.2
1.16.2, 1.16.3, 1.16.4, 1.16.5
1.17.1
1.18.1, 1.18.2
1.19, 1.19.1, 1.19.2,  1.19.3, 1.19.4
1.20, 1.20.1

Supported toolchains:

  • ForgeGradle 1.x
  • ForgeGradle 2.x
  • ForgeGradle 3.x
  • ForgeGradle 4.x
  • ForgeGradle 5.x
  • RetroFuturaGradle
  • MCreator/ForgeGradle

v2.6.5

06 Feb 22:38
Compare
Choose a tag to compare

Changes:

  • Fix for windows on 1.18.x
  • General code cleanup

Supported MC versions:

1.7.10
1.8.9
1.9.4
1.10.2
1.11.2
1.12.2
1.14.4
1.15.2
1.16.2, 1.16.3, 1.16.4, 1.16.5
1.17.1
1.18.1

2.6.3

02 Jan 17:32
Compare
Choose a tag to compare

Changes since 2.6.1:

  • Fix launchwrapper environment that got broken in a refactor
  • Transform the optifine transformer for cleaner initialization. No more exception stacktraces during load

Supported Minecraft versions:

1.7.10
1.8.9
1.9.4
1.10.2
1.11.2
1.12.2
1.14.4
1.15.2
1.16.2, 1.16.3, 1.16.4, 1.16.5
1.17.1
1.18.1

Official mappings may conflict on untested optifine versions.

2.6.1

02 Jan 01:19
Compare
Choose a tag to compare

Changes from 2.5.1: Support 1.18.x, use GRADLE_USER_HOME if specified

Supported Minecraft versions:

1.7.10
1.8.9
1.9.4
1.10.2
1.11.2
1.12.2
1.14.4
1.15.2
1.16.2, 1.16.3, 1.16.4, 1.16.5
1.17.1
1.18.1

Official mappings may conflict on untested optifine versions.

2.5.1: Fix build

07 Apr 14:40
Compare
Choose a tag to compare

Changes from 2.5: Fixed build. Now actually includes META-INF/services

Supported Minecraft versions:

  • 1.7.10
  • 1.8.9
  • 1.9.4
  • 1.10.2
  • 1.11.2
  • 1.12.2
  • 1.14.4
  • 1.15.2
  • 1.16.2, 1.16.3, 1.16.4, 1.16.5

Official mappings may not work due to name conflicts.

2.5

16 Jan 10:48
Compare
Choose a tag to compare
2.5

Changes from 2.4: Fixed modlauncher support.

Supported Minecraft versions:

  • 1.7.10
  • 1.8.9
  • 1.9.4
  • 1.10.2
  • 1.11.2
  • 1.12.2
  • 1.14.4
  • 1.15.2
  • 1.16.2, 1.16.3, 1.16.4, 1.16.5

Official mappings may not work due to name conflicts.

2.4

16 Jan 06:55
Compare
Choose a tag to compare
2.4

Changes from 2.2:

  • Support for optifine 1.16.4 Mod launcher support broken! use 2.5!
  • Support for optifine 1.7.10

2.2

07 Oct 00:50
Compare
Choose a tag to compare
2.2

Changes from 2.1: Outputs transformed optifine classes to .optifineDev.classes in run directory. Contents of this directory are deleted when starting.

Runs OptiFine for 1.14.x in forge dev environment (tested with F4-pre7, older and newer should work).
Runs all OptiFine versions for MC 1.12.2, 1.11.2 and 1.10.2 in forge development environment (older versions not tested).

Non-forge LaunchWrapper and ModLauncher environment is currently NOT supported (but there is no technical reason for it to be impossible).

Instructions:

Put the jar together with OptiFine into mods/ directory and it will just work.

2.1

06 Oct 01:43
Compare
Choose a tag to compare
2.1

Runs OptiFine for 1.14.x in forge dev environment (tested with F4-pre7, older and newer should work).
Runs all OptiFine versions for MC 1.12.2, 1.11.2 and 1.10.2 in forge development environment (older versions not tested).

Non-forge LaunchWrapper and ModLauncher environment is NOT supported.

Instructions:

Put the jar together with OptiFine into mods/ directory and it will just work.

1.0

18 Mar 11:10
Compare
Choose a tag to compare
1.0

Runs all known OptiFine versions in forge development environment for MC 1.12.2, 1.11.2 and 1.10.2 (older versions not tested).

Put the jar together with OptiFine into mods/ directory and it should just work.

The -all jar contains it's own ASM in it's jar, in case some old MC versions have older one.