CleanroomMC / MixinBooter

Allows any mixins that work on mods to work effortlessly. With a single class and an annotation. On 1.12.2.
GNU Lesser General Public License v2.1
50 stars 17 forks source link

SpongeForge is hard dependency on prior 1.12.2 #81

Closed HowardZHY closed 3 months ago

HowardZHY commented 4 months ago

https://github.com/CleanroomMC/MixinBooter/commit/1fd9eeaa04606adc3809c555627b349ebbef7016

This commit made SpongeForge REQUIRED to be installed on older Forge

https://github.com/CleanroomMC/MixinBooter/issues/69

KorewaLidesu commented 4 months ago

Do you have a log that present the error? Please upload it via mslo.gs

HowardZHY commented 4 months ago

https://mclo.gs/2QKMpjz

image

The only errors are

[22:30:33] [main/FATAL] [FML/]: The mod mixinbooter (MixinBooter) requires mods [spongeforge] to be available [22:30:33] [main/FATAL] [FML/]: Mod mixinbooter (MixinBooter) requires [spongeforge@[7.4.8,)]

Rongmario commented 3 months ago

Fixed in 558f135