
[Incompatibility Bug]: Ancient Aether disables Redux features
SimulationOfMario opened this issue · 3 comments
Minecraft Version
1.20.1
Mod Version
2.0.7c
Forge/Neoforge Version
47.3.5
What happened?
If you use Ancient Aether + Redux:
- The Blight biome never generates
- Shimmercows and Mykapods never spawn in Cloudcaps biome
What was the expected result?
I expect see this Redux features appear
Steps to Reproduce
- Use both mods
- Go to a Cloudcaps biome
- Shimmercows and Mykapods don't spawn
2b. Watch for a The Blight biome
3b. You never find The Blight
Log Output (if applicable)
No response
Crash Report (if applicable)
No response
Is this a compatibility issue with another mod?
Yes, Ancient Aether
Additional Context/Information
I tested this features without AA and I find it really soon, its not caused by another mod or something, only this bugs happen if you are using AA.
Make sure to confirm these as well before submitting the report:
- The issue persists on the latest version of the mod.
- All version numbers are properly recorded, no instances of ‘latest’
- All details are reported clearly and concisely
- This issue is not a duplicate of another issue
- If the issue is a modpack-related issue, it only occurs with Redux installed, and not without
- If the issue is a modpack-related issue, it has been reported to the modpack devs as well
Update: I use Nature Compass and I found one The Blight biome, so strange that manually couldn't find it when AA is installed
Is it possible that Regions Unexplored and WW Expanded Ecosphere affect it besides be Overworld mods?
Think this might be caused by Builderdog841/Ancient-Aether#210
Edit: with a fix applied to that, I've seen a single mykapod, no shimmercows though. Might just be a lot of competing mob cap.
Now something I have never seen with Ancient Aether are the fungal patches.
Temporal Solution
- Install InControl! mod: https://modrinth.com/mod/in-control
- Start the game and let the mod create its configs directory
- Put this code to config/incontrol/spawner.json
[
{
"mob": "aether_redux:shimmercow",
"persecond": 1,
"attempts": 5,
"amount": {
"minimum": 1,
"maximum": 3,
"groupdistance": 3
},
"conditions": {
"dimension": "aether:the_aether",
"inwater": false,
"inlava": false
}
},
{
"mob": "aether_redux:mykapod",
"persecond": 1,
"attempts": 5,
"amount": {
"minimum": 1,
"maximum": 3,
"groupdistance": 2
},
"conditions": {
"dimension": "aether:the_aether",
"inwater": false,
"inlava": false
}
}
]
- Put this code to config/incontrol/spawn.json
[
{
"mob": ["aether_redux:shimmercow", "aether_redux:mykapod"],
"biome": "aether_redux:cloudcaps",
"cave": false,
"seesky": true,
"result": "allow"
},
{
"mob": ["aether_redux:shimmercow", "aether_redux:mykapod"],
"result": "deny"
}
]
That's all, now they will spawn