Draconic Evolution

Draconic Evolution

77M Downloads

DraconicEvolution.cfg - chaosIslandSeparation

sfxworks opened this issue ยท 2 comments

commented

Base information

Minecraft: 1.12.2
SpongeAPI: 7.1.0-SNAPSHOT-7105dfc
SpongeForge: 1.12.2-2705-7.1.0-BETA-3361
Minecraft Forge: 14.23.4.2705
Mod version: 1.12.2-2.3.12.297
Mod Pack: Lapito's Galacticraft

We are trying to have our world spawn a chaos dragon every 1000 blocks in the end. However, when we set the config to chaosIslandSeparation=1000 we only get a dragon every 10000 blocks.

[18:37:03] [Server thread/INFO] [brandonscore]: Brandon's Core online! Waiting for Draconic Evolution to join the party....
[18:37:03] [Server thread/INFO] [brandonscore]: Hay! There you are! Now lets destroy some worlds!!
[18:37:18] [Server thread/INFO] [brandonscore]: Found mod feature container for mod: draconicevolution
[18:37:18] [Server thread/INFO] [brandonscore]: Found mod config container for mod: brandonscore
[18:37:18] [Server thread/INFO] [brandonscore]: Found mod config container for mod: draconicevolution
[18:37:18] [Server thread/INFO] [brandonscore]: Found mod config container for mod: draconicevolution
[18:37:18] [Server thread/INFO] [brandonscore]: Loading mod config for: draconicevolution
[18:37:18] [Server thread/INFO] [brandonscore]: Loading mod config for: brandonscore
[18:37:18] [Server thread/WARN] [brandonscore]: No features were detected for mod: brandonscore. This maybe an issue or maybe this mod just does not have any items or blocks.
[18:37:20] [Server thread/INFO] [brandonscore]: Registering features for mod: draconicevolution

Upon further investigation, it is looking like the mod loads a config twice. Could this have something to do with the issue due or is this just the mod loading the config and then the Custom Fusion Recipe info text file?

[root@tbgn brandon3055]# ls -lah
total 36K
drwxrwxr-T  2 lapitos minecraft 4.0K Aug 29 18:38 .
drwxrwxr-T 51 lapitos minecraft 4.0K Aug 29 18:37 ..
-rwxrwxr-T  1 lapitos minecraft  623 Jul 27 23:18 BrandonsCore.cfg
-rwxrwxr-T  1 lapitos minecraft 4.7K Jul 27 23:18 Custom Fusion Recipe Info.txt
-rwxrwxr-T  1 lapitos minecraft  15K Jul 27 23:18 DraconicEvolution.cfg

If it makes any difference, these files are only being edited on the server.

commented

Not sure whats going on here as this works fine for me. There shouldn't be an issue with the config loading. Only thing i can think of is maby try removing the config file so it regenerates then try again. Make sure the game isnt running when you make your changes.
You can also test this in single player. In single player i recommend using the ingame config GUI. If that works then try copying the client config to your server.

commented

No reply from OP.