Add mod: Indium

Fixes quantum (both open and closed) chests when you open them.
Also it is recommended dependency for Enhanced Block Entities
if you have Sodium
This commit is contained in:
Wroclaw 2022-04-03 00:19:41 +02:00
parent d8f1a0f294
commit b7c8d9b398
4 changed files with 31 additions and 1 deletions

View file

@ -0,0 +1,8 @@
#Indium properties file
#Sun Apr 03 00:11:20 CEST 2022
debug-compare-lighting=auto
fix-exterior-vertex-lighting=auto
ambient-occlusion-mode=auto
always-tesselate-blocks=auto
fix-smooth-lighting-offset=auto
fix-luminous-block-ambient-occlusion=auto

View file

@ -28,6 +28,10 @@ hash = "aca683eda86a0d8c8cbce57648f3959078b40102f3429a4aefde0060e6a6466f"
file = "config/fallingleaves.json" file = "config/fallingleaves.json"
hash = "45b8c86d744fae5a2f28531fbedb9fd6151042412efe9e279472dc9fbbec9e1f" hash = "45b8c86d744fae5a2f28531fbedb9fd6151042412efe9e279472dc9fbbec9e1f"
[[files]]
file = "config/indium-renderer.properties"
hash = "4a043f5344c045793a068a007cff7e1b9aae6a981c0828aabd1ac5f784c4a9ce"
[[files]] [[files]]
file = "config/inventoryprofilesnext/integrationHints/player-defined.json" file = "config/inventoryprofilesnext/integrationHints/player-defined.json"
hash = "3c94c0003a7616bea1a38887fafbe1c8a3e35f0ef0d0f4d5aad974ac73801b1a" hash = "3c94c0003a7616bea1a38887fafbe1c8a3e35f0ef0d0f4d5aad974ac73801b1a"
@ -151,6 +155,11 @@ file = "mods/falling-leaves-fabric.toml"
hash = "9f4e5056e9fa466ce8b643f20656c107198dafa4adecef099bed25463f5e61bd" hash = "9f4e5056e9fa466ce8b643f20656c107198dafa4adecef099bed25463f5e61bd"
metafile = true metafile = true
[[files]]
file = "mods/indium.toml"
hash = "69d17da8431a798a73f8e238e9114ff96089449706a699c1f69e4561bbc0055c"
metafile = true
[[files]] [[files]]
file = "mods/inventory-profiles-next.toml" file = "mods/inventory-profiles-next.toml"
hash = "92aefdfd457c3c13e5a583ed697289b0d84e0304e7af2a20c16e16813534efbb" hash = "92aefdfd457c3c13e5a583ed697289b0d84e0304e7af2a20c16e16813534efbb"

13
mods/indium.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Indium"
filename = "indium-1.0.2+mc1.18.2.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3669/436/indium-1.0.2+mc1.18.2.jar"
hash-format = "sha1"
hash = "9421de0ce575f84ac652694f8f2bc9a468a42375"
[update]
[update.curseforge]
file-id = 3669436
project-id = 459496

View file

@ -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 = "7da0ce0b921a83dc0181e0e6063e7e41af4f7d3ffc84bb6dbbe07c2c79b9a5a9" hash = "abde292ea69628509de0c7b4ccb6df1021e8f45760540cfaa9cddbb7ad0489e6"
[versions] [versions]
fabric = "0.13.3" fabric = "0.13.3"