Skip to content

Commit

Permalink
1.14's final update
Browse files Browse the repository at this point in the history
  • Loading branch information
Past Ennui committed Feb 4, 2020
1 parent fce14c4 commit 27e78d4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
12 changes: 6 additions & 6 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
org.gradle.jvmargs=-Xmx1G

# Fabric Properties, check these on http://modmuss50.me/fabric.html
minecraft_version=1.15.2
yarn_mappings=1.15.2+build.11
minecraft_version=1.14.4
yarn_mappings=1.14.4+build.15
loader_version=0.7.6+build.181

# Mod Properties
mod_version = 2.1.0
mod_version = 1.1.0
maven_group = io.github.joaoh1
archives_base_name = okzoomer

# Dependencies
fabric_version=0.4.29+build.290-1.15
mod_menu_version=1.8.5+build.23
cloth_config_version=2.9.2
fabric_version=0.4.2+build.246-1.14
mod_menu_version=1.7.16.1.14.4+build.128
cloth_config_version=1.8
auto_config_version=1.2.4
1 change: 0 additions & 1 deletion src/main/java/io/github/joaoh1/okzoomer/OkZoomer.java
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ public void onInitializeClient() {
if (config.zoomToggle) {
if (minecraft.isPaused() && zoomPressed) {
zoomPressed = false;
zoomKeyBinding.setPressed(true);
}
}

Expand Down
6 changes: 3 additions & 3 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
"autoconfig1u": ">=1.2.4",
"fabricloader": ">=0.7.0",
"fabric": ">=0.4.0",
"minecraft": "1.15.x"
"minecraft": "1.14.x"
},
"recommends": {
"cloth-config2": ">=2.9.2",
"modmenu": ">=1.8.0"
"cloth-config2": ">=1.8",
"modmenu": ">=1.7.0"
},
"custom": {
"modmenu:clientsideOnly": true,
Expand Down

0 comments on commit 27e78d4

Please sign in to comment.