Skip to content

Commit a180936

Browse files
Break clause against structure essentials v4.5 (fabric)
1 parent a15b284 commit a180936

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### **(V.7.6.9 Changes) (1.20.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+
18
### **(V.7.6.8 Changes) (1.20.1 Minecraft)**
29

310
#### Structures:

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

+3
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@
5252
"fabric": ">=0.83.0",
5353
"midnightlib": ">=1.4.0"
5454
},
55+
"breaks": {
56+
"structureessentials": "=1.20.1-4.5"
57+
},
5558
"custom": {
5659
"cardinal-components": [
5760
"the_bumblezone:entity_dim_component",

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ description='''A wonderful bee dimension mod with lots of new exploration and ad
5151
modId="tombstone"
5252
mandatory=false
5353
ordering="AFTER"
54-
versionRange="[0,)"
54+
versionRange="[0,)"

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
org.gradle.jvmargs=-Xmx6G
22
minecraft_version=1.20.1
33
archives_base_name=the_bumblezone
4-
mod_version=7.6.8
4+
mod_version=7.6.9
55
maven_group=com.telepathicgrunt
66

77
fabric_loader_version=0.14.25

0 commit comments

Comments
 (0)