Skip to content

Commit 04455a5

Browse files
Update to 1.19
1 parent b9865c6 commit 04455a5

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

gradle.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
org.gradle.jvmargs=-Xmx1G
33
# Fabric Properties
44
# check these on https://modmuss50.me/fabric.html
5-
minecraft_version=1.18.2
6-
yarn_mappings=1.18.2+build.3
7-
loader_version=0.14.2
5+
minecraft_version=1.19
6+
yarn_mappings=1.19+build.1
7+
loader_version=0.14.6
88
# Mod Properties
9-
mod_version=1.0.0-SNAPSHOT
9+
mod_version=1.0.0.1-SNAPSHOT
1010
maven_group=ml.unbreakinggold
1111
archives_base_name=DatapackInstaller
1212
# Dependencies
1313
# check this on https://modmuss50.me/fabric.html
14-
fabric_version=0.51.1+1.18.2
14+
fabric_version=0.55.1+1.19

src/main/resources/fabric.mod.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
"name": "Datapack Installer",
66
"description": "Allows you to select datapacks, compressed or as a folder, inside a folder during world creation without having to copy them.",
77
"authors": [
8-
"UnbreakingGold"
8+
"WardenBypass"
99
],
1010
"contact": {
11-
"repo": "https://github.com/MacaylaMarvelous81/DatapackInstaller"
11+
"repo": "https://git.sr.ht/~macaylamarvelous81/datapack-installer"
1212
},
1313
"license": "MIT",
1414
"icon": "assets/DatapackInstaller/icon.png",
@@ -22,8 +22,8 @@
2222
"DatapackInstaller.mixins.json"
2323
],
2424
"depends": {
25-
"fabricloader": ">=0.14.2",
25+
"fabricloader": ">=0.14.6",
2626
"fabric": "*",
27-
"minecraft": "1.18.2"
27+
"minecraft": "1.19"
2828
}
2929
}

0 commit comments

Comments
 (0)