fix singleplayer worlds crashing
This commit is contained in:
parent
5e8fbb2f19
commit
ff5415b219
3 changed files with 19 additions and 1 deletions
|
@ -12,6 +12,11 @@ hash = "50f74a7debb4a852e1384434500515f2478b8dcf0d71b75eba148ca34d89715c"
|
|||
file = "mods/Essential-fabric_1-18-2.jar"
|
||||
hash = "255b3b4733ff0412d59c24e586f3ce811dc4292abb57a9ce3bd6ecbd6871f1ed"
|
||||
|
||||
[[files]]
|
||||
file = "mods/advancements-debug.pw.toml"
|
||||
hash = "24085c5f01e5011fcc499dbb442d9c6bca379a1a604cb45e5811e03c17b65e41"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ae2.pw.toml"
|
||||
hash = "5f99a9e80c2ea75a4151e0d811fda950fff06ccb2e29a1724777069d6d9e84ed"
|
||||
|
|
13
.minecraft/mods/advancements-debug.pw.toml
Normal file
13
.minecraft/mods/advancements-debug.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Advancements Debug"
|
||||
filename = "advdebug-2.3.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "1b66e20a98bd26d8fd2f21c63d666795d9d9a60d"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 3345570
|
||||
project-id = 422316
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "991d6b717454c81b297efdcc5a1450e7eb562b802318c4f3ffd28ba42c695a79"
|
||||
hash = "e02fe1633d6daac3770c20d8ae680ef60400441117c0b0d3d99fdd94ea9199ab"
|
||||
|
||||
[versions]
|
||||
fabric = "0.13.3"
|
||||
|
|
Loading…
Reference in a new issue