Page 2 of 2

Re: [Fabric] Tweaker Addon v1.4.0

Posted: Tue Nov 07, 2023 10:29 am
by CrimsonStorm

Re: [Fabric] Tweaker Addon v1.4.0

Posted: Tue Nov 07, 2023 3:08 pm
by IssaMe
Thanks! :)

Re: [Fabric] Tweaker Addon v1.4.0

Posted: Tue Nov 07, 2023 3:22 pm
by dawnraider
The new difficulty system works by having a Difficulty class, which contains all the values set on each of the behaviors. The locations of these behaviors then all check back to the central difficulty class, all with the intention of being very addon friendly. Addons can either add their own difficulties and define the values they wish, mixin to those methods to modify the values of existing difficulties easily, or use mixins to add new behaviors altogether.

Re: [Fabric] Tweaker Addon v1.4.0

Posted: Wed Nov 08, 2023 5:15 am
by IssaMe
Sounds like just what this needs! :)
I'll definitely have a look at it once I get back into addon dev

Re: [Fabric] Tweaker Addon v1.4.0

Posted: Wed Nov 08, 2023 12:09 pm
by CrimsonStorm
IssaMe, would you mind cutting a new release on github?

In the mean time, if anyone is looking to use this on CE 1.2, you can grab the jar from my fork: https://github.com/dddoss/Tweaker/releases/tag/release

Re: [Fabric] Tweaker Addon v1.4.0

Posted: Sun Nov 26, 2023 6:08 am
by IssaMe
Was in the middle of moving so it took me a while, but I've updated the latest release with your changes :)