Skip to content

Laskyyy/Create-Astral

Repository files navigation

Mod Loader Curseforge Page

Create-Astral

Dev Github for the modpack Create: Astral

Suggestions and Bugs should go in Issues, be as detailed as possible so things can be easy to add or fix!

Does not include mods, or most configs. Just pack specific stuff which is used when compiling the pack for curseforge.

Contributing

This repository uses packwiz, which allows a lightweight repository such as this to be built into a full modpack by downloading mods from modrinth or curse.

These instructions will be a simplified version from the packwiz installer tutorial, so if you run into any issues you should look there. First, clone this repository to wherever you want and use your code editor of choice.

To start, make sure you have MultiMc, or a launcher similar to it such as Prism

Create an instance in the launcher with just the minecraft version (1.18.2), and fabric version (0.14.14). Increase memory allocation if you want to (you probably do)

Download the packwiz installer jar from packwiz-installer-bootstrap, and put it into the /minecraft/ folder in the instance. If it isnt there already, you can just create a folder with that name.

Go to Edit Instance -> Settings -> Custom commands, then check the Custom Commands box and paste the following command into the pre-launch command field:

"$INST_JAVA" -jar packwiz-installer-bootstrap.jar http://localhost:8080/pack.toml

image

Now that all of that is ready, navigate to the repository in your terminal, and run ./packwiz.exe serve

This will host a copy of pack.toml that is updated every time it is queried, meaning that every time you start the minecraft instance, it will be able to get the most updated version of all your changes, and update the instance to match, meaning that all you need to do to reload all of your changes is to restart your minecraft instance.

If you want, you could also write a batch script that runs the jar file in a similar way to how it is run at the startup of the instance, that you could run to reload the modpack without restarting the game.

Files you may want to edit

📦
┣ 📂config //Various configs for all sorts of mods
┃ ┣ 📂ftbquests //Configs for quests
┣ 📂kubejs
┃ ┣ 📂assets
┃ ┃ ┣ 📂\* mods // Renaming items for mods
┃ ┃ ┣ 📂createastral
┃ ┃ ┃ ┗ 📂textures // Textures for custom blocks
┃ ┣ 📂client_scripts // Scripts that load for the client
┃ ┣ 📂server_scripts // All recipe changes
┃ ┣ 📂startup_scripts // Things that run on startup
┣ 📂mods // Mods
┣ 📂resourcepacks // Textures, includes some mods
┗ 📜README.md // This file! Feel free to contribute
and fix any errors that you see.

About

No description, website, or topics provided.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE.md
MIT
LICENSE_packwiz.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published