Add mod: Enhanced Block Entities
This commit is contained in:
parent
f7bd5523eb
commit
6b4a0a621b
3 changed files with 19 additions and 1 deletions
|
@ -132,6 +132,11 @@ file = "mods/custom-window-title.toml"
|
||||||
hash = "44a5084ff1fe1a0211ae1cebe93fe714ad7a5da2b9c695672711230b73be1499"
|
hash = "44a5084ff1fe1a0211ae1cebe93fe714ad7a5da2b9c695672711230b73be1499"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/enhanced-block-entities.toml"
|
||||||
|
hash = "5f96cbfa5842b2fa1977bed45bff4b2230a1608f34394ca75945fa65d8e555da"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/fabric-api.toml"
|
file = "mods/fabric-api.toml"
|
||||||
hash = "e1d62926446ab5519d262d741f9f2f125488bc2048f38aced8d3e1ebec55fe1e"
|
hash = "e1d62926446ab5519d262d741f9f2f125488bc2048f38aced8d3e1ebec55fe1e"
|
||||||
|
|
13
mods/enhanced-block-entities.toml
Normal file
13
mods/enhanced-block-entities.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Enhanced Block Entities"
|
||||||
|
filename = "enhancedblockentities-0.6+1.18.2.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://edge.forgecdn.net/files/3717/795/enhancedblockentities-0.6+1.18.2.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "d4a4ce2f0249cd636eb3f820225082645885bd74"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.curseforge]
|
||||||
|
file-id = 3717795
|
||||||
|
project-id = 452046
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.0.0"
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "3ccb785c14dd2be558f1871f8dc8d200ec1cab355a076de747a0b08ae9c77f2b"
|
hash = "acff12a726482a0aa6784e56f0ebe57d4b07f4103687b9b1e76463a79f395fcc"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
fabric = "0.13.3"
|
fabric = "0.13.3"
|
||||||
|
|
Loading…
Reference in a new issue