From f109044bceb7db10e0d21f14cc65fdd406781bb6 Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Sat, 2 Apr 2022 21:36:47 +0200 Subject: [PATCH] Add mod: Enhanced Block Entities --- config/enhanced_bes.properties | 17 +++++++++++++++++ index.toml | 9 +++++++++ mods/enhanced-block-entities.toml | 13 +++++++++++++ pack.toml | 4 ++-- 4 files changed, 41 insertions(+), 2 deletions(-) create mode 100644 config/enhanced_bes.properties create mode 100644 mods/enhanced-block-entities.toml diff --git a/config/enhanced_bes.properties b/config/enhanced_bes.properties new file mode 100644 index 0000000..9dfa86a --- /dev/null +++ b/config/enhanced_bes.properties @@ -0,0 +1,17 @@ +#Configuration file for Enhanced Block Entities +#Sat Apr 02 21:57:47 CEST 2022 +sign_ao=true +render_enhanced_signs=true +bell_ao=true +shulker_box_ao=true +experimental_signs=true +chest_ao=true +sign_text_rendering=smart +experimental_chests=true +christmas_chests=allowed +bed_ao=true +render_enhanced_chests=true +render_enhanced_beds=true +render_enhanced_shulker_boxes=true +experimental_beds=true +render_enhanced_bells=true diff --git a/index.toml b/index.toml index ed50781..cf635dc 100644 --- a/index.toml +++ b/index.toml @@ -16,6 +16,10 @@ hash = "3b76a60f74c9862fa69fdf09e62c2ffa95e5a86b4f2fe9cf5d9121fe3e2ad76a" file = "config/customwindowtitle-client.toml" hash = "103ab2253b65e0a98457fc2f753f3e18a9beefa290ca5e81bd7b1a76b1e870ae" +[[files]] +file = "config/enhanced_bes.properties" +hash = "0b909b5ebd8775bfcc0345a8bdc5a3b7c57ab864d6b52b68686849e4d94ccaea" + [[files]] file = "config/fabric/indigo-renderer.properties" hash = "aca683eda86a0d8c8cbce57648f3959078b40102f3429a4aefde0060e6a6466f" @@ -132,6 +136,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..eb890ef 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 = "dc447604120aa6f9a2abc62cb2f53f24e852e9bd8a7eb90e6132b2e64ec73f78" [versions] fabric = "0.13.3"