ForgePatch/fml/server/net/minecraft/src
Scott Killen abcb583dd0 - Fixed client crash bug in add/remove Biome functionality. Arrays.asList() returns a fixed-sized list per java spec. Adding and removing biomes throws UnsupportedOperationException.
- Fixed same on server and added disabled removeBiome functionality. This touched a lot of classes as the nonWorking removeBiome seemed to be lots of places inconsistent with addBiome.
2012-06-09 07:59:35 -04:00
..
BaseMod.java Reorganize basemod ticking to use ITickHandler. Introduce "GAME" tick vs "WORLD" tick for 2012-06-07 13:53:16 -04:00
MLProp.java Reorganize for bukkit integration 2012-05-31 22:09:45 -04:00
ModLoader.java - Fixed client crash bug in add/remove Biome functionality. Arrays.asList() returns a fixed-sized list per java spec. Adding and removing biomes throws UnsupportedOperationException. 2012-06-09 07:59:35 -04:00
ServerRegistry.java - Fixed client crash bug in add/remove Biome functionality. Arrays.asList() returns a fixed-sized list per java spec. Adding and removing biomes throws UnsupportedOperationException. 2012-06-09 07:59:35 -04:00
SidedProxy.java Helps to have a retention policy for runtime annotations 2012-06-02 22:40:45 -04:00