Skip to content

Commit 09f32cc

Browse files
bad structures
1 parent 7bfeeb4 commit 09f32cc

File tree

6 files changed

+79
-11
lines changed

6 files changed

+79
-11
lines changed

pack/config/structurify.json

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"config_version": "2.0.4a",
3+
"general": {
4+
"disable_all_structures": false,
5+
"prevent_structure_overlap": false,
6+
"enable_global_spacing_and_separation_modifier": false,
7+
"global_spacing_and_separation_modifier": 1.0
8+
},
9+
"structures": [
10+
{
11+
"name": "energizedpower:factory_1",
12+
"is_disabled": true,
13+
"whitelisted_biomes": [],
14+
"blacklisted_biomes": [],
15+
"step": "surface_structures",
16+
"terrain_adaptation": "beard_box",
17+
"override_global_biome_check": false,
18+
"enable_biome_check": false,
19+
"biome_check_mode": "BLACKLIST",
20+
"biome_check_blacklisted_biomes": [
21+
"#minecraft:is_river",
22+
"#c:is_river",
23+
"#minecraft:is_ocean",
24+
"#c:is_ocean"
25+
]
26+
},
27+
{
28+
"name": "energizedpower:small_solar_farm",
29+
"is_disabled": true,
30+
"whitelisted_biomes": [],
31+
"blacklisted_biomes": [],
32+
"step": "surface_structures",
33+
"terrain_adaptation": "beard_box",
34+
"override_global_biome_check": false,
35+
"enable_biome_check": false,
36+
"biome_check_mode": "BLACKLIST",
37+
"biome_check_blacklisted_biomes": [
38+
"#minecraft:is_river",
39+
"#c:is_river",
40+
"#minecraft:is_ocean",
41+
"#c:is_ocean"
42+
]
43+
}
44+
],
45+
"structure_sets": []
46+
}

pack/index.toml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ hash = "e84e3001112407497f02802b42073aad4ae8d30b480af04671bb9d1d1fbdb182"
88
file = "config/fabric_loader_dependencies.json"
99
hash = "383126b33e651358f3609a4daa02d0914d8fb10fcbd252743ec84b4a3e5280ae"
1010

11+
[[files]]
12+
file = "config/structurify.json"
13+
hash = "548e538211b87ea05ed135a288a8b5e1ab218d98e716bad65c1fa8921ab797b4"
14+
1115
[[files]]
1216
file = "config/yosbr/config/badoptimizations.txt"
1317
hash = "f043b31a1fd029cbcd999a9ba184a1f66b4a8a8f020881c59b870436d8de1103"
@@ -282,7 +286,7 @@ metafile = true
282286

283287
[[files]]
284288
file = "mods/polyfactory.pw.toml"
285-
hash = "07c4c2aabbff75e98110ef8260e371fa1968ab81561d2f88545896b37da8b016"
289+
hash = "aa8a3ba5b28f9d097fa9992825da1a69b919faf6ea0cfca62caea8f7ee7a7556"
286290
metafile = true
287291

288292
[[files]]
@@ -336,14 +340,19 @@ metafile = true
336340

337341
[[files]]
338342
file = "mods/strawberrylib.pw.toml"
339-
hash = "09e17adb14bee8af83044a50ae02d8d3874c830a02cfc0afcd4a6998a84724df"
343+
hash = "6dd9ca3f03b9264c869bf39bdfc7e9eaf5e3a9dad0b711dae239899f093d0530"
340344
metafile = true
341345

342346
[[files]]
343347
file = "mods/structure-layout-optimizer.pw.toml"
344348
hash = "f6304454d85aaee0b0c475094cd723585a71db537d1304f22b89fa87c5c9b407"
345349
metafile = true
346350

351+
[[files]]
352+
file = "mods/structurify.pw.toml"
353+
hash = "363e1884257a04f7d096f4234e3891bf4ee1a2e74e149f86e9dfbdb589d1d011"
354+
metafile = true
355+
347356
[[files]]
348357
file = "mods/sunken-spires.pw.toml"
349358
hash = "bb55a451673c82a1298a2c2394179ac0c8b75fea012117ba942e3bef72c8fcd6"

pack/mods/polyfactory.pw.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name = "PolyFactory"
2-
filename = "polyfactory-0.9.0+1.21.9-rc1.jar"
2+
filename = "polyfactory-0.9.1+1.21.10.jar"
33
side = "both"
44

55
[download]
6-
url = "https://cdn.modrinth.com/data/MikpSrAF/versions/43tznm8Y/polyfactory-0.9.0%2B1.21.9-rc1.jar"
6+
url = "https://cdn.modrinth.com/data/MikpSrAF/versions/VdRP2jiu/polyfactory-0.9.1%2B1.21.10.jar"
77
hash-format = "sha512"
8-
hash = "a73c613f915da624627a01cb5fc09425a0048d26a91f3d6fa68d1e812cdf9ec7f80392749870906b113c86b3a1495dee39c83b2a0ca9c1c7979bd94474db45b0"
8+
hash = "5f5365de8fceae171e57f74b9f11d57d302c5622dcf518734662856d6eeca0b333b6f8e604917532b731295cfb11c911edc427800967fb9f6033d6c3f30fdab5"
99

1010
[update]
1111
[update.modrinth]
1212
mod-id = "MikpSrAF"
13-
version = "43tznm8Y"
13+
version = "VdRP2jiu"

pack/mods/strawberrylib.pw.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name = "StrawberryLib"
2-
filename = "strawberrylib-1.21.10-r4.jar"
2+
filename = "strawberrylib-1.21.10-r6.jar"
33
side = "both"
44

55
[download]
6-
url = "https://cdn.modrinth.com/data/9Ya7Yyre/versions/wEdjEASk/strawberrylib-1.21.10-r4.jar"
6+
url = "https://cdn.modrinth.com/data/9Ya7Yyre/versions/tDWEeCwO/strawberrylib-1.21.10-r6.jar"
77
hash-format = "sha512"
8-
hash = "8e8d2ea7b60599ffe01a82d7d2053be04a73137c59077d1a547a2f240248a59644061cfa7964a5df17d5fd72f6865b9838553d95b33dd0a621a6cb928e930cf4"
8+
hash = "3791eff14a505626b8cf1ab15b82b3879013af1e3f9e1bc21e17b35c3098fa7154b9063eb29158b194acec5333441c72db1682614d13ce5f721e787d1b6085ae"
99

1010
[update]
1111
[update.modrinth]
1212
mod-id = "9Ya7Yyre"
13-
version = "wEdjEASk"
13+
version = "tDWEeCwO"

pack/mods/structurify.pw.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name = "Structurify"
2+
filename = "structurify-fabric-2.0.4a+mc1.21.10.jar"
3+
side = "both"
4+
5+
[download]
6+
url = "https://cdn.modrinth.com/data/yz7AM2zx/versions/rLYVpiGE/structurify-fabric-2.0.4a%2Bmc1.21.10.jar"
7+
hash-format = "sha512"
8+
hash = "2f86575c2f23e479fcbffc05d03f6da747fbd9ce7b5fcd1b98d42ce50e5a317a77a54a7e86b446da3d7ed50d4f0abf3c039e7209e44651c85bba9f1af432fadf"
9+
10+
[update]
11+
[update.modrinth]
12+
mod-id = "yz7AM2zx"
13+
version = "rLYVpiGE"

pack/pack.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pack-format = "packwiz:1.1.0"
55
[index]
66
file = "index.toml"
77
hash-format = "sha256"
8-
hash = "58dbf7af7d4a9c8d7a46383b48419b1a3a3ac299e75c3e5b940cab56e34c4e04"
8+
hash = "09418071f93e964c3199ed8bbaaa12d32828281bb4163cbd020a2ee744aeede2"
99

1010
[versions]
1111
fabric = "0.17.3"

0 commit comments

Comments
 (0)