Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ org.gradle.jvmargs=-Xmx1G
loader_version=0.14.0

# Mod Properties
mod_version = 1.0.0
mod_version = 1.0.1
maven_group = io.github.apple502j
archives_base_name = fiveonefouroneeight
4 changes: 2 additions & 2 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "fiveonefouroneeight",
"version": "${version}",
"version": "1.0.1",

"name": "FiveOneFourOneEight",
"description": "Allow changing option values outside the vanilla limit using options.txt",
Expand All @@ -22,7 +22,7 @@
"accessWidener" : "fiveonefouroneeight.accesswidener",
"depends": {
"fabricloader": ">=0.14.0",
"minecraft": "1.19.x",
"minecraft": ">=1.19.0",
"java": ">=17"
}
}