Skip to content

Commit 318b449

Browse files
committed
2.0.17
1 parent 18eb6be commit 318b449

4 files changed

Lines changed: 8 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.17
2+
3+
- Fixed compatibility issues related to Yung's API
4+
15
## 2.0.16
26

37
- Fixed compatibility issues related to structure sets (third time is the time)

common/src/main/java/com/faboslav/structurify/common/mixin/compat/YungJigsawStructureMixin.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ protected YungJigsawStructureMixin(StructureSettings settings) {
2323
value = "FIELD",
2424
target = "Lcom/yungnickyoung/minecraft/yungsapi/world/structure/YungJigsawStructure;maxDepth:I",
2525
opcode = Opcodes.GETFIELD
26-
),
27-
remap = false
26+
)
2827
)
2928
protected int structurify$findGenerationPointGetMaxDepth(int originalMaxDepth) {
3029
if (this.structurify$getStructureData() == null) {
@@ -40,8 +39,7 @@ protected YungJigsawStructureMixin(StructureSettings settings) {
4039
value = "FIELD",
4140
target = "Lcom/yungnickyoung/minecraft/yungsapi/world/structure/YungJigsawStructure;maxDistanceFromCenter:I",
4241
opcode = Opcodes.GETFIELD
43-
),
44-
remap = false
42+
)
4543
)
4644
protected int structurify$findGenerationPointGetMaxDistanceFromCenter(int originalMaxDistanceFromCenter) {
4745
if (this.structurify$getStructureData() == null) {

common/src/main/java/com/faboslav/structurify/common/mixin/yacl/LabelControllerElementMixin.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
public abstract class LabelControllerElementMixin
1616
{
1717
//? if < 1.21.1 {
18-
/*@Shadow(remap = false)
18+
/*@Shadow
1919
@Nullable
2020
protected abstract Style getStyle(int mouseX, int mouseY);
2121

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ java.version=
1010
mod.name=Structurify
1111
mod.id=structurify
1212
mod.group=com.faboslav.structurify
13-
mod.version=2.0.16
13+
mod.version=2.0.17
1414
mod.author=Faboslav
1515
mod.description=Configuration mod that makes configuring everything related to structures very easy and accessible, eliminating the hassle of creating multiple datapacks.
1616
mod.license=CC-BY-NC-ND-4.0

0 commit comments

Comments
 (0)