Skip to content

Commit

Permalink
Bump to 1.0.3, add Mods of the World integration.
Browse files Browse the repository at this point in the history
NOTE: 1.0.3 will only be released when enough changes are done.
  • Loading branch information
Past Ennui committed Dec 15, 2019
1 parent b043251 commit 2a2c385
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.7.2+build.174

# Mod Properties
mod_version = 1.0.2
mod_version = 1.0.3
maven_group = io.github.joaoh1
archives_base_name = okzoomer

Expand Down
Binary file added src/main/resources/assets/okzoomer/motw/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/main/resources/assets/okzoomer/motw/splashes.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Ok zoomer.
Ok boomer.
Probably approved by boomers.
Made by a zoomer, for zoomers!
Get it? Zoomer, Zoom?
Better than OptiFine's zoom!
Better than SimpleZoom!
Now with smooth transitions!
4 changes: 3 additions & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
"minecraft": ">=1.14.4"
},
"custom": {
"modmenu:clientsideOnly": true
"modmenu:clientsideOnly": true,
"modsoftheworld:logo": "okzoomer:motw/logo.png",
"modsoftheworld:splashes": "okzoomer:motw/splashes.txt"
}
}

0 comments on commit 2a2c385

Please sign in to comment.