cadaverous-eris / Rustic

A medieval themed Minecraft mod based around decoration, exploration, and agriculture
68 stars 35 forks source link

Improved CT integration, automation and perfs of condensers #288

Closed Riernar closed 4 years ago

Riernar commented 4 years ago

I wanted to do more with condensers, so I figured I could help. The condensers got a small rewrite. This PR features:

Code

Condenser automation

Crafttweaker Integration

JEI Integration

CrT integration solves https://github.com/the-realest-stu/Rustic/issues/279, https://github.com/the-realest-stu/Rustic/issues/218, https://github.com/the-realest-stu/Rustic/issues/191, and allow packmaker to do very nice alchemy system with elixirs and potions.

I hope this helps :)

Riernar commented 4 years ago

Fixed some problems introduced because I don't now how to mod, thanks to @DaedalusGame. Also added the plugin he suggested to the gradle config, so that DynamicTree is properly processed in setupDecompWorkspace