Matt
Matt
With the change to the LayeredDraw system in 1.20.5/.6, RenderGuiOverlayEvent and RegisterGuiOverlayEvent were removed in favor of the new system. Unfortunately, there wasn't a great way to identify which render...
Includes RenderFrameLayerTest, practically just a demonstration that you can do rendering with it. This is a reimplementation of the old RenderLevelLastEvent, modified to work with vanilla's FramePass system and not...
**Minecraft Version:** 1.21.5 **Forge Version:** 55.0.9 **Logs:** [Log](https://gist.github.com/Fealtous/55d8556e4e94cdc5afaecd6b49757f82) **Steps to Reproduce:** 1. Place down crimson and/or warped nylium 2. Attempt to plant a crimson or warped fungus on the block(s)....
ToolActions is old and, quoting Jonathan, "Yeah ToolActions imo for a cope for the fact that tags are synchronized" This initial draft demonstrates replacing some of these behaviors. Not every...
### Description Per [this log](https://gnomebot.dev/paste/mclogs/De18BIB#L263), spark isn't quite compatible with EB7. Only a small adjustment needed. Issue raised on behalf of a user in MinecraftForge player support. ### Reproduction Steps...
Only noticed due to a modder making an addon to tetra and them wanting to use datagen, here's a few things to address. [Relevant userdev log](https://mclo.gs/8wB78vU) https://github.com/mickelus/tetra/blob/541631bf06afd1c3db3d417569488f14171e9f60/src/main/java/se/mickelus/tetra/TetraMod.java#L81 DistExecutor is deprecated...