Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Commit

Permalink
Finalize 1.19-1.19.4
Browse files Browse the repository at this point in the history
  • Loading branch information
IMB11 committed May 8, 2023
1 parent 19bea42 commit e072b43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.19
yarn_mappings=1.19+build.4
minecraft_version=1.19.4
yarn_mappings=1.19.4+build.2
loader_version=0.14.19
# Mod Properties
mod_version=0.1.0
maven_group=com.mineblock11
archives_base_name=SimpleBroadcast
# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.58.0+1.19
fabric_version=0.80.0+1.19.4
# https://placeholders.pb4.eu/dev/getting-started/
placeholder_version=2.0.0-beta.7+1.19
placeholder_version=2.1.0+1.19.4
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"depends": {
"fabricloader": ">=0.14.19",
"fabric": "*",
"minecraft": ">=1.19 <1.19.2"
"minecraft": ">=1.19"
}
}

0 comments on commit e072b43

Please sign in to comment.