Patcher
Patcher copied to clipboard
A Forge mod full of Vanilla bug fixes, Quality of Life improvements, and performance enhancements.
Adds a feature/fix? to the way capes are rendered, fixed/changed these following: Cape is not attached to the player when sneaking Cape rotates weirdly at higher speeds and when spinning...
Wouldn't it make more sense and save resources to add a if statement to 'BlockNetherWartMixin_CropHeight.java' which checks wether the block is a nether wart? if(worldIn.getBlockState(pos).getBlock() == Blocks.nether_wart){ CropUtilities.updateWartMaxY(worldIn, pos, worldIn.getBlockState(pos).getBlock());...
Forge breaks the vanilla mechanic of users being able to open chests while there is a stair, slab or similar on top of it. https://github.com/MinecraftForge/MinecraftForge/pull/4584
when minimizing the game with this mod, the graphics card starts to overload and makes "strange sounds" - squeaks (maybe only I have, I can't check) video: https://streamable.com/dkf0uk
 
this way you can use the tab completion options of a command even when you type the command with any case
Expected:  Result:  Took a look around wynntils for an hour and couldn't see anything that would explicitly cause it. Might be due to how they wrap classes and...
This issue is not reproducible on earlier versions of MacOS and has been (confirmed) an issue since patcher 1.5.1. The issue happens on both M1 macs and Intel macs. Some...
Have a switch in [/patcher] or another option next to [Upload] when using ScreenShot Manager that will automatically copy the uploaded image link to your clipboard.
