configure towers, add fabrication, add cosmetic-armor
This commit is contained in:
parent
f2a89a1dae
commit
8e621e934c
6
config/artifacts/worldgen.toml
Normal file
6
config/artifacts/worldgen.toml
Normal file
@ -0,0 +1,6 @@
|
||||
artifactRarity = 1.5
|
||||
|
||||
[campsite]
|
||||
campsiteRarity = 5
|
||||
mimicChance = 30
|
||||
oreChance = 25
|
44
config/towers_of_the_wild_reworked.json
Normal file
44
config/towers_of_the_wild_reworked.json
Normal 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
|
||||
}
|
||||
}
|
18
index.toml
18
index.toml
@ -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
13
mods/cosmetic-armor.toml
Normal 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
13
mods/fabrication.toml
Normal 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
|
Loading…
Reference in New Issue
Block a user