Add mod: Enhanced Block Entities

This commit is contained in:
Wroclaw 2022-04-02 21:36:47 +02:00
parent f7bd5523eb
commit bf319f87a5
3 changed files with 20 additions and 2 deletions

View file

@ -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 = "99ec189e77c720becd80f18e9c74ce2695718d80da4c933975a093d659ffc7ab"
metafile = true
[[files]] [[files]]
file = "mods/fabric-api.toml" file = "mods/fabric-api.toml"
hash = "e1d62926446ab5519d262d741f9f2f125488bc2048f38aced8d3e1ebec55fe1e" hash = "e1d62926446ab5519d262d741f9f2f125488bc2048f38aced8d3e1ebec55fe1e"

View file

@ -0,0 +1,13 @@
name = "Enhanced Block Entities"
filename = "enhancedblockentities-0.6+1.18.2.jar"
side = "client"
[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

View file

@ -1,12 +1,12 @@
name = "VMU" name = "VMU"
author = "Wroclaw" author = "Wroclaw"
version = "1.0.1" version = "1.0.2"
pack-format = "packwiz:1.0.0" pack-format = "packwiz:1.0.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "3ccb785c14dd2be558f1871f8dc8d200ec1cab355a076de747a0b08ae9c77f2b" hash = "9c79314b8f8823557a56f5e9716d57170e19a50e06beca7b7f7b138fa67c822d"
[versions] [versions]
fabric = "0.13.3" fabric = "0.13.3"