A mod for Minecraft 1.16.5 that adds the Create Goggles to the Curios head slot.
Building this project does involve some manual setup. The instructions below should get you up and running.
- Create a directory inside this project called
localMods
. - Download the following mods and place their JAR files into the newly created
directory:
- Create v0.3.2g - link
- Ensure the downloaded mods have file names matching the following patterns:
- Create -
create-mc1.16.5_v0.3.2g
- Create -
- Install
scoop.sh
- link - Install
git
(required to add buckets) by runningscoop install git
- Add the
java
bucket by runningscoop bucket add java
- Install a JDK of your choice by running
scoop install <PROVIDER><VERSION>-jdk
- This project is confirmed to compile when using
temurin-jdk
. It is recommended to try that one first.
- This project is confirmed to compile when using
Check your package manager for an appropriate JDK package that meets the following requirements:
- Supported by Gradle 6 or later
If in doubt, install the latest available JDK of at least version 17 or later.
Build outputs can be found in build/libs
regardless of operating system.
- Run
.\gradlew.bat build
- Run
./gradlew build
All changes should be tested locally before submitting a pull request. At a minimum they must compile. To test you changes:
- Build the project with your changes.
- Prepare a new Minecraft instance using only the following mods:
- Minecraft v1.16.5
- Forge v36.2.39
- Create v0.3.2g
- Flywheel v0.2.5
- Curios API v4.1.0.0
- Your built changes from the
build/libs
directory
- Run the instance.
- Verify the following:
- The Engineer's Goggles can be equipped in the head Curios slot
- The Engineer's Goggles display the stress overlay when equipped in your head slot.
- The Engineer's Goggles display the stress overlay when equipped in your head Curios slot.
- The stress overlay is not displayed outside of the above two circumstances during routine play.
Copyright (c) 2023 G'lek Tarssza
All rights reserved.
See LICENSE.md for the full license.