From 2f40605396f272642f0fce63da640f8bf4ad27cf Mon Sep 17 00:00:00 2001 From: DrParadox7 Date: Fri, 29 Sep 2023 17:44:28 +0200 Subject: [PATCH] Band-aid solution for #83 Temporary fix for Et Futurum's Tuff generation bug https://github.com/Roadhog360/Et-Futurum-Requiem/issues/341 using until COFH World until an official fix is released internally on their side. --- config/cofh/world/EtFuturumFix.json | 20 ++++++++++++++++++++ config/etfuturum/world.cfg | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 config/cofh/world/EtFuturumFix.json diff --git a/config/cofh/world/EtFuturumFix.json b/config/cofh/world/EtFuturumFix.json new file mode 100644 index 0000000..16306c7 --- /dev/null +++ b/config/cofh/world/EtFuturumFix.json @@ -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 + ] + } +} \ No newline at end of file diff --git a/config/etfuturum/world.cfg b/config/etfuturum/world.cfg index b5f2976..97b66de 100644 --- a/config/etfuturum/world.cfg +++ b/config/etfuturum/world.cfg @@ -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 }