Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.
/ ichunutil Public archive
forked from iChun/iChunUtil

Fork of iChunUtil with the Morph API added because why was it not already

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

EssentialMC/ichunutil

 
 

Repository files navigation

If you have an error with protected/private access etc, you need to put /src/main/resources/META-INF/iChunUtil_at.cfg into Forge's src folder (same folder structure) and rerun setupDecompWorkspace. Make sure the Forge setup finds the AT config or you're doing it wrong.

How to set up this and another mod of mine to be compiled:

  1. Clone this repository.
  2. Due to morph's API requirement, get Morph's API and put it in src/api/java/. Maintain the folder structure
  3. Build iChunUtil (use build.bat if you're on Windows for easy double clicky goodness)
  4. Go to build/libs/ and copy iChunUtil--deobf.jar.
  5. Clone/set up a gradle project (in a different folder).
  6. Put the jar you copied into the libs/ folder.
  7. If the module needs any other libraries/APIs, go get them and put them in libs/ or src/api/(java or resources).
  8. Build the project.
  9. If project fails because protected/private access, copy the META-INF/ folder from iChunUtil and put it in your project's src/api/resources/ folder. Build the project again.
  10. Success, hopefully.

About

Fork of iChunUtil with the Morph API added because why was it not already

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%