Skip to content

Commit

Permalink
Update to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
MacaylaMarvelous81 committed Jul 17, 2022
1 parent b9865c6 commit 04455a5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
org.gradle.jvmargs=-Xmx1G
# Fabric Properties
# check these on https://modmuss50.me/fabric.html
minecraft_version=1.18.2
yarn_mappings=1.18.2+build.3
loader_version=0.14.2
minecraft_version=1.19
yarn_mappings=1.19+build.1
loader_version=0.14.6
# Mod Properties
mod_version=1.0.0-SNAPSHOT
mod_version=1.0.0.1-SNAPSHOT
maven_group=ml.unbreakinggold
archives_base_name=DatapackInstaller
# Dependencies
# check this on https://modmuss50.me/fabric.html
fabric_version=0.51.1+1.18.2
fabric_version=0.55.1+1.19
8 changes: 4 additions & 4 deletions src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"name": "Datapack Installer",
"description": "Allows you to select datapacks, compressed or as a folder, inside a folder during world creation without having to copy them.",
"authors": [
"UnbreakingGold"
"WardenBypass"
],
"contact": {
"repo": "https://github.com/MacaylaMarvelous81/DatapackInstaller"
"repo": "https://git.sr.ht/~macaylamarvelous81/datapack-installer"
},
"license": "MIT",
"icon": "assets/DatapackInstaller/icon.png",
Expand All @@ -22,8 +22,8 @@
"DatapackInstaller.mixins.json"
],
"depends": {
"fabricloader": ">=0.14.2",
"fabricloader": ">=0.14.6",
"fabric": "*",
"minecraft": "1.18.2"
"minecraft": "1.19"
}
}

0 comments on commit 04455a5

Please sign in to comment.