CraftTweaker

CraftTweaker

151M Downloads

Build fails when downloading main repository

hjae78 opened this issue ยท 4 comments

commented

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.

commented

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.

commented

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?

commented

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?

commented

It has an item which can create a recipe based on what's inside the table but it's nowhere near as user friendly as ctgui is.