Lush Swamp should be in Subtropical climate, not Wet Temperate. Adjusted Mangrove and Bayou weights (NOTE: This update will cause abrupt chunk borders in existing worlds! Update at your own risk!)

This commit is contained in:
Forstride 2019-08-10 23:47:38 -04:00
parent f5309bae51
commit 378266175a
8 changed files with 32 additions and 83 deletions

View file

@ -1,79 +1,26 @@
--------------------------------------------------------------------------------
---
name: 1.14.4 Standalone Bug
about: For issues that occur with Biomes O' Plenty for 1.14.4. We do not support older versions!
title: ''
assignees: ''
---
## Issue Report
**BEFORE SUBMITTING!**
[ Lines between [ ] (square brackets) should be removed before posting. ]</br>
You must ensure the following before reporting an issue with the mod.
For feature requests, you may delete this template and create your own.
### What's the issue you encountered?
[ Describe the issue in detail and what you were doing beforehand. ]</br>
### How can the issue be reproduced?
[ Include a detailed step by step process for recreating your issue with only Biomes O' Plenty installed. ]</br>
--------------------------------------------------------------------------------
### Logs
- [ ] Biomes O' Plenty is updated to the latest available version.
- [ ] This issue occurs with Minecraft 1.12.
[ Please include any relevant logs here. This can be done by dragging and dropping your log files into the issue. ]</br>
**We *DO NOT* support Minecraft versions 1.7.10, 1.8.9, 1.9.4, 1.10.2, 1.11 or anything below that!**
**YOUR ISSUE WILL AUTOMATICALLY BE CLOSED IF IT IS PERTAINING TO THOSE VERSIONS!**
--------------------------------------------------------------------------------
- [ ] Forge is updated to the latest available version.
- [ ] This issue occurs *WITHOUT* Optifine, Sponge or similar mods installed.
**Mods such as Optifine and Sponge interfere with the normal functioning of the game by modifying its code.**
**We do not support these mods in any way as they can introduce bugs which would not normally be present with**
**only Forge installed.**
--------------------------------------------------------------------------------
- [ ] This issue can be reproduced with ONLY Biomes O' Plenty and any other affected mods.
- [ ] All other mods which appear to be involved are updated to their latest versions.
- [ ] I have included any relevant logs and screenshots below.
**If this is a compatibility issue with another mod, you *MUST* test with *ONLY* Biomes O' Plenty and that specific mod.**
**Logs containing masses of mods are extremely unhelpful, and it is unlikely that your issue will be addressed.**
--------------------------------------------------------------------------------
- [ ] This issue does not occur in a modpack.
**Issues with modpacks should be reported to the modpack author(s). As noted above, mod compatibility issues must**
**occur with the latest versions of both Biomes O' Plenty and the affected mod.**
**The issue *MUST* be tested with *ONLY* Biomes O' Plenty and the affected mod.**
--------------------------------------------------------------------------------
*Once you have read and verified the above, you may delete all text up to this point.*
#### Issue Description:
#### Steps to reproduce:
1.
2.
3.
#### Additional Information:
- fml-client-latest.log or fml-server-latest.log:
- Screenshots:
____
#### Affected Versions (Exact numbers, do *NOT* use "latest"):
- Biomes O' Plenty:
- Minecraft:
- Forge:
### Mod Version
[ Please put the version of the mod you were using here. ]</br>

View file

@ -1,8 +1,8 @@
---
name: 1.14.3 Standalone Bug
about: For bugs that occur with Biomes O' Plenty for 1.14.3. We do not support older versions!
name: 1.14.4 Standalone Bug
about: For bugs that occur with Biomes O' Plenty for 1.14.4. We do not support older versions!
title: ''
labels: 1.14.3, bug-minor
labels: bug-minor
assignees: ''
---

View file

@ -1,8 +1,8 @@
---
name: 1.14.3 Standalone Crash
about: For crashes that occur with Biomes O' Plenty for 1.14.3. We do not support older versions!
name: 1.14.4 Standalone Crash
about: For crashes that occur with Biomes O' Plenty for 1.14.4. We do not support older versions!
title: ''
labels: 1.14.3, crash
labels: crash
assignees: ''
---

View file

@ -1,8 +1,8 @@
---
name: 1.14.3 Feature Request
about: Feature requests for Biomes O' Plenty for 1.14.3. We do not support older versions!
name: 1.14.4 Feature Request
about: Feature requests for Biomes O' Plenty for 1.14.4. We do not support older versions!
title: ''
labels: 1.14.3, feature
labels: feature
assignees: ''
---

View file

@ -1,6 +1,8 @@
<p align="center"><img src="http://i.imgur.com/uP9GBEb.png"></p>
**Biomes O' Plenty** is a **Minecraft mod** that adds **over 50 new biomes** to the Overworld, Nether, and End. From Lavender Fields to Tropics and many more, all of our biomes are decorated with a variety of **new trees, flowers, and plants!**
<p align="center"><img src="https://i.imgur.com/CYxKg5M.png"> Discord Server: https://discord.gg/0loJvLMgvZi0q596</p>
**Biomes O' Plenty** is a **Minecraft mod** that adds **over 50 new biomes** to the Overworld, Nether, and End. From Lavender Fields to Redwood Forests and many more, all of our biomes are decorated with a variety of **new trees, flowers, and plants!**
-----------------

View file

@ -94,7 +94,7 @@ public class BayouBiome extends BiomeBOP
this.addSpawn(EntityClassification.MONSTER, new Biome.SpawnListEntry(EntityType.WITCH, 5, 1, 1));
this.addSpawn(EntityClassification.MONSTER, new Biome.SpawnListEntry(EntityType.SLIME, 1, 1, 1));
this.addWeight(BOPClimates.SUBTROPICAL, 10);
this.addWeight(BOPClimates.SUBTROPICAL, 7);
this.setBeachBiome(BOPBiomes.mangrove);
}

View file

@ -90,7 +90,7 @@ public class LushSwampBiome extends BiomeBOP
this.addSpawn(EntityClassification.MONSTER, new Biome.SpawnListEntry(EntityType.WITCH, 5, 1, 1));
this.addSpawn(EntityClassification.MONSTER, new Biome.SpawnListEntry(EntityType.SLIME, 1, 1, 1));
this.addWeight(BOPClimates.WET_TEMPERATE, 3);
this.addWeight(BOPClimates.SUBTROPICAL, 3);
this.setBeachBiome((Biome)null);
}
}

View file

@ -49,7 +49,7 @@ public class MangroveBiome extends BiomeBOP
DefaultBiomeFeatures.addStoneVariants(this);
DefaultBiomeFeatures.addOres(this);
this.addFeature(GenerationStage.Decoration.UNDERGROUND_ORES, Biome.createDecoratedFeature(Feature.DISK, new SphereReplaceConfig(BOPBlocks.mud.getDefaultState(), 8, 2, Lists.newArrayList(new BlockState[]{Blocks.DIRT.getDefaultState(), Blocks.GRASS_BLOCK.getDefaultState()})), Placement.COUNT_TOP_SOLID, new FrequencyConfig(5)));
this.addFeature(GenerationStage.Decoration.UNDERGROUND_ORES, Biome.createDecoratedFeature(Feature.DISK, new SphereReplaceConfig(BOPBlocks.mud.getDefaultState(), 5, 2, Lists.newArrayList(new BlockState[]{Blocks.DIRT.getDefaultState(), Blocks.GRASS_BLOCK.getDefaultState()})), Placement.COUNT_TOP_SOLID, new FrequencyConfig(5)));
////////////////////////////////////////////////////////////
@ -84,7 +84,7 @@ public class MangroveBiome extends BiomeBOP
this.addSpawn(EntityClassification.MONSTER, new Biome.SpawnListEntry(EntityType.ENDERMAN, 10, 1, 4));
this.addSpawn(EntityClassification.MONSTER, new Biome.SpawnListEntry(EntityType.WITCH, 5, 1, 1));
this.addWeight(BOPClimates.SUBTROPICAL, 7);
this.addWeight(BOPClimates.SUBTROPICAL, 9);
this.setBeachBiome((Biome)null);
}
}