Skip to content

Commit 7f0fff6

Browse files
committed
Disable the bakery in the event that Iris is present.
Minimises surprise breakage without hard-breaks
1 parent 75f1006 commit 7f0fff6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/java/net/modfest/fireblanket/mixin/client/bakery/package-info.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
*/
44
@NullMarked
55
@Require(value = "glowcase", version = ">=2.5.0-", reason = "Bakery")
6+
@Conflict(value = "iris", reason = "Shaders don't cooperate with the bakery.")
67
package net.modfest.fireblanket.mixin.client.bakery;
78

9+
import net.modfest.fireblanket.mixinsupport.modifiers.Conflict;
810
import net.modfest.fireblanket.mixinsupport.modifiers.Require;
911
import org.jspecify.annotations.NullMarked;

0 commit comments

Comments
 (0)