configure towers, add fabrication, add cosmetic-armor

This commit is contained in:
endigma 2022-05-01 20:05:37 -03:00
parent f2a89a1dae
commit 8e621e934c
Signed by: endigma
GPG Key ID: 915867AD1D297D9F
6 changed files with 95 additions and 1 deletions

View File

@ -0,0 +1,6 @@
artifactRarity = 1.5
[campsite]
campsiteRarity = 5
mimicChance = 30
oreChance = 25

View File

@ -0,0 +1,44 @@
{
"regularTower": {
"active": true,
"spacing": 144,
"separation": 16
},
"derelictTower": {
"active": true,
"spacing": 70,
"separation": 16
},
"derelictGrassTower": {
"active": true,
"spacing": 70,
"separation": 16
},
"iceTower": {
"active": true,
"spacing": 70,
"separation": 16
},
"jungleTower": {
"active": true,
"spacing": 76,
"separation": 16
},
"oceanTower": {
"active": true,
"spacing": 76,
"separation": 16
},
"oceanWarmTower": {
"active": true,
"spacing": 144,
"separation": 16
},
"modSupport": {
"enableWaystones": true
},
"debugging": {
"enableLogs": false,
"logConfig": false
}
}

View File

@ -84,6 +84,10 @@ hash = "f32c2bc35993961b446ab121a5e115da95ced7b429b5d3df3f8ff3cbf2e76ed3"
file = "assets/sp.png"
hash = "e8f81271d8f86a46513495139a00e584ced3cc282718e11d39e76e98923fea93"
[[files]]
file = "config/artifacts/worldgen.toml"
hash = "49df884694645467a3937103bbebcfe72b59cf8a69fa07d5348d345567e63ce7"
[[files]]
file = "config/fancymenu/config.txt"
hash = "45f4a5125b98fde3e391e328e577b4e24d65af36791a1f3231a79b6a68048266"
@ -120,6 +124,10 @@ hash = "b9c3dfadba74762bfea5837060ca5bfb4dfd3b1fbcd65fb6c0d190df4ec611d6"
file = "config/fancymenu/menu_identifiers.db"
hash = "003a1c89846741e0eb9475089d4ed653896fd08e0b994667fae452b4ad894a72"
[[files]]
file = "config/towers_of_the_wild_reworked.json"
hash = "8c1e0137f236c480d18a4a47622c897c1406de20305d1ac2bb9253bb8d9c22f0"
[[files]]
file = "config/yosbr/config/better_loading_screen/config.json5"
hash = "0328551a975daba1d595c7657f70eb003c1a444e071e0fdb3a0754cc5a7d7815"
@ -341,6 +349,11 @@ file = "mods/cooldown-coordinator.toml"
hash = "865a7ed9992de3c701c3cff8fab53513682bedf75f85e667343f36986e97bf54"
metafile = true
[[files]]
file = "mods/cosmetic-armor.toml"
hash = "905aa3e8f9cf6c460df7aaf9e7a1c7947dbb931f36e805ef7442d19dc8967d2d"
metafile = true
[[files]]
file = "mods/couplings.toml"
hash = "4128591cf6f35dce8c576d03781b3bc540ea6053b216fb6f80627310c7498422"
@ -516,6 +529,11 @@ file = "mods/fabric-waystones.toml"
hash = "5e28270e228c5665a204b7b57869bc8a58ce621b1e65eb3c304f9d43da9f18de"
metafile = true
[[files]]
file = "mods/fabrication.toml"
hash = "8b897fcf4de8209c86b63a2545634c2f277c59e83bf686740711062096fe239b"
metafile = true
[[files]]
file = "mods/fabricexporter.toml"
hash = "a0fbae152f641d1cd44888ee413b6e0d9e8b735632a28dff72e9f8bc53d7454b"

13
mods/cosmetic-armor.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Cosmetic Armor"
filename = "CosmeticArmor-1.18-1.3.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/JrIYhb1P/versions/1.3.1+1.18/CosmeticArmor-1.18-1.3.1.jar"
hash-format = "sha1"
hash = "5f57dadd840fc1d572ba2bc2774cd65ed2a507bd"
[update]
[update.modrinth]
mod-id = "JrIYhb1P"
version = "ep3rzTDY"

13
mods/fabrication.toml Normal file
View File

@ -0,0 +1,13 @@
name = "Fabrication"
filename = "fabrication-1.18-2.3.0_01.jar"
side = "both"
[download]
url = "https://edge.forgecdn.net/files/3579/551/fabrication-1.18-2.3.0_01.jar"
hash-format = "sha256"
hash = "38560bb1b6e5f02a6f3c20b5f0113851e3815c2a007add4b56ea9400e7051caa"
[update]
[update.curseforge]
file-id = 3579551
project-id = 414445

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.0.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "b9c39677e902926e63db2ace9cb66659badf6a2d674249c2dbdd943a579632e4"
hash = "b8f6d850ba32ebf73b33684acc60395d626a0f12d587667973bbc278de2e74a1"
[versions]
fabric = "0.13.3"