Version bump 0.6.2
Mods added: - Botany Pots Tiers
This commit is contained in:
parent
fdd2cefc49
commit
22239402f8
3 changed files with 20 additions and 2 deletions
|
@ -219,6 +219,11 @@ file = "mods/borderless.pw.toml"
|
||||||
hash = "a14e9890eca705a0f01d1825bd1b26501a0b99db4f112296382819171441e87d"
|
hash = "a14e9890eca705a0f01d1825bd1b26501a0b99db4f112296382819171441e87d"
|
||||||
metafile = true
|
metafile = true
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/botany-pots-tiers.pw.toml"
|
||||||
|
hash = "9d0282ef7a4ee68afabf450e1785444a350bcec41ff143f58bcf14f24d474ce7"
|
||||||
|
metafile = true
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/botany-pots.pw.toml"
|
file = "mods/botany-pots.pw.toml"
|
||||||
hash = "6fb4e2986a261e00953a1e4d548ecfb5dfc055510469ccb13f09423e2c46e390"
|
hash = "6fb4e2986a261e00953a1e4d548ecfb5dfc055510469ccb13f09423e2c46e390"
|
||||||
|
|
13
src/mods/botany-pots-tiers.pw.toml
Normal file
13
src/mods/botany-pots-tiers.pw.toml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
name = "Botany Pots Tiers"
|
||||||
|
filename = "BotanyPotsTiers-Forge-1.20.1-6.0.0.jar"
|
||||||
|
side = "both"
|
||||||
|
|
||||||
|
[download]
|
||||||
|
hash-format = "sha1"
|
||||||
|
hash = "1e1972b9af26582ac8ec02393292ab8d334e3dac"
|
||||||
|
mode = "metadata:curseforge"
|
||||||
|
|
||||||
|
[update]
|
||||||
|
[update.curseforge]
|
||||||
|
file-id = 4666979
|
||||||
|
project-id = 526754
|
|
@ -1,12 +1,12 @@
|
||||||
name = "GalacticFactory"
|
name = "GalacticFactory"
|
||||||
author = "GalacticFactory"
|
author = "GalacticFactory"
|
||||||
version = "0.6.1"
|
version = "0.6.2"
|
||||||
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 = "cc20995767b1a5cb1995281fe5869fe66d3a74cd485aff304b4f74d46f1edf04"
|
hash = "b44a524d55a7d1696d0bd2c2bcda71aff53aab3f5ab2f8cb441e732548415064"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
forge = "47.2.0"
|
forge = "47.2.0"
|
||||||
|
|
Reference in a new issue