Skip to content

Commit

Permalink
compatible with mmocontent 1.12.x
Browse files Browse the repository at this point in the history
  • Loading branch information
LCLPYT committed Sep 9, 2022
1 parent c058ded commit cba013d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ archives_base_name = mmofurniture
fabric_version=0.58.0+1.18.2

# first party dependencies
mmocontent_version=1.11.0
mmocontent_version=1.12.0

# Modrinth
sodium_version=mc1.18.2-0.4.1
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"fabricloader": ">=0.14.9",
"fabric": "*",
"minecraft": "1.18.2",
"mmocontent": "1.11.x",
"mmocontent": ["1.11.x", "1.12.x"],
"java": ">=17"
},
"suggests": {}
Expand Down

0 comments on commit cba013d

Please sign in to comment.