fixes ghost-like behavior
This commit is contained in:
parent
9e2271d4a1
commit
a9c89cc79c
3 changed files with 19 additions and 1 deletions
|
@ -195,6 +195,11 @@ file = "mods/biomesyougo.pw.toml"
|
||||||
hash = "dbbe09e6693b3c8608f7831b99f66ff57a62a5dfef612295cbe144553abd7336"
|
hash = "dbbe09e6693b3c8608f7831b99f66ff57a62a5dfef612295cbe144553abd7336"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/block_limit_fix.pw.toml"
|
||||||
|
hash = "c1f2120122972062a6e4be666e432b4a748eabdc977e801b3d7db9f974a05145"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/blockus.pw.toml"
|
file = "mods/blockus.pw.toml"
|
||||||
hash = "bb3238ceb56c13b0a37e89c8836e0a56c63159b74c2f4e0dbfb93018c06bcd81"
|
hash = "bb3238ceb56c13b0a37e89c8836e0a56c63159b74c2f4e0dbfb93018c06bcd81"
|
||||||
|
|
13
mods/block_limit_fix.pw.toml
Normal file
13
mods/block_limit_fix.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Block Limit Fix"
|
||||||
|
filename = "block_limit_fix-1.0.3-fabric.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/oJtNN7Tj/versions/7EsAM2c8/block_limit_fix-1.0.3-fabric.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "cdddc9360b679db04d3be9a56540a706aa8436e5"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "oJtNN7Tj"
|
||||||
|
version = "7EsAM2c8"
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "9bd16753c96b77d7554e4e4e512607d78fb6e86ebe4d37ad6423dc51b78ab301"
|
hash = "f23fd3cf7b7408e24b54683566c97b6a574aea4c0b7d57cb6f6df658c6d4003f"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.19.2"
|
minecraft = "1.19.2"
|
||||||
|
|
Loading…
Reference in a new issue