TelepathicGrunt
TelepathicGrunt
https://github.com/TelepathicGrunt/RepurposedStructures-Fabric/issues/205 this has been happening several times with different mods. Apparently it has happened with Charm, Inspectio, Graveyard, and outdated Server Translation Api. It’s too time consuming to keep tracking...
### Describe the feature No pain, no gain
Apparently it is one of the most request features. Perhaps we could ask Configured dev if we could utilize their code as a starting point? It doesn’t need to be...
Too many people are still using OnlyIn in their own mod’s code. Time to bring down the hammer
Revival of https://github.com/MinecraftForge/MinecraftForge/issues/9283 ——— Forge adds IForgeBlockgetBlockPathType method to allow mods to have their block change their pathfinding type based on conditions when a mob attempts to pathfind through it....
In Fabric, you can mark a Glass Bottle as accepting of a modded fluid and how much of that fluid. You also specify what item the bottle turns into as...
Long story short, there's use cases beyond the frowned-upon conditional registration that modders need to have early configs for. Myself, I had use cases where I was using EntityAttributeModificationEvent to...
The phases for the tick events are opaque and easy for people to miss. Forcing people to explicitly subscribe to start or end will help eliminate mods accidentally running their...
Was part of some ideas bounced around on discord between people. The problem is modpack can have many instances of the same kind of fluid or block or item from...
Some player reported they had a server but upon friends connecting to it, all the blocks were all mismatched. The issue seems like it could be blockstate mismatch since the...