Skip to content

Commit

Permalink
Updated to 1.20.3-1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
BVengo committed Dec 10, 2023
1 parent b10e7b2 commit 5d6ce3d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
org.gradle.jvmargs=-Xmx1G

# Mod Properties
mod_version = 2.4.1
mod_version = 2.4.2
maven_group = com.bvengo
archives_base_name = simpleshulkerpreview

Expand All @@ -11,12 +11,12 @@ archives_base_name = simpleshulkerpreview
## https://maven.shedaniel.me/me/shedaniel/cloth/cloth-config-fabric/
## https://maven.terraformersmc.com/com/terraformersmc/modmenu

cloth_version=12.0.109
modmenu_version=8.0.0
cloth_version=13.0.114
modmenu_version=9.0.0-pre.1

minecraft_version=1.20.2
yarn_mappings=1.20.2+build.4
loader_version=0.14.24
minecraft_version=1.20.3
yarn_mappings=1.20.3+build.1
loader_version=0.15.0

#Fabric api
fabric_version=0.90.7+1.20.2
fabric_version=0.91.1+1.20.3
9 changes: 5 additions & 4 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schemaVersion": 1,
"id": "simpleshulkerpreview",
"version": "2.4.1",
"version": "2.4.2",
"icon": "assets/simpleshulkerpreview/icon.png",
"name": "Simple Shulker Preview",
"description": "Display a configurable icon indicating the contents of a shulker box, as well as a capacity bar.",
Expand All @@ -19,10 +19,11 @@
},
"mixins": ["simpleshulkerpreview.mixins.json"],
"depends": {
"fabricloader": ">=0.14.24",
"minecraft": ">=1.20.2"
"fabricloader": ">=0.14.25",
"minecraft": ">=1.20.3",
"java": ">=17"
},
"recommends": {
"modmenu": ">=8.0.0"
"modmenu": ">=9.0.0"
}
}

0 comments on commit 5d6ce3d

Please sign in to comment.