Added dynamic torches
Signed-off-by: Balazs Toldi <balazs@toldi.eu>
This commit is contained in:
parent
acd332b50a
commit
5d2d7241df
3 changed files with 19 additions and 1 deletions
|
@ -40,6 +40,11 @@ file = "mods/display-delight.pw.toml"
|
||||||
hash = "b98da9b6d2e9d39609b3d865be9b2ca1264ac8a39222d21d882d232a414d5fb2"
|
hash = "b98da9b6d2e9d39609b3d865be9b2ca1264ac8a39222d21d882d232a414d5fb2"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/dynamic-torches.pw.toml"
|
||||||
|
hash = "2ff61f12752e289ba99d7786ede62d3fd5e528665222efef2a44b741d7ee651c"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/fallingtree.pw.toml"
|
file = "mods/fallingtree.pw.toml"
|
||||||
hash = "9f6dcd9dd7ba6ec3300d32aa295825e7af4505a6ffdaae52df8105dd2a808e79"
|
hash = "9f6dcd9dd7ba6ec3300d32aa295825e7af4505a6ffdaae52df8105dd2a808e79"
|
||||||
|
|
13
mods/dynamic-torches.pw.toml
Normal file
13
mods/dynamic-torches.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Dynamic Lights"
|
||||||
|
filename = "dynamic-torches-5.1.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/AK1n0IqM/versions/EP4Vd474/dynamic-torches-5.1.jar"
|
||||||
|
hash-format = "sha512"
|
||||||
|
hash = "e6aa25bc1d73921fdb3812d41da0f5a6664575bdf50d849e93abc9314993f7c3965dc69f4558815370d1858b0f54c64a32806667aef55cdebbd012c87d3fa4a2"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "AK1n0IqM"
|
||||||
|
version = "EP4Vd474"
|
|
@ -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 = "459241107a49f1d1fbf341bacacd411c7d515a4ab9982c74216e269fe143f8d8"
|
hash = "2a8302cc89986dbc7a972cf25831043928a9f98844aa3d93b055af3a91c89a05"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.21.1"
|
minecraft = "1.21.1"
|
||||||
|
|
Loading…
Reference in a new issue