Skip to content

Latest commit

 

History

History
64 lines (43 loc) · 1.83 KB

CONTRIBUTING.md

File metadata and controls

64 lines (43 loc) · 1.83 KB

Contributing to HashiCraft Mod

Setup

For setup instructions please see the fabric wiki page that relates to the IDE that you are using.

License

This template is available under the CC0 license. Feel free to learn from it and incorporate it in your own projects.

Running the World Locally

Prerequisites

  • world.zip file from the developer advocate team
  • Minecraft Launcher
  • Minecraft for Java Edition license
  • Docker for Desktop
  • Shipyard

Setup

  1. Download hashiconf-global-world.zip and hashiconf-global-mods.zip from Releases

  2. Extract the world directory from hashiconf-global-world.zip.

  3. Extract the JAR files from hashiconf-global-mods.zip. There should be three:

    • fabric-api-*.jar
    • fabric-hashicraft-mod-*.jar
    • projector-*.jar
  4. Open your default directory for Minecraft.

    • Windows: %APPDATA%\.minecraft
    • MacOS: ~/Library/Application Support/minecraft
    • Linux: ~/.minecraft
  5. Open the saves folder.

  6. Copy the world folder to the saves folder. It should result in the following:

    $ ls saves
    world/
  7. Open the mods folder.

  8. Copy the JAR files from hashiconf-global-mods.zip into the mods folder.

  9. Open Minecraft Launcher.

  10. Go to Minecraft Java Edition (preferable).

  11. The play screen should have a dropdown menu with various Minecraft versions. Choose thefabric-loader package listed. fabric loader mod for Minecraft Java edition

  12. Select PLAY.

  13. This will open Minecraft for Java. When you go into SINGLEPLAYER mode, you should see the pre-loaded world available to you.