Crushed that this mod is no longer supported I've played with DS for months and I went back recently to play in a 1.7 world and the difference between DS and Matmos is night and day. It made me sad and nostalgic, and it's such a bummer that Matmos only made it to 1.11. We were so close to the new standard!
@Remove, Zeno is talking about in the RTG config for forests (config/RTG/biomes/vanilla/forest.cfg) you should find the following lines which give you block control on a per-biome basis:
No, I don't think that's it. It's not permitted to have duplicate options. If you want to override the default Vanilla.xml, then just remove its import element from CustomOreGen_Config.xml.
So, if I do this, it doesn't load the Vanilla.xml in the custom folder. When I create a new world, no vanilla ores spawn.
EDIT: I ought to mention that if you open the World Gen Options again after already creating a world and returning to the main menu to create another, the game crashes.
Lol @Remove no need to be so vehement. If you really hate it so much you could just retexture it. I mean you're modding the game anyhow. And while I'm no expert, I believe getting rid of Podzol is possible with either Climate Control or BiomeTweaker.
I can't seem to get the 1.10.2 version working. I try creating the CustomOreGen_Config.xml, editing it, and specifying things like:
<Import file='modules/custom/Vanilla.xml'/>
Which is in the custom xml folder, and when I launch the game and try to create a new world, the Ore Gen Options screen is blank, and there is a log error:
CustomOreGen.Config.ParserException: CustomOreGen Config Error at Element <OptionChoice> [line 40]: An Option named 'vanillaOreGen' already exists.
From what I understand, the wiki explicitly states that this is supposed to overwrite default configs. Anybody have an idea of what I'm doing wrong?
EDIT:
Apparently, my error was using Import vs. OptionalImport. Perhaps this could be mentioned in the Config Header, or if not there, then in the wiki.
EDIT #2:
I still can't get it working. If I include <OptionalImport file='modules/custom/Vanilla.xml'/> it crashes. However, all of the other files can successfully be loaded like this.
I'm sorry if I'm asking an ignorant question, but I have reasonable doubt: I've looked all over Curse, Curseforge, and GitHub, and I haven't been able to find a version that supports anything other than 1.7.10. I'm in the market for something for 1.10.2 to go along with MOC. I have seen references on the Wiki which seems pretty recently updated to post 1.7 configs. Was this just for the 1.8 beta version that someone was working on last year?
If you change biome ID to -1, you remove the biome.
I ran into this same problem earlier this month. Using BOP, RTG, and GC, somehow changing the biome ID in BOP to -1 causes a crash. The crash happens because one of these mods sees -1 as outside of the bounds and won't register it as disabled. It won't work unless this is handled in the code of not just BOP but the other mods too.
@srs-bsns Regarding Notepad++, I'm just starting to get used to using it to edit multiple files, both side by side and all at once. I wasn't aware of this particular functionality though, so thanks! I realize what you mean regarding the other files. I had always had the impression that BiomeTweaker and ClimateControl were mutually exclusive, so it's great to hear that they aren't. Thanks for addressing my question.
So I'm curious as to why you split up the configs? Before I could just search in a single file get all instances of a setting, now I have to go file by file. Also, I'm using Climate Control to turn off biomes (You can't turn off Biomes in BOP without it crashing, at least from what I've experienced), so why generate configs based on their supposed generation? I'm not questioning the decision, just curious about the reasoning.
To SirChamomile: Not that I'm aware of. Seeds and configs? (sorry, mcf merged two posts)
Sorry! It's a bit too late, I've changed most everything I posted that last night after hours of development and forgot about it. I'll let you know if I come across it again.
0
Fantastic!
I actually found the fork of Matmos in the gitHub a few hours ago, but who did PF? There's no fork!?
1
Crushed that this mod is no longer supported
I've played with DS for months and I went back recently to play in a 1.7 world and the difference between DS and Matmos is night and day. It made me sad and nostalgic, and it's such a bummer that Matmos only made it to 1.11. We were so close to the new standard!
0
I can't seem to find anything in JEI when I search for Growthcraft. Am I missing something? I'm using the new 3.0.0.4
0
@Remove, whoops, sorry about that. I'm on the 1.10.2 edition of the mod, so I'm not sure what features you'd have available to you.
2
@Remove, Zeno is talking about in the RTG config for forests (config/RTG/biomes/vanilla/forest.cfg) you should find the following lines which give you block control on a per-biome basis:
0
So, if I do this, it doesn't load the Vanilla.xml in the custom folder. When I create a new world, no vanilla ores spawn.
EDIT: I ought to mention that if you open the World Gen Options again after already creating a world and returning to the main menu to create another, the game crashes.
1
Lol @Remove no need to be so vehement. If you really hate it so much you could just retexture it. I mean you're modding the game anyhow. And while I'm no expert, I believe getting rid of Podzol is possible with either Climate Control or BiomeTweaker.
0
I can't seem to get the 1.10.2 version working. I try creating the CustomOreGen_Config.xml, editing it, and specifying things like:
<Import file='modules/custom/Vanilla.xml'/>
Which is in the custom xml folder, and when I launch the game and try to create a new world, the Ore Gen Options screen is blank, and there is a log error:
CustomOreGen.Config.ParserException: CustomOreGen Config Error at Element <OptionChoice> [line 40]: An Option named 'vanillaOreGen' already exists.
From what I understand, the wiki explicitly states that this is supposed to overwrite default configs. Anybody have an idea of what I'm doing wrong?
EDIT:
Apparently, my error was using Import vs. OptionalImport. Perhaps this could be mentioned in the Config Header, or if not there, then in the wiki.
EDIT #2:
I still can't get it working. If I include <OptionalImport file='modules/custom/Vanilla.xml'/> it crashes. However, all of the other files can successfully be loaded like this.
0
I got so excited when I saw this, but unfortunately, this is only for 1.7.10 :(.
0
Hello!
I'm sorry if I'm asking an ignorant question, but I have reasonable doubt: I've looked all over Curse, Curseforge, and GitHub, and I haven't been able to find a version that supports anything other than 1.7.10. I'm in the market for something for 1.10.2 to go along with MOC. I have seen references on the Wiki which seems pretty recently updated to post 1.7 configs. Was this just for the 1.8 beta version that someone was working on last year?
0
I ran into this same problem earlier this month. Using BOP, RTG, and GC, somehow changing the biome ID in BOP to -1 causes a crash. The crash happens because one of these mods sees -1 as outside of the bounds and won't register it as disabled. It won't work unless this is handled in the code of not just BOP but the other mods too.
0
@srs-bsns Regarding Notepad++, I'm just starting to get used to using it to edit multiple files, both side by side and all at once. I wasn't aware of this particular functionality though, so thanks! I realize what you mean regarding the other files. I had always had the impression that BiomeTweaker and ClimateControl were mutually exclusive, so it's great to hear that they aren't. Thanks for addressing my question.
0
So I'm curious as to why you split up the configs? Before I could just search in a single file get all instances of a setting, now I have to go file by file. Also, I'm using Climate Control to turn off biomes (You can't turn off Biomes in BOP without it crashing, at least from what I've experienced), so why generate configs based on their supposed generation? I'm not questioning the decision, just curious about the reasoning.
0
Thanks!
0
Sorry! It's a bit too late, I've changed most everything