|
@@ -35,7 +35,11 @@ Note: Any skyblock not on this list is NOT supported.
|
|
|
|
|
|
# Setting up a generator
|
|
|
|
|
|
-The whole configuration is made through the GUI or alternatively by using commands.
|
|
|
+The whole configuration is made through the GUI or alternatively by modifying the config.yml.
|
|
|
+
|
|
|
+### Migrating from CustomOreGen
|
|
|
+
|
|
|
+If you come from CustomOreGen, and want to use your config.yml from it, just place the CustomOreGen config.yml in the AdvancedOreGen folder and start the plugin.
|
|
|
|
|
|
### Understanding the generator mechanics
|
|
|
|
|
@@ -116,6 +120,9 @@ water-lava-fix: true
|
|
|
|
|
|
# fence generator, allows you to generate cobblestone by placing a fence block instead of lava.
|
|
|
fence-generator-enabled: false
|
|
|
+
|
|
|
+
|
|
|
+... (your generators)
|
|
|
```
|
|
|
|
|
|
# Misc
|