Skip to content

ClickCrystals Development

ImproperIssues edited this page Sep 14, 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.

The link above will take you to all the default textures on ClickCrystal's Github. In the repository, you can find all the texture assets that ClickCrystals uses, feel free to download them and edit them!

Do you want some examples of how other resource packs for ClickCrystals? Visit ClickCrystalsPlus Pack on Modrinth

Creating the Pack

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
  6. Start editing the textures and get creative!

Clone this wiki locally