#Botany Pots Growth Level
14 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
Which version of Jade is this?
1.20 what?
https://github.com/Snownee/Jade
I found their github, and we need to know which version you are on to figure out if it's possible
sorry about that, yea im using MC 1.20.1 and latest release jade for that version https://www.curseforge.com/minecraft/mc-mods/jade/files/5072729
@frail magnet
anyone got an idea?
Looking at the structure of how Jade adds stuff, you’d need to be able to implement an interface.
The problem being is that it isn’t a functional interface, and likely wouldn’t be possible to make without some help from a Java mod.
crap thats what i expected
Essentially a mod that extends the IWailaPlugin class needs to provide some ways to create these providers.
Similar to this class:
https://github.com/Snownee/Jade/blob/1.20-forge/src/main/java/snownee/jade/addon/core/CorePlugin.java#L26
gotcha, ill just deal with it then
Let me see if i can really quickly add Jade support to KubeJS Additions
i appreicate that