1
0
Fork 0
mirror of https://github.com/xHyroM/aetheria.git synced 2024-09-19 21:03:20 +02:00

feat: add enhanced block entities

This commit is contained in:
Jozef Steinhübl 2024-06-16 21:13:41 +02:00
parent 06878238af
commit 1db08caeed
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F
3 changed files with 19 additions and 1 deletions

View file

@ -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"

View 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"

View file

@ -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"