Brennan Ravenscroft
Brennan Ravenscroft
Fixed in FWB 6.1.0, and i think it works better than Quark's base shift-click-craft handling :p https://user-images.githubusercontent.com/3682588/184058675-2bf30598-ace3-4782-9c0d-fab6763d8bfa.mp4
Also seeing heavy hits from the trough module - this call takes up most of the time https://github.com/VazkiiMods/Quark/blob/master/src/main/java/vazkii/quark/content/automation/module/FeedingTroughModule.java#L123 This should probably be behind a tick modulo guard, probably `% 80`...
This might be very difficult to emulate accurately in 1.18-. In 1.19 forge added a new system for providing fake enchantments to items, so it should be easily resolvable then.
Only cotton is so far, and as it stands right now, everything just spawns in every biome (not ideal, sure, but it's too much work and I really don't have...
Other prior discussions, for reference: https://github.com/MinecraftForge/MinecraftForge/pull/7846 https://github.com/MinecraftForge/MinecraftForge/pull/8348 https://github.com/MinecraftForge/MinecraftForge/pull/5398 https://github.com/MinecraftForge/MinecraftForge/issues/5371
The check `ContainerOpenersCounter#getOpenCount()` uses a hardcoded AABB radius of 5.0 blocks, so anything past that will fail the check and not count as an opener. Not sure why it breaks...
I think we should hold a copy of the pose stack and restore it if the event is cancelled
Life Mending works off of the LivingHealEvent, which I believe should be firing on all heals. However, small heals (those smaller than the per durability point cost) do not currently...
It looks like SH is going through the event, so I'm not sure why that wouldn't be working. SilentLib does have code for "healing that bypasses the event" though, which...
Blocks on https://github.com/TheIllusiveC4/Curios/issues/292