liplum / MultiCrafterLib

A Mindustry mod library provides a multiple-recipe crafter to produce items, fluids, power or even heat for Json and JavaScript mods.
https://liplum.github.io/MultiCrafterLib/
GNU General Public License v3.0
45 stars 10 forks source link

new Jitpack release #25

Closed Redmountain0 closed 9 months ago

Redmountain0 commented 1 year ago

I need heat support so I checked IOEntry code and I found that there's heat support on github's master branch but not on jitpack release v1.7 so I suggest new jitpack release that includes latest change on github master branch

JojoFR1 commented 1 year ago

I'm the one who made the changes, for now you could use implementation "com.github.jojofr1:MultiCrafterLib:v1.7.2"

Making an official release might not be a good idea for now due to some bugs still being around.

liplum commented 1 year ago

I'm the one who made the changes, for now you could use implementation "com.github.jojofr1:MultiCrafterLib:v1.7.2"

Making an official release might not be a good idea for now due to some bugs still being around.

thanks, I would do it ASAP.

JojoFR1 commented 9 months ago

The v1.8 is out, you can now use implementation "com.github.liplum:MultiCrafterLib:1.8"