You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be brief, the generation of the Primordial Caves in Alex's Caves is affected by setting the "SpeedFactor" to 2.
Only separate caves are generated, instead of one big cave.
Only "SpeedFactor": 2
When this is set to 1, it returns to normal (One big cave)
"SpeedFactor": 1
It seems that this is because the Alex's Caves mod generates these caves using an "alexscaves:dino_bow" structure, however, using the "CustomSpreadFactors" (because I use more structure mods) only on this type of structure does not fix the error either.
Any solution?, since I need to have the "SpreadFactor" at 2-3 to have the structures of several separate mods, but I need the caves to be generated correctly without having to set that value to 1
There are also problems in the generation of other caves, but they are easily solved by just setting the "customSpreadFactors" to 1
Sorry if it is not clear, I am using a translator
The text was updated successfully, but these errors were encountered:
To be brief, the generation of the Primordial Caves in Alex's Caves is affected by setting the "SpeedFactor" to 2.
Only separate caves are generated, instead of one big cave.
Only "SpeedFactor": 2
When this is set to 1, it returns to normal (One big cave)
"SpeedFactor": 1
It seems that this is because the Alex's Caves mod generates these caves using an "alexscaves:dino_bow" structure, however, using the "CustomSpreadFactors" (because I use more structure mods) only on this type of structure does not fix the error either.
"SpeedFactor": 2
{
"structure": "alexscaves:dino_bow",
"factor": 1
},
Any solution?, since I need to have the "SpreadFactor" at 2-3 to have the structures of several separate mods, but I need the caves to be generated correctly without having to set that value to 1
There are also problems in the generation of other caves, but they are easily solved by just setting the "customSpreadFactors" to 1
Sorry if it is not clear, I am using a translator
The text was updated successfully, but these errors were encountered: