[Fabric] Tweaker Addon v1.4.1
- CrimsonStorm
- Posts: 108
- Joined: Sat Nov 26, 2011 11:51 am
- Location: USA
Re: [Fabric] Tweaker Addon v1.4.0
Thanks! :)
- dawnraider
- Posts: 1876
- Joined: Sun Dec 11, 2011 7:00 pm
Re: [Fabric] Tweaker Addon v1.4.0
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.
Come join us on discord! https://discord.gg/fhMK5kx
Get the Deco Addon here!
Get the Better Terrain Addon here!
Get the Vanilla Mix TP here!
Get the Conquest TP here!
Get the Deco Addon here!
Get the Better Terrain Addon here!
Get the Vanilla Mix TP here!
Get the Conquest TP here!
Re: [Fabric] Tweaker Addon v1.4.0
Sounds like just what this needs! :)
I'll definitely have a look at it once I get back into addon dev
I'll definitely have a look at it once I get back into addon dev
- CrimsonStorm
- Posts: 108
- Joined: Sat Nov 26, 2011 11:51 am
- Location: USA
Re: [Fabric] Tweaker Addon v1.4.0
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
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
Was in the middle of moving so it took me a while, but I've updated the latest release with your changes :)