Version bump to 0.8.18
Mods added: - Dynamic Trees - Immersive UI
This commit is contained in:
parent
54fc75dda8
commit
4e974ab7c3
4 changed files with 38 additions and 2 deletions
|
@ -587,6 +587,11 @@ file = "mods/draconic-evolution.pw.toml"
|
||||||
hash = "ddba5c58ec0f4417e91ca3158906d829c1ed6221ae6e9008735630158f3cd97f"
|
hash = "ddba5c58ec0f4417e91ca3158906d829c1ed6221ae6e9008735630158f3cd97f"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/dynamictrees.pw.toml"
|
||||||
|
hash = "b86641f8006687954358124289ef4577f96c1c0d58556a874b8f00c51542e30a"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/eccentric-tome.pw.toml"
|
file = "mods/eccentric-tome.pw.toml"
|
||||||
hash = "ae5ed48aa97aebbb0daac8b58190a465d46ad563a8a154eab028e6f24e88d44e"
|
hash = "ae5ed48aa97aebbb0daac8b58190a465d46ad563a8a154eab028e6f24e88d44e"
|
||||||
|
@ -752,6 +757,11 @@ file = "mods/iconexporter.pw.toml"
|
||||||
hash = "8dd8ae4e079d1b1857727f0a9435376fe282ca72bed0acc9efa8db881c100add"
|
hash = "8dd8ae4e079d1b1857727f0a9435376fe282ca72bed0acc9efa8db881c100add"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/immersive-ui.pw.toml"
|
||||||
|
hash = "5102f261b8f95439d1026c2b119a4928bd7c3c2ba1fdf19f314d2a76e69e1580"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/immersiveengineering.pw.toml"
|
file = "mods/immersiveengineering.pw.toml"
|
||||||
hash = "3b81ebee6bc906cafb94a30b77583b865c1a88ad4bdfb0e9fb3555c9577f136a"
|
hash = "3b81ebee6bc906cafb94a30b77583b865c1a88ad4bdfb0e9fb3555c9577f136a"
|
||||||
|
|
13
src/mods/dynamictrees.pw.toml
Normal file
13
src/mods/dynamictrees.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Dynamic Trees"
|
||||||
|
filename = "DynamicTrees-1.20.1-1.3.0-BETA11.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/vdjF5PL5/versions/LipKJRFX/DynamicTrees-1.20.1-1.3.0-BETA11.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "cd127b8328b639b88f2e61f6880f7919a98e7619"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "vdjF5PL5"
|
||||||
|
version = "LipKJRFX"
|
13
src/mods/immersive-ui.pw.toml
Normal file
13
src/mods/immersive-ui.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Immersive UI"
|
||||||
|
filename = "immersiveui-forge-0.1.1.jar"
|
||||||
|
side = "client"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
url = "https://cdn.modrinth.com/data/9wv7LuMc/versions/N7YSAxPo/immersiveui-forge-0.1.1.jar"
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "e8176c7689016e02de2d2d814fc35a9906944f02"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.modrinth]
|
||||||
|
mod-id = "9wv7LuMc"
|
||||||
|
version = "N7YSAxPo"
|
|
@ -1,12 +1,12 @@
|
||||||
name = "GalacticFactory"
|
name = "GalacticFactory"
|
||||||
author = "GalacticFactory"
|
author = "GalacticFactory"
|
||||||
version = "0.8.17"
|
version = "0.8.18"
|
||||||
pack-format = "packwiz:1.1.0"
|
pack-format = "packwiz:1.1.0"
|
||||||
|
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "09d412933d8a210a20db7258fb4e4fb3a61d5415f66aef4cff1e13ccdb551df9"
|
hash = "41a70d73e3b3b90c42e2c9a27c095e67b35ad3bd046cec6bad3780b2242067c0"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
forge = "47.3.0"
|
forge = "47.3.0"
|
||||||
|
|
Reference in a new issue