Skip to content

Commit

Permalink
Update to 1.20.1, add bookself support, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pepperoni-Jabroni committed Jun 16, 2023
1 parent 33e3ebb commit 41d79d5
Show file tree
Hide file tree
Showing 3 changed files with 8 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.14.21

# Mod Properties
mod_version = 2.5.0
mod_version = 2.6.0
maven_group = pepjebs
archives_base_name = map-atlases

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"replace": false,
"values": [
"map_atlases:atlas"
]
}
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"depends": {
"fabricloader": ">=0.14.21",
"fabric": "*",
"minecraft": "1.20",
"minecraft": "~1.20",
"java": ">=17"
}
}

0 comments on commit 41d79d5

Please sign in to comment.