Version bump to 0.7.13
Mods added: - Fast Leaf Decay - ImmediatelyFast ([#29][(https://www.coastalcommits.com/GalacticFactory/GalacticFactory/issues/29)) - NotEnoughAnimations ([#28](https://www.coastalcommits.com/GalacticFactory/GalacticFactory/issues/28))
This commit is contained in:
parent
94c6798e36
commit
4cd257d463
5 changed files with 56 additions and 2 deletions
|
@ -590,6 +590,11 @@ file = "mods/fallingleavesforge.pw.toml"
|
|||
hash = "18311cdec474d21247f33fede33ffef2ca27b715dec47b4914957a8ec59cbe6e"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fast-leaf-decay.pw.toml"
|
||||
hash = "4da758690c2a7ac4d0e17283203d0b1bac670edfaf42f1863cd624941d3a0145"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/fast-paintings.pw.toml"
|
||||
hash = "b3599818456da2d6cda4e52f7666f18c7323d442deff551b73d5da01f1784d6d"
|
||||
|
@ -705,6 +710,11 @@ file = "mods/iconexporter.pw.toml"
|
|||
hash = "e9570c9db5f578d2837d4d225254717a7a7b72e6c00e4b022fafb4a9dab73a70"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/immediatelyfast.pw.toml"
|
||||
hash = "1ef40993b8abff2b77e3f5f59874e6de0348e4c39f6b8e5561fa672a8b1c5c0b"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/immersiveengineering.pw.toml"
|
||||
hash = "c2269a9e657db40350aea860ad7b115abbc8aaad5a131d68b503841751ad182b"
|
||||
|
@ -940,6 +950,11 @@ file = "mods/no-chat-reports.pw.toml"
|
|||
hash = "9a3c80bf6eee8234001d2a1602b3e123ac5706af051902e40f24abe317b86e50"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/not-enough-animations.pw.toml"
|
||||
hash = "d9b85adde1545d2fdadc36ffea164179dbd119beb7c81d3522f07d47b8aa2af4"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/obsidianui.pw.toml"
|
||||
hash = "3f7721d25cb9510ca732be29ff4911d23910775b9aea1241dcc362ad3f7d30f8"
|
||||
|
|
13
src/mods/fast-leaf-decay.pw.toml
Normal file
13
src/mods/fast-leaf-decay.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Fast Leaf Decay"
|
||||
filename = "FastLeafDecay-31.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "27d5ae02484e0b0c464f9611cedee6337048f638"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 4620069
|
||||
project-id = 230976
|
13
src/mods/immediatelyfast.pw.toml
Normal file
13
src/mods/immediatelyfast.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "ImmediatelyFast"
|
||||
filename = "ImmediatelyFast-1.2.7+1.20.2.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/5ZwdcRci/versions/yciHw2oP/ImmediatelyFast-1.2.7%2B1.20.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "23ada49330c2ddbd4fe930a2094ca260adda14bf"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "5ZwdcRci"
|
||||
version = "yciHw2oP"
|
13
src/mods/not-enough-animations.pw.toml
Normal file
13
src/mods/not-enough-animations.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
name = "Not Enough Animations"
|
||||
filename = "notenoughanimations-forge-1.7.1-mc1.20.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
hash-format = "sha1"
|
||||
hash = "a840645473508e28eb5f48afc197d187a3a4c178"
|
||||
mode = "metadata:curseforge"
|
||||
|
||||
[update]
|
||||
[update.curseforge]
|
||||
file-id = 5093745
|
||||
project-id = 433760
|
|
@ -1,12 +1,12 @@
|
|||
name = "GalacticFactory"
|
||||
author = "GalacticFactory"
|
||||
version = "0.7.12"
|
||||
version = "0.7.13"
|
||||
pack-format = "packwiz:1.1.0"
|
||||
|
||||
[index]
|
||||
file = "index.toml"
|
||||
hash-format = "sha256"
|
||||
hash = "f361dedec947ff0dab2aad81f149a47094b3bd72437ed5732424844b8e7c205c"
|
||||
hash = "c0a304c6a9f80fafe65a55b186ace0690be9bdd3f7e93709e8bdc88672965851"
|
||||
|
||||
[versions]
|
||||
forge = "47.2.0"
|
||||
|
|
Reference in a new issue