diff --git a/config/indium-renderer.properties b/config/indium-renderer.properties new file mode 100644 index 0000000..fc01b93 --- /dev/null +++ b/config/indium-renderer.properties @@ -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 diff --git a/index.toml b/index.toml index 93af665..a734b31 100644 --- a/index.toml +++ b/index.toml @@ -28,6 +28,10 @@ hash = "aca683eda86a0d8c8cbce57648f3959078b40102f3429a4aefde0060e6a6466f" file = "config/fallingleaves.json" hash = "45b8c86d744fae5a2f28531fbedb9fd6151042412efe9e279472dc9fbbec9e1f" +[[files]] +file = "config/indium-renderer.properties" +hash = "4a043f5344c045793a068a007cff7e1b9aae6a981c0828aabd1ac5f784c4a9ce" + [[files]] file = "config/inventoryprofilesnext/integrationHints/player-defined.json" hash = "3c94c0003a7616bea1a38887fafbe1c8a3e35f0ef0d0f4d5aad974ac73801b1a" @@ -151,6 +155,11 @@ file = "mods/falling-leaves-fabric.toml" hash = "9f4e5056e9fa466ce8b643f20656c107198dafa4adecef099bed25463f5e61bd" metafile = true +[[files]] +file = "mods/indium.toml" +hash = "69d17da8431a798a73f8e238e9114ff96089449706a699c1f69e4561bbc0055c" +metafile = true + [[files]] file = "mods/inventory-profiles-next.toml" hash = "92aefdfd457c3c13e5a583ed697289b0d84e0304e7af2a20c16e16813534efbb" diff --git a/mods/indium.toml b/mods/indium.toml new file mode 100644 index 0000000..24fb505 --- /dev/null +++ b/mods/indium.toml @@ -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 diff --git a/pack.toml b/pack.toml index ed24400..18c0e10 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.0.0" [index] file = "index.toml" hash-format = "sha256" -hash = "7da0ce0b921a83dc0181e0e6063e7e41af4f7d3ffc84bb6dbbe07c2c79b9a5a9" +hash = "abde292ea69628509de0c7b4ccb6df1021e8f45760540cfaa9cddbb7ad0489e6" [versions] fabric = "0.13.3"