Build fails when downloading main repository
hjae78 opened this issue ยท 4 comments
When downloading the main 1.12 branch as .zip the ZenScript folder is empty and so the build fails. Fixed by going into the ZenScript repository and downloading that as .zip and extracting into the empty folder.
Want to try and implement the extended crafting tables for ctgui, fairly new to this so not very experienced with gradle yet and couldn't figure out how to make it work.
If you want to write an addon for CrT, I recommend you using the maven repository instead.
Though in the case of ExtendedCrafting, doesn't it already have a block to create these table recipes?
You can't download it as a zip because the ZenScript folder is a sub module, so you need to clone with recursive submodules.
Just out of interest, why do you want to build it yourself?