Earthcomputer / jarmod-buildsystem-2

Buildsystem for Minecraft 1.13+ Jar Mods built on top of ForgeGradle 3.0
MIT License
13 stars 7 forks source link

Decompilation fails on server pipeline #1

Closed Pablete1234 closed 6 years ago

Pablete1234 commented 6 years ago

When defining the pipeline=server on the config, patch fails trying to search for an output.zip.

https://i.imgur.com/KfITYUv.png

Earthcomputer commented 6 years ago

This is an issue with the extra patches to fix MCPConfig, they only work on the joined pipeline. Either you will have to use joined, or you will have to delete the conf/patches directory and have a few recompile errors. This will be fixed when MCPConfig is fixed.

Earthcomputer commented 6 years ago

Should be fixed now.