patches

Patches for various other programs
git clone https://git.regexghost.com/patches.git
Log | Files | Refs | README

cubiomes-temperature.diff (590B)


      1 diff --git a/biomenoise.c b/biomenoise.c
      2 index 9002732..bb256f3 100644
      3 --- a/biomenoise.c
      4 +++ b/biomenoise.c
      5 @@ -864,7 +864,7 @@ static int init_climate_seed(
      6          // md5 "minecraft:temperature" or "minecraft:temperature_large"
      7          pxr.lo = xlo ^ (large ? 0x944b0073edf549db : 0x5c7e6b29735f0d7f);
      8          pxr.hi = xhi ^ (large ? 0x4ff44347e9d22b96 : 0xf7d86f1bbc734988);
      9 -        n += xDoublePerlinInit(dpn, &pxr, oct, amp, large ? -12 : -10, 6, nmax);
     10 +        n += xDoublePerlinInit(dpn, &pxr, oct, amp, large ? -12 : -9, 6, nmax);
     11          } break;
     12  
     13      case NP_HUMIDITY: {