summaryrefslogtreecommitdiffstats
path: root/nms-patches/BiomeDecorator.patch
Commit message (Collapse)AuthorAgeLines
* SPIGOT-189: Remove ListenerWrapper in favour of just doing it in EntityPlayerThinkofdeath2014-12-12-6/+6
|
* Default to Y=1 when a Y=0 BlockPosition is found to be used in the ↵Fabian Faßbender2014-12-12-0/+139
BiomeDecorator. This prevents the "n must be positive" Crash due to the fact that sometimes the heightMap can be wrong calculated. Fixes SPIGOT-91