fix: gravestones not working in fluids

This commit is contained in:
Astreaprtcl 2025-08-10 19:08:46 +02:00
parent 98ad200ff0
commit 4ac2def7c6
Signed by untrusted user who does not match committer: astreaprtcl
GPG key ID: C1A416D9DF13737B
3 changed files with 20 additions and 2 deletions

View file

@ -309,6 +309,11 @@ file = "mods/gputape.pw.toml"
hash = "3dbbe88bcb85142955f776a9542daec9eb5c5c7c349e56306cc7b8dbe4a84c4c" hash = "3dbbe88bcb85142955f776a9542daec9eb5c5c7c349e56306cc7b8dbe4a84c4c"
metafile = true metafile = true
[[files]]
file = "mods/gravestones-fix.pw.toml"
hash = "9cc5869f09f90c5f3af001135dc1dedbcdbeccd6f01a6c59cdee2b53afe2f4d5"
metafile = true
[[files]] [[files]]
file = "mods/gravestones.pw.toml" file = "mods/gravestones.pw.toml"
hash = "e02e297f397621e1c0d17f6853d5176e23343609e978ac3fd35f1a73d00d509c" hash = "e02e297f397621e1c0d17f6853d5176e23343609e978ac3fd35f1a73d00d509c"

View file

@ -0,0 +1,13 @@
name = "Gravestones Fix"
filename = "gravestonesfix-1.1.0.jar"
side = "server"
[download]
url = "https://cdn.modrinth.com/data/nFIzW822/versions/rlQV9QFX/gravestonesfix-1.1.0.jar"
hash-format = "sha512"
hash = "1f6536be85bec91ef61826b124e77d566a1b2a5d263d14410a07705e42c3183104a6132e8792b0517bc27965dbd0cd7dfb20512deef9093485465c9f5ffef54d"
[update]
[update.modrinth]
mod-id = "nFIzW822"
version = "rlQV9QFX"

View file

@ -1,12 +1,12 @@
name = "Linuxcraft" name = "Linuxcraft"
author = "Astreaprtcl" author = "Astreaprtcl"
version = "v1.6.1" version = "v1.6.2"
pack-format = "packwiz:1.1.0" pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "9b6b0b1a7e6a9273bc012b62c1b14c1407389b4819f7848890432024e1b3d772" hash = "4cabef4d5f225b53575fb399e59f990a6d706380e6c4dda08dc88fb7b0bbcb4f"
[versions] [versions]
fabric = "0.16.14" fabric = "0.16.14"