Skip to content

ClickCrystals Development

ImproperIssues edited this page Sep 12, 2023 · 13 revisions

Resource/Texture Pack Development

Getting Resources

Hate how the in-game GUI looks? Did you know that you can actually change the textures with a resource pack? To start off, all ClickCrystals assets can be found here.

Just like how you would create a normal texture pack, follow the steps below:

  1. Create a folder with the name of your texture MyPack
  2. Inside of the folder create a new file named "pack.mcmeta" MyPack/pack.mcmeta
  3. In the same folder, create a new folder named "assets" MyPack/assets/
  4. Then in that assets folder create another folder inside of it MyPack/assets/clickcrystals/
  5. Go to the link provided above and download contents from its clickcrystals folder to the one that you just created https://github.com/ItziSpyder/ClickCrystals/tree/main/src/main/resources/assets/clickcrystals -> MyPack/assets/clickcrystals

Clone this wiki locally