~williewillus/violet-moon

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH] Fix Thermalily not notifying comparators properly

Details
Message ID
<87fs7ssvnz.fsf@vincent-lee.net>
DKIM signature
pass
Download raw message
Patch: +2 -0
Closes #4364

---
This patch was sent from Sapling as I'm trying it out. It's still a bit
jank for email workflow though so excuse any formatting errors.

Xplat/src/main/java/vazkii/botania/common/block/flower/generating/FluidGeneratorBlockEntity.java |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Xplat/src/main/java/vazkii/botania/common/block/flower/generating/FluidGeneratorBlockEntity.java b/Xplat/src/main/java/vazkii/botania/common/block/flower/generating/FluidGeneratorBlockEntity.java
--- a/Xplat/src/main/java/vazkii/botania/common/block/flower/generating/FluidGeneratorBlockEntity.java
+++ b/Xplat/src/main/java/vazkii/botania/common/block/flower/generating/FluidGeneratorBlockEntity.java
@@ -101,6 +101,7 @@
							cooldown = getCooldownTime(false);
						}

						setChanged();
						sync();
						playSound();
						break;
@@ -114,6 +115,7 @@
			burnTime--;
			if (burnTime == 0) {
				cooldown = getCooldownTime(true);
				setChanged();
				sync();
			}
		}
Details
Message ID
<glv3yb352qtqrrnvk6poqxs5rqjikxmuafi53omdih3wvhjjew@brqjpavb4t76>
In-Reply-To
<87fs7ssvnz.fsf@vincent-lee.net> (view parent)
DKIM signature
pass
Download raw message
lgtm
Reply to thread Export thread (mbox)