diff --git a/index.toml b/index.toml index ed50781..be01ce2 100644 --- a/index.toml +++ b/index.toml @@ -132,6 +132,11 @@ file = "mods/custom-window-title.toml" hash = "44a5084ff1fe1a0211ae1cebe93fe714ad7a5da2b9c695672711230b73be1499" metafile = true +[[files]] +file = "mods/enhanced-block-entities.toml" +hash = "99ec189e77c720becd80f18e9c74ce2695718d80da4c933975a093d659ffc7ab" +metafile = true + [[files]] file = "mods/fabric-api.toml" hash = "e1d62926446ab5519d262d741f9f2f125488bc2048f38aced8d3e1ebec55fe1e" diff --git a/mods/enhanced-block-entities.toml b/mods/enhanced-block-entities.toml new file mode 100644 index 0000000..fb45559 --- /dev/null +++ b/mods/enhanced-block-entities.toml @@ -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 diff --git a/pack.toml b/pack.toml index d6a9a39..d7e46f6 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "VMU" author = "Wroclaw" -version = "1.0.1" +version = "1.0.2" pack-format = "packwiz:1.0.0" [index] file = "index.toml" hash-format = "sha256" -hash = "3ccb785c14dd2be558f1871f8dc8d200ec1cab355a076de747a0b08ae9c77f2b" +hash = "9c79314b8f8823557a56f5e9716d57170e19a50e06beca7b7f7b138fa67c822d" [versions] fabric = "0.13.3"