Commit 0b6d3b4
Restrict dominant sparks to pulling from a single spark per tick
The changes in VazkiiMods#4963 generally
fixed behaviors associated with establishing and re-establishing mana
transfers to dominant sparks, but I think introduced an unintended
consequence: it made it possible for dominant sparks to receive
`TRANSFER_RATE` mana every tick from each unaugmented spark in range.
Prior to the change, a dominant spark could receive at most `TRANSFER_RATE`
mana from a single pool per tick. This change restores that behavior.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent b9d92b0 commit 0b6d3b4
File tree
1 file changed
+1
-0
lines changed- Xplat/src/main/java/vazkii/botania/common/entity
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
| 287 | + | |
287 | 288 | | |
288 | 289 | | |
289 | 290 | | |
| |||
0 commit comments