Version bump to 0.5.11
Mods added: - Eccentric Tome - Mob Grinding Utils KubeJS textures added: - logo.png
This commit is contained in:
parent
282d47da93
commit
90f0dece1e
5 changed files with 42 additions and 2 deletions
|
@ -47,6 +47,10 @@ hash = "35e8f0d6ee84ecf70bed440d5b26b523d2c684568f16fdc871ce934d224eec2c"
|
|||
file = "kubejs/assets/capejs/textures/capes/galacticfactory.png"
|
||||
hash = "23116999939851feb0b358564af45813b1e65fbd1e33d9ccfe6fac7b7027e1ad"
|
||||
|
||||
[[files]]
|
||||
file = "kubejs/assets/textures/logo.png"
|
||||
hash = "1dc067cf5c5aaa84551be3cfc07373c7393f6e736062207a34d7b7531e2e1570"
|
||||
|
||||
[[files]]
|
||||
file = "kubejs/client_scripts/cape.js"
|
||||
hash = "d86fdabd2650706a673bc235e3fa19b4339f7d6e3dec2c0dd938f40c7ef880dd"
|
||||
|
@ -303,6 +307,11 @@ file = "mods/double-doors.pw.toml"
|
|||
hash = "c56ae338249990a510c4479047c812cf320e5b3cf92833876fb43d846dc602ad"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/eccentric-tome.pw.toml"
|
||||
hash = "ae5ed48aa97aebbb0daac8b58190a465d46ad563a8a154eab028e6f24e88d44e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/ecospherical-expansion.pw.toml"
|
||||
hash = "fef1bcd4cb926a3e2c59f13bde2a159816edd9090b6910ed39313e54770d9935"
|
||||
|
@ -558,6 +567,11 @@ file = "mods/mmmmmmmmmmmm.pw.toml"
|
|||
hash = "8cc16a9f1f2b9ba4133d6ee2d39e686aa51ba54f9d40407f7d4435b1f85dd0e7"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/mob-grinding-utils.pw.toml"
|
||||
hash = "8885a270b8065fd0477078f258b8d59fa07b3cc1a7cfb30ec3f298b380f4cefb"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/mod-name-tooltip.pw.toml"
|
||||
hash = "0f37846b5bc38059aad5800e48e22a7d24b915ef553e3241af2b63e9ba864237"
|
||||
|
|
BIN
src/kubejs/assets/textures/logo.png
Normal file
BIN
src/kubejs/assets/textures/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 96 KiB |
13
src/mods/eccentric-tome.pw.toml
Normal file
13
src/mods/eccentric-tome.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Eccentric Tome"
|
||||
filename = "eccentrictome-1.20.1-1.10.2.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/ZtdULK5c/versions/kcO6KikB/eccentrictome-1.20.1-1.10.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "0acd94707a81c1c6d4badd86d545feffa2010eb5"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "ZtdULK5c"
|
||||
version = "kcO6KikB"
|
13
src/mods/mob-grinding-utils.pw.toml
Normal file
13
src/mods/mob-grinding-utils.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Mob Grinding Utils"
|
||||
filename = "mob_grinding_utils-1.20.1-1.0.3.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "9a3df658801137bb5e5d0439553211dffe8fb7f2"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 4785138
|
||||
project-id = 254241
|
|
@ -1,12 +1,12 @@
|
|||
name = "GalacticFactory"
|
||||
author = "GalacticFactory"
|
||||
version = "0.5.10"
|
||||
version = "0.5.11"
|
||||
pack-format = "packwiz:1.1.0"
|
||||
|
||||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "41b00f7523c85ce64642a92d9af0dd8a02e549c65802c49cc758f82c4735c70f"
|
||||
hash = "c086ac87d4719c7748bc06e1a14c7f2e0b67d793a21e1d935bf15ede7c3b2c87"
|
||||
|
||||
[versions]
|
||||
forge = "47.2.0"
|
||||
|
|
Reference in a new issue