Alexdoru

Results 14 issues of Alexdoru

Sodium changes the render distance of all entites including dropped items and that can cause a big performance hit when lots of items are on the ground. This PR restores...

When building the pack, rename the mods that are optional in the sense that they don't add any content or change the game mechanics, such as : better crashes crafttweaker...

I have this code here : ```JAVA if (bool) { this.someField = someEpression; } else { this.someField = someOtherExpression; } ``` I would like to be able to make one...