Wormbo

Results 206 comments of Wormbo

I assume 1.18 support will require major changes, considering there are cave biomes, and also the surface biome borders are not necessarily the same at all Y levels. This may...

> The visual of the ring should also match the hitbox, as visually it's a circle but hits in a square. Funny thing about the Rod of the Hells: It...

As far as shulkers are concerned, I think I see why they won't attack each other. Their `HurtByTargetGoal` is initialized with the Shulker class in the `toIgnoreDamage` array. I guess...

I couldn't get Github to recognize my video upload attempts, so here are a couple of YouTube links instead: - [New behavior for this PR](https://youtu.be/DRaGUEbXekk) – eating from the outside...

As far as I can tell, previous versions (here: Botania for 1.12.2) ensured to always return an item handler capability, which would represent an empty, non-insertable inventory if the redstringed...

That seems suboptimal, considering the client (rather than server) config is the thing players care about most. Other mods are compatible with both Forge and Fabric, and still are able...

I think Botania would be a good example of strictly separating common ("XPlat") and loader-specific (Forge/Fabric) code, including the configuration. I believe their approach is internally defining an interface to...

I assume that's due to the existence of various slab recombination recipes for Botania. While those are nice to have, having vanilla parity for the stone type crafting recipes would...

The reason the Spectator uses `getItem(int)` is that it's the vanilla way for accessing the content. A proper fix may need separate implementations for (Neo)Forge(d) and Fabric using their corresponding...

I believe this is mostly about the way it gives up on proper word wrap and starts dropping vertical lines in random character glyphs as it attempts to squeeze the...