mirror of
https://github.com/xHyroM/aetheria.git
synced 2024-11-22 15:21:06 +01:00
feat: add enhanced block entities
This commit is contained in:
parent
06878238af
commit
1db08caeed
3 changed files with 19 additions and 1 deletions
|
@ -390,6 +390,11 @@ file = "mods/easy-shulker-boxes.pw.toml"
|
||||||
hash = "21b14c54b6ab889ee048f894ef0de763fbb406fa1c2e11fe178442db70e00813"
|
hash = "21b14c54b6ab889ee048f894ef0de763fbb406fa1c2e11fe178442db70e00813"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/ebe.pw.toml"
|
||||||
|
hash = "b8270928d44781b9e59982d376bb3cc0d24089ceebef3c79d3e1e881ba7ece60"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/edf-remastered.pw.toml"
|
file = "mods/edf-remastered.pw.toml"
|
||||||
hash = "c6d6e0e569ee03b705fe01ee5fc98505362d3a90a1a2cd919c2eb26dfa3cf5bd"
|
hash = "c6d6e0e569ee03b705fe01ee5fc98505362d3a90a1a2cd919c2eb26dfa3cf5bd"
|
||||||
|
|
13
packwiz/1.20.1/mods/ebe.pw.toml
Normal file
13
packwiz/1.20.1/mods/ebe.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Enhanced Block Entities"
|
||||||
|
filename = "enhancedblockentities-0.9+1.20.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/OVuFYfre/versions/i3v1Skck/enhancedblockentities-0.9%2B1.20.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "61cfe50f69f8ef9e3640c0269ef158870f5b0410"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "OVuFYfre"
|
||||||
|
version = "i3v1Skck"
|
|
@ -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 = "f71fc55716824c1764d639c281bed1c71e3560992f080396c0b97f8e057c767c"
|
hash = "6ab5980cebdaed5f49a314e1ea9cde6957afb04832d263a8a0bfe8e61389c8c1"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
forge = "47.2.17"
|
forge = "47.2.17"
|
||||||
|
|
Loading…
Reference in a new issue