Skip to content

Commit 704875b

Browse files
committed
Fix Datapack loading on Forge/NeoForge
1 parent 93ba21b commit 704875b

File tree

5 files changed

+8
-6
lines changed

5 files changed

+8
-6
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"pack": {
33
"description": "CorgiLib Resources",
4-
"pack_format": 88.0
4+
"max_format": 88.0,
5+
"min_format": 88.0
56
}
67
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"pack": {
33
"description": "CorgiLib Resources",
4-
"pack_format": 88.0
4+
"max_format": 88.0,
5+
"min_format": 88.0
56
}
67
}

gradle.properties

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ modrinth_id=ziOp6EO8
1111
minecraft_version=1.21.10
1212

1313
# Forge
14-
forge_version=60.0.5
14+
forge_version=60.0.14
1515

1616
# Neoforge
17-
neoforge_version=21.10.20-beta
17+
neoforge_version=21.10.45-beta
1818

1919
# Fabric
2020
fabric_loader_version=0.17.3
21-
fabric_api_version=0.135.0
21+
fabric_api_version=0.136.0
2222

2323
# Mod options
2424
mod_name=CorgiLib

gradle/wrapper/gradle-wrapper.jar

176 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)