From 3f9d3756fbeb637335ed24c1c80b2505b9e1f352 Mon Sep 17 00:00:00 2001
From: Wodor <17339354+wode490390@users.noreply.github.com>
Date: Sun, 27 Sep 2020 18:28:47 +0800
Subject: [PATCH] Release 1.2.2
---
.github/dependabot.yml | 8 ++
README.md | 8 +-
pom.xml | 6 +-
.../vanillagenerator/NetherGenerator.java | 17 ++--
.../vanillagenerator/NormalGenerator.java | 26 +++---
.../vanillagenerator/biome/BiomeClimate.java | 6 +-
.../biomegrid/MapLayerBiomeEdge.java | 34 ++++----
.../biomegrid/MapLayerBiomeEdgeThin.java | 27 ++++---
.../biomegrid/MapLayerBiomeVariation.java | 6 +-
.../biomegrid/MapLayerRarePlains.java | 6 +-
.../biomegrid/MapLayerRiver.java | 12 +--
.../biomegrid/MapLayerShore.java | 12 +--
.../biomegrid/MapLayerWhittaker.java | 1 +
.../noise/PerlinOctaveGenerator.java | 6 +-
.../noise/SimplexOctaveGenerator.java | 6 +-
.../vanillagenerator/object/OreType.java | 79 +++++++++++++++++++
.../populator/PopulatorOre.java | 38 +++++++++
.../populator/nether/PopulatorGlowstone.java | 2 +-
.../populator/nether/PopulatorLava.java | 2 +-
.../populator/overworld/PopulatorCaves.java | 1 +
.../scheduler/CLNoiseReleaseTask.java | 2 +-
21 files changed, 215 insertions(+), 90 deletions(-)
create mode 100644 .github/dependabot.yml
create mode 100644 src/main/java/cn/wode490390/nukkit/vanillagenerator/object/OreType.java
create mode 100644 src/main/java/cn/wode490390/nukkit/vanillagenerator/populator/PopulatorOre.java
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..d3d8361
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,8 @@
+version: 2
+updates:
+ - package-ecosystem: "maven"
+ directory: "/"
+ schedule:
+ interval: "daily"
+ ignore:
+ - dependency-name: "cn.nukkit:nukkit"
diff --git a/README.md b/README.md
index c25f75a..9df8961 100644
--- a/README.md
+++ b/README.md
@@ -11,9 +11,9 @@ In addition, this plugin can offload overworld surface noise operations onto the
[![](https://i.loli.net/2019/06/12/5d00613070e3947388.png)](https://www.mcbbs.net/thread-872584-1-1.html "可自定义的更好的原生地形生成器")
-If you found any bugs or have any suggestions, please open an issue on [GitHub Issues](https://github.com/wode490390/BetterVanillaGenerator/issues).
+If you found any bugs or have any suggestions, please open an issue on [GitHub](https://github.com/wode490390/BetterVanillaGenerator/issues).
-If you love this plugin, please star it on [GitHub](https://github.com/wode490390/BetterVanillaGenerator).
+If you like this plugin, please star it on [GitHub](https://github.com/wode490390/BetterVanillaGenerator).
*Note: Please back up old worlds before using this plugin.*
@@ -132,8 +132,8 @@ gpu:
## Metrics Collection
-This plugin uses [bStats](https://github.com/wode490390/bStats-Nukkit) - you can opt out using the global bStats config, see the [official website](https://bstats.org/getting-started) for more details.
+This plugin uses [bStats](https://github.com/wode490390/bStats-Nukkit). You can opt out using the global bStats config; see the [official website](https://bstats.org/getting-started) for more details.
[![Metrics](https://bstats.org/signatures/bukkit/BetterVanillaGenerator.svg)](https://bstats.org/plugin/bukkit/BetterVanillaGenerator/5198)
-###### If I have any grammar and terms error, please correct my wrong :)
+###### If I have any grammar and/or term errors, please correct them :)
diff --git a/pom.xml b/pom.xml
index 1e456e5..b7082b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
cn.wode490390.nukkit
vanillagenerator
jar
- 1.2.1
+ 1.2.2
BetterVanillaGenerator
Better vanilla generator plugin for Nukkit
http://wode490390.cn/
@@ -96,7 +96,7 @@
org.apache.maven.plugins
maven-shade-plugin
- 3.2.2
+ 3.2.4