Merge pull request #1418 from dmitrij-drandarov/BOP-1.14.x-9.x.x

Update to latest mappings (20190721) and forge version (1.14.3)
This commit is contained in:
Adubbz 2019-07-21 22:18:05 +10:00 committed by GitHub
commit 5593a6dd75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
72 changed files with 91 additions and 91 deletions

View File

@ -7,7 +7,7 @@ mod_version=9.0.0
minecraft_version=1.14.3
minecraft_version_toml=14
forge_version=27.0.23
forge_version=27.0.60
forge_version_toml=26
forge_group=net.minecraftforge
mappings_version=20190625-1.14.3
mappings_version=20190721-1.14.3

View File

@ -49,7 +49,7 @@ public class AlpsBiome extends BiomeBOP
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.addExtraEmeraldOre(this);
DefaultBiomeFeatures.addInfestedStone(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.LLAMA, 5, 4, 6));

View File

@ -56,7 +56,7 @@ public class AlpsFoothillsBiome extends BiomeBOP
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.addExtraEmeraldOre(this);
DefaultBiomeFeatures.addInfestedStone(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.LLAMA, 5, 4, 6));

View File

@ -78,8 +78,8 @@ public class BayouBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222317_ag(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFossils(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.SHEEP, 12, 4, 4));

View File

@ -71,8 +71,8 @@ public class BogBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222317_ag(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFossils(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.AMBIENT, new Biome.SpawnListEntry(EntityType.BAT, 10, 8, 8));

View File

@ -67,7 +67,7 @@ public class BorealForestBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.RABBIT, 4, 2, 3));

View File

@ -75,7 +75,7 @@ public class BrushlandBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.RABBIT, 4, 2, 3));

View File

@ -60,7 +60,7 @@ public class ChaparralBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.SHEEP, 12, 4, 4));

View File

@ -65,7 +65,7 @@ public class CherryBlossomGroveBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.SHEEP, 12, 4, 4));

View File

@ -66,8 +66,8 @@ public class ColdDesertBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222317_ag(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFossils(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.POLAR_BEAR, 1, 1, 2));

View File

@ -73,7 +73,7 @@ public class ConiferousForestBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.RABBIT, 4, 2, 3));

View File

@ -63,7 +63,7 @@ public class DeadForestBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.SHEEP, 12, 4, 4));

View File

@ -66,7 +66,7 @@ public class DryPlainsBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.RABBIT, 4, 2, 3));

View File

@ -63,7 +63,7 @@ public class FloodplainBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.AMBIENT, new Biome.SpawnListEntry(EntityType.BAT, 10, 8, 8));

View File

@ -60,7 +60,7 @@ public class FlowerMeadowBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.AMBIENT, new Biome.SpawnListEntry(EntityType.BAT, 10, 8, 8));

View File

@ -66,7 +66,7 @@ public class GrasslandBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.SHEEP, 12, 4, 4));

View File

@ -44,7 +44,7 @@ public class GravelBeachBiome extends BiomeBOP
DefaultBiomeFeatures.addOres(this);
DefaultBiomeFeatures.addSedimentDisks(this);
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.AMBIENT, new Biome.SpawnListEntry(EntityType.BAT, 10, 8, 8));

View File

@ -66,7 +66,7 @@ public class GroveBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.SHEEP, 12, 4, 4));

View File

@ -58,7 +58,7 @@ public class HighlandBiome extends BiomeBOP
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.addExtraEmeraldOre(this);
DefaultBiomeFeatures.addInfestedStone(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.SHEEP, 12, 4, 4));

View File

@ -59,7 +59,7 @@ public class LavenderFieldBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.SHEEP, 12, 4, 4));

View File

@ -65,7 +65,7 @@ public class LushGrasslandBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.SHEEP, 12, 4, 4));

View File

@ -71,8 +71,8 @@ public class LushSwampBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222317_ag(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFossils(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.SHEEP, 12, 4, 4));

View File

@ -63,8 +63,8 @@ public class MangroveBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222317_ag(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFossils(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.WATER_CREATURE, new Biome.SpawnListEntry(EntityType.COD, 15, 3, 6));

View File

@ -65,7 +65,7 @@ public class MapleWoodsBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.RABBIT, 4, 2, 3));

View File

@ -63,8 +63,8 @@ public class MarshBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222317_ag(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFossils(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entity spawning
this.addSpawn(EntityClassification.AMBIENT, new Biome.SpawnListEntry(EntityType.BAT, 10, 8, 8));

View File

@ -73,7 +73,7 @@ public class MeadowBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.RABBIT, 4, 2, 3));

View File

@ -70,8 +70,8 @@ public class MireBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222317_ag(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFossils(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.AMBIENT, new Biome.SpawnListEntry(EntityType.BAT, 10, 8, 8));

View File

@ -71,8 +71,8 @@ public class MoorBiome extends BiomeBOP
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.addExtraEmeraldOre(this);
DefaultBiomeFeatures.addInfestedStone(this);
DefaultBiomeFeatures.func_222317_ag(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFossils(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.SHEEP, 12, 4, 4));

View File

@ -69,7 +69,7 @@ public class MysticGroveBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.RABBIT, 4, 2, 3));

View File

@ -58,8 +58,8 @@ public class OasisBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222317_ag(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFossils(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.RABBIT, 4, 2, 3));

View File

@ -67,8 +67,8 @@ public class OminousWoodsBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222317_ag(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFossils(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.AMBIENT, new Biome.SpawnListEntry(EntityType.BAT, 10, 8, 8));

View File

@ -65,7 +65,7 @@ public class OrchardBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entity spawning
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.SHEEP, 12, 4, 4));

View File

@ -60,7 +60,7 @@ public class OriginBeachBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.SHEEP, 12, 4, 4));

View File

@ -60,7 +60,7 @@ public class OriginHillsBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.SHEEP, 12, 4, 4));

View File

@ -66,8 +66,8 @@ public class OutbackBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222317_ag(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFossils(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.RABBIT, 4, 2, 3));

View File

@ -66,7 +66,7 @@ public class OvergrownCliffsBiome extends BiomeBOP
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.addExtraEmeraldOre(this);
DefaultBiomeFeatures.addInfestedStone(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.PARROT, 40, 1, 2));

View File

@ -55,7 +55,7 @@ public class PastureBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.SHEEP, 12, 4, 4));

View File

@ -63,7 +63,7 @@ public class PrairieBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.SHEEP, 12, 4, 4));

View File

@ -68,7 +68,7 @@ public class PumpkinPatchBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.SHEEP, 12, 4, 4));

View File

@ -69,7 +69,7 @@ public class RainforestBiome extends BiomeBOP
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.addExtraEmeraldOre(this);
DefaultBiomeFeatures.addInfestedStone(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.SHEEP, 12, 4, 4));

View File

@ -61,7 +61,7 @@ public class RedwoodForestBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.SHEEP, 12, 4, 4));

View File

@ -60,7 +60,7 @@ public class RedwoodForestEdgeBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.SHEEP, 12, 4, 4));

View File

@ -63,8 +63,8 @@ public class ScrublandBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222317_ag(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFossils(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entity spawning
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.SHEEP, 12, 4, 4));

View File

@ -69,7 +69,7 @@ public class SeasonalForestBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.SHEEP, 12, 4, 4));

View File

@ -70,7 +70,7 @@ public class ShieldBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.SHEEP, 12, 4, 4));

View File

@ -67,7 +67,7 @@ public class ShrublandBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.SHEEP, 12, 4, 4));

View File

@ -66,8 +66,8 @@ public class SilkgladeBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222317_ag(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFossils(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.AMBIENT, new Biome.SpawnListEntry(EntityType.BAT, 10, 8, 8));

View File

@ -65,7 +65,7 @@ public class SnowyConiferousForestBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.RABBIT, 4, 2, 3));

View File

@ -67,7 +67,7 @@ public class SnowyForestBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.RABBIT, 4, 2, 3));

View File

@ -62,7 +62,7 @@ public class SteppeBiome extends BiomeBOP
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.addExtraEmeraldOre(this);
DefaultBiomeFeatures.addInfestedStone(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.SHEEP, 12, 4, 4));

View File

@ -73,7 +73,7 @@ public class TemperateRainforestBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.SHEEP, 12, 4, 4));

View File

@ -72,7 +72,7 @@ public class TropicalRainforestBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.SHEEP, 12, 4, 4));

View File

@ -64,7 +64,7 @@ public class TropicsBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.PIG, 10, 4, 4));

View File

@ -68,7 +68,7 @@ public class TundraBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.WOLF, 5, 4, 4));

View File

@ -58,8 +58,8 @@ public class VolcanoBiome extends BiomeBOP
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.addExtraEmeraldOre(this);
DefaultBiomeFeatures.addInfestedStone(this);
DefaultBiomeFeatures.func_222317_ag(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFossils(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.MONSTER, new Biome.SpawnListEntry(EntityType.SPIDER, 100, 4, 4));

View File

@ -64,8 +64,8 @@ public class VolcanoEdgeBiome extends BiomeBOP
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.addExtraEmeraldOre(this);
DefaultBiomeFeatures.addInfestedStone(this);
DefaultBiomeFeatures.func_222317_ag(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFossils(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.MONSTER, new Biome.SpawnListEntry(EntityType.SPIDER, 100, 4, 4));

View File

@ -59,8 +59,8 @@ public class WastelandBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222317_ag(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFossils(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.MONSTER, new Biome.SpawnListEntry(EntityType.SPIDER, 100, 4, 4));

View File

@ -83,8 +83,8 @@ public class WetlandBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222317_ag(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFossils(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.SHEEP, 12, 4, 4));

View File

@ -59,7 +59,7 @@ public class WhiteBeachBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.TURTLE, 5, 2, 5));

View File

@ -72,7 +72,7 @@ public class WoodlandBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.SHEEP, 12, 4, 4));

View File

@ -72,8 +72,8 @@ public class XericShrublandBiome extends BiomeBOP
// Other Features
DefaultBiomeFeatures.addSprings(this);
DefaultBiomeFeatures.func_222317_ag(this);
DefaultBiomeFeatures.func_222297_ap(this);
DefaultBiomeFeatures.addFossils(this);
DefaultBiomeFeatures.addFreezeTopLayer(this);
// Entities
this.addSpawn(EntityClassification.CREATURE, new Biome.SpawnListEntry(EntityType.RABBIT, 4, 2, 3));

View File

@ -35,7 +35,7 @@ public class BiomeUtil
{
if (maxDist <= 0 || sampleSpace <= 0) {throw new IllegalArgumentException("maxDist and sampleSpace must be positive");}
BiomeProvider chunkManager = world.func_72863_F().getChunkGenerator().getBiomeProvider();
BiomeProvider chunkManager = world.getChunkProvider().getChunkGenerator().getBiomeProvider();
double a = sampleSpace / Math.sqrt(Math.PI);
double b = 2 * Math.sqrt(Math.PI);
double x = 0;

View File

@ -26,7 +26,7 @@ public class BigPumpkinFeature extends Feature<NoFeatureConfig>
}
@Override
public boolean func_212245_a(IWorld world, ChunkGenerator<? extends GenerationSettings> p_212245_2_, Random p_212245_3_, BlockPos startPos, NoFeatureConfig p_212245_5_)
public boolean place(IWorld world, ChunkGenerator<? extends GenerationSettings> p_212245_2_, Random p_212245_3_, BlockPos startPos, NoFeatureConfig p_212245_5_)
{
while (startPos.getY() > 1 && this.replace.matches(world, startPos)) {startPos = startPos.down();}

View File

@ -44,7 +44,7 @@ public class BrambleFeature extends Feature<NoFeatureConfig>
protected IBlockPosQuery replace = (world, pos) -> world.getBlockState(pos).getMaterial() == Material.AIR;
@Override
public boolean func_212245_a(IWorld world, ChunkGenerator<? extends GenerationSettings> p_212245_2, Random rand, BlockPos startPos, NoFeatureConfig p_212245_5_)
public boolean place(IWorld world, ChunkGenerator<? extends GenerationSettings> p_212245_2, Random rand, BlockPos startPos, NoFeatureConfig p_212245_5_)
{
for (int i = 0; i < 128; ++i)
{

View File

@ -34,7 +34,7 @@ public class FernGrassFeature extends Feature<NoFeatureConfig>
}
@Override
public boolean func_212245_a(IWorld world, ChunkGenerator<? extends GenerationSettings> generator, Random rand, BlockPos pos, NoFeatureConfig config)
public boolean place(IWorld world, ChunkGenerator<? extends GenerationSettings> generator, Random rand, BlockPos pos, NoFeatureConfig config)
{
BlockState BlockState = this.chooseGrassState(rand);

View File

@ -22,7 +22,7 @@ public class HeathFeature extends Feature<NoFeatureConfig>
}
@Override
public boolean func_212245_a(IWorld p_212245_1_, ChunkGenerator<? extends GenerationSettings> p_212245_2_, Random p_212245_3_, BlockPos p_212245_4_, NoFeatureConfig p_212245_5_)
public boolean place(IWorld p_212245_1_, ChunkGenerator<? extends GenerationSettings> p_212245_2_, Random p_212245_3_, BlockPos p_212245_4_, NoFeatureConfig p_212245_5_)
{
int i = 0;

View File

@ -23,7 +23,7 @@ public class MangroveFeature extends Feature<NoFeatureConfig> {
}
@Override
public boolean func_212245_a(IWorld p_212245_1_, ChunkGenerator<? extends GenerationSettings> p_212245_2_, Random p_212245_3_, BlockPos p_212245_4_, NoFeatureConfig p_212245_5_)
public boolean place(IWorld p_212245_1_, ChunkGenerator<? extends GenerationSettings> p_212245_2_, Random p_212245_3_, BlockPos p_212245_4_, NoFeatureConfig p_212245_5_)
{
int i = 0;
BlockState BlockState = BOPBlocks.mangrove_root.getDefaultState();

View File

@ -23,7 +23,7 @@ public class PumpkinPatchFeature extends Feature<NoFeatureConfig>
}
@Override
public boolean func_212245_a(IWorld p_212245_1_, ChunkGenerator<? extends GenerationSettings> p_212245_2_, Random p_212245_3_, BlockPos p_212245_4_, NoFeatureConfig p_212245_5_)
public boolean place(IWorld p_212245_1_, ChunkGenerator<? extends GenerationSettings> p_212245_2_, Random p_212245_3_, BlockPos p_212245_4_, NoFeatureConfig p_212245_5_)
{
int i = 0;

View File

@ -21,7 +21,7 @@ public class ScrubFeature extends Feature<NoFeatureConfig>
}
@Override
public boolean func_212245_a(IWorld p_212245_1_, ChunkGenerator<? extends GenerationSettings> p_212245_2_, Random p_212245_3_, BlockPos p_212245_4_, NoFeatureConfig p_212245_5_)
public boolean place(IWorld p_212245_1_, ChunkGenerator<? extends GenerationSettings> p_212245_2_, Random p_212245_3_, BlockPos p_212245_4_, NoFeatureConfig p_212245_5_)
{
int i = 0;

View File

@ -19,7 +19,7 @@ public class SplotchFeature extends Feature<SplotchConfig>
}
@Override
public boolean func_212245_a(IWorld p_212245_1_, ChunkGenerator<? extends GenerationSettings> p_212245_2_, Random p_212245_3_, BlockPos p_212245_4_, SplotchConfig p_212245_5_)
public boolean place(IWorld p_212245_1_, ChunkGenerator<? extends GenerationSettings> p_212245_2_, Random p_212245_3_, BlockPos p_212245_4_, SplotchConfig p_212245_5_)
{
int i = 0;
int j = p_212245_3_.nextInt(p_212245_5_.radius - 2) + 2;

View File

@ -34,7 +34,7 @@ public class StandardGrassFeature extends Feature<NoFeatureConfig>
}
@Override
public boolean func_212245_a(IWorld world, ChunkGenerator<? extends GenerationSettings> generator, Random rand, BlockPos pos, NoFeatureConfig config)
public boolean place(IWorld world, ChunkGenerator<? extends GenerationSettings> generator, Random rand, BlockPos pos, NoFeatureConfig config)
{
BlockState BlockState = this.chooseGrassState(rand);

View File

@ -34,7 +34,7 @@ public class WastelandGrassFeature extends Feature<NoFeatureConfig>
}
@Override
public boolean func_212245_a(IWorld world, ChunkGenerator<? extends GenerationSettings> generator, Random rand, BlockPos pos, NoFeatureConfig config)
public boolean place(IWorld world, ChunkGenerator<? extends GenerationSettings> generator, Random rand, BlockPos pos, NoFeatureConfig config)
{
BlockState BlockState = this.chooseGrassState(rand);