Przeglądaj źródła

Update 'plugins/advancedoregen.md'

MasterCake 5 lat temu
rodzic
commit
8450619a1d
1 zmienionych plików z 8 dodań i 1 usunięć
  1. 8 1
      plugins/advancedoregen.md

+ 8 - 1
plugins/advancedoregen.md

@@ -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