Skip to content

Commit

Permalink
Band-aid solution for #83
Browse files Browse the repository at this point in the history
Temporary fix for Et Futurum's Tuff generation bug Roadhog360/Et-Futurum-Requiem#341 using until COFH World until an official fix is released internally on their side.
  • Loading branch information
DrParadox7 committed Sep 29, 2023
1 parent 72044c0 commit 2f40605
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions config/cofh/world/EtFuturumFix.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"tuff": {
"template": "uniform",
"block": "etfuturum:tuff",
"material": "stone",
"clusterSize": 32,
"numClusters": 10,
"minHeight": 0,
"maxHeight": 22,
"retrogen": "false",
"biomeRestriction": "none",
"biomes": [],
"dimensionRestriction": "blacklist",
"dimensions": [
-1,
1,
7
]
}
}
2 changes: 1 addition & 1 deletion config/etfuturum/world.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ generation {
I:smallDebrisMax=2

# Max vein size for tuff blocks in a cluster [range: 0 ~ 64, default: 32]
I:tuffClusterSize=32
I:tuffClusterSize=0
}


Expand Down

0 comments on commit 2f40605

Please sign in to comment.