Browse Source

Update 'plugins/customoregen.md'

MattTek 6 năm trước cách đây
mục cha
commit
126fc8a63b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      plugins/customoregen.md

+ 1 - 1
plugins/customoregen.md

@@ -27,6 +27,6 @@ In order to run CustomOreGen, a SkyBlock plugin needs to be installed and runnin
 
 * 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%).
+* 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)