Skip to content

Commit 7a545d7

Browse files
Break clause against structure essentials v4.5
#496
1 parent 802a1d8 commit 7a545d7

File tree

4 files changed

+19
-3
lines changed

4 files changed

+19
-3
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
### **(V.7.8.8 Changes) (1.21.1 Minecraft)**
1+
### **(V.7.8.9 Changes) (1.21.1 Minecraft)**
2+
3+
#### Mod Compat:
4+
Added an incompatibility clause for Structure Essentials v4.5 mod because that specific version of that mod breaks Bumblezone
5+
completely by making Bumbling Beepartments spawn in air over the ENTIRE dimension. Please downgrade that mod or upgrade it to 4.6 or newer one they fix the issue.
6+
7+
8+
### **(V.7.8.9 Changes) (1.21.1 Minecraft)**
29

310
#### Structures:
411
Fixed Sempiternal Sanctums not spawning again. This time due to a misunderstanding about how exclusion zones work.

fabric/src/main/resources/fabric.mod.json

+3
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,8 @@
4848
"fabric": ">=0.100.6",
4949
"resourcefullib": ">=3.0.11",
5050
"midnightlib": "*"
51+
},
52+
"breaks": {
53+
"structureessentials": "=1.21-4.5"
5154
}
5255
}

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
org.gradle.jvmargs=-Xmx3G
22
minecraft_version=1.21.1
33
mod_id=the_bumblezone
4-
mod_version=7.8.8
4+
mod_version=7.8.9
55
maven_group=com.telepathicgrunt
66

77
fabric_loader_version=0.16.10

neoforge/src/main/resources/META-INF/neoforge.mods.toml

+7-1
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,10 @@ license="https://github.com/TelepathicGrunt/Bumblezone/blob/latest-released/LICE
4040
modId="tombstone"
4141
type="optional"
4242
versionRange="*"
43-
ordering="BEFORE"
43+
ordering="BEFORE"
44+
45+
[[dependencies.the_bumblezone]]
46+
modId="structureessentials"
47+
type="incompatible"
48+
versionRange="[4.5]"
49+
reason="Structure Essentials v4.5 completely destroys Bumblezone's dimension. Downgrade or upgrade Structure Essentials off of v4.5."

0 commit comments

Comments
 (0)