瀏覽代碼

Update 'plugins/customoregen.md'

MattTek 6 年之前
父節點
當前提交
0418328aa9
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      plugins/customoregen.md

+ 3 - 1
plugins/customoregen.md

@@ -25,6 +25,8 @@ In order to run CustomOreGen, a SkyBlock plugin needs to be installed and runnin
 # Creating a Generator
 **Important notices:** 
 
-When creating generators, make sure to use Bukkit material (block) names. A list of the Bukkit material names can be found [here](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html). You must also make sure all of the materials under one generator category have a total chance of 100.0%. For example, in the screenshot below, STONE has a 50.0% of being produced, SANDSTONE has a 40.0% chance of being produced, and IRON_ORE has a 10.0% chance of being produced equaling the 100.0% (50.0% + 40.0% + 10.0% =100.0%)
+* When creating generators, make sure to use Bukkit material (block) names. A list of the Bukkit material names can be found [here](https://hub.spigotmc.org/javadocs/bukkit/org/bukkit/Material.html).
+ 
+* A generator category must have a 100.0% spawning chance. For example, in the screenshot below, STONE has a 50.0% of being produced, SANDSTONE has a 40.0% chance of being produced, and IRON_ORE has a 10.0% chance of being produced equaling the 100.0% required (50.0% + 40.0% + 10.0% =100.0%).
 
 ![](/media/CustomOreGenConfig.png)