add dynamic lights on server, true darkness on client
This commit is contained in:
parent
07b322d8f7
commit
273b8fcdcd
4 changed files with 37 additions and 1 deletions
10
index.toml
10
index.toml
|
@ -1790,6 +1790,11 @@ file = "mods/dungeons-and-taverns-3.0.3.f.pw.toml"
|
|||
hash = "290f91856a4bcaf00c0395b09397a5cedf2333d3b6506379cb8b548f75abcf31"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/dynamic-lights.pw.toml"
|
||||
hash = "d9968d6500c4052633307714bdb3044ae29deefdc1548c6aba16fa36e5697e22"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/emi-1.1.10+1.20.1+fabric.pw.toml"
|
||||
hash = "aab3c23ad163b98c02b1698a27dfef920378f8b8a7ed7b7e5f3cd388000a7d26"
|
||||
|
@ -2313,6 +2318,11 @@ file = "mods/trinkets-3.7.2.pw.toml"
|
|||
hash = "e023bcdf1775fa33d5519c1b8f1dac83a2ea7115789036801622fe4a894cdadb"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/true-darkness-fabric.pw.toml"
|
||||
hash = "107e105bef9d083a8dfc2f9116663b7fcca69524c3fcebf3b7f9fb0c44756525"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/valentinesblessing 1.5.0 1.20.1 fabric.pw.toml"
|
||||
hash = "e2cf12529427e782c61e96e550a6f32781063abd5af1f22c257137ff528d1727"
|
||||
|
|
13
mods/dynamic-lights.pw.toml
Normal file
13
mods/dynamic-lights.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Dynamic Lights"
|
||||
filename = "dynamiclights-v1.8.3-mc1.17x-1.21x-mod.jar"
|
||||
side = "server"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/7YjclEGc/versions/eU6PA0pr/dynamiclights-v1.8.3-mc1.17x-1.21x-mod.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "442994e718d933df2b6f7c94479d135bf60e9b3c"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "7YjclEGc"
|
||||
version = "eU6PA0pr"
|
13
mods/true-darkness-fabric.pw.toml
Normal file
13
mods/true-darkness-fabric.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "True Darkness Refabricated"
|
||||
filename = "darkness-fabric-1.0.7-mc1.20.1.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Pf8PJBb5/versions/fH6YSSxd/darkness-fabric-1.0.7-mc1.20.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "7f4725fc41cf1d6c8883ece90b55c32c5c4b13e0"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Pf8PJBb5"
|
||||
version = "fH6YSSxd"
|
|
@ -4,7 +4,7 @@ pack-format = "packwiz:1.1.0"
|
|||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "34d65b7bd2db8a4e85169131117adcf6fe6ba89290c40a804a7b459657809ecd"
|
||||
hash = "5410e4793c9f87af21bb49c0a76b0f59dd59b0d84b0fe526325aa03e24630699"
|
||||
|
||||
[versions]
|
||||
fabric = "0.16.0"
|
||||
|
|
Loading…
Reference in a new issue