D. Firmansyah
D. Firmansyah
> We could use canGenerateAs instead (similar to NetherBiomes.canGenerateInNether). It's still too verbose imo, I'd just named it like the `add` methods, e.g. `isMidlandsBiome` or so. > I think it...
That sounds like a nightmare to support :P
I believe I could mixin to `MatchToolLootCondition#test`. The upside is it'll transform any loot tables, but then there won't be a way to check only for vanilla shears. I looked...
As Prospector said, there's currently no easy way to modify entries via code. Adding a new pool with same result won't work since there will be duplicates. https://youtu.be/9zXBNFLADGg
Not sure why this happened, are other mods log do this? Pretty sure I used the correct logger.
Hmm, it's supposed to show this message but I guess the version packet wasn't being sent reliably. 
Try this . From my test (trying to join the old server a dozen times), it shows the mismatch message all the time now, before it just shows for the...
That stinks. The proper fix would be to wait for the client to send a version packet to the server before sending config packets, but that requires changes to the...
Hm, tried it and I can't reproduce the empty `Disconnected` screen anymore... I'll release the commit as-is and pin this issue and see if other people experienced this.
What version of WTHIT the server has?