-
-
Notifications
You must be signed in to change notification settings - Fork 83
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This release Updates the mod to mc version 1.17. This is the first time i created/edited a mod.
- Loading branch information
1 parent
76edb13
commit ad40e15
Showing
20 changed files
with
145 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,20 @@ | ||
org.gradle.jvmargs=-Xmx1G | ||
|
||
# Fabric Properties (https://modmuss50.me/fabric.html) | ||
minecraft_version=1.16.5 | ||
yarn_mappings=1.16.5+build.5 | ||
loader_version=0.11.3 | ||
# Fabric Properties (https://fabricmc.net/versions.html) | ||
minecraft_version=1.17.1 | ||
yarn_mappings=1.17.1+build.39 | ||
loader_version=0.11.6 | ||
|
||
fabric_api_version=0.29.3+1.16 | ||
fabric_version=0.31.0+1.16 | ||
# APIs | ||
#Fabric api | ||
fabric_version=0.38.0+1.17 | ||
|
||
# Dependencies | ||
## Cloth Api (https://www.curseforge.com/minecraft/mc-mods/cloth-config/files) | ||
cloth_api_version=4.8.3 | ||
## Auto Config (https://bintray.com/shedaniel/autoconfig1u/autoconfig1u/_latestVersion) | ||
auto_config_version=3.3.1 | ||
## Mod Menu (https://maven.fabricmc.net/io/github/prospector/modmenu/) | ||
mod_menu_version=1.14.13+build.21 | ||
clothconfig_version=5.0.38 | ||
## Mod Menu (https://www.curseforge.com/minecraft/mc-mods/modmenu/files) | ||
mod_menu_version=2.0.4 | ||
|
||
# Mod Properties | ||
mod_version = 1.0.5 | ||
mod_version = 1.0.6 | ||
maven_group = me.xmrvizzy | ||
archives_base_name = skyblocker | ||
|
||
org.gradle.java.home=C:\\Program Files\\Java\\jdk1.8.0_281 | ||
archives_base_name = skyblocker |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-all.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
src/main/java/me/xmrvizzy/skyblocker/config/SkyblockerConfig.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
src/main/java/me/xmrvizzy/skyblocker/config/modmenu/ModMenuEntry.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
src/main/java/me/xmrvizzy/skyblocker/skyblock/dungeon/DungeonMap.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.