File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ https://github.com/ThisTestUser/FarLandsChronicles
1616
1717### How does this work?
1818This mod works by using ASM to directly patch NoiseGeneratorOctaves.class.
19- In beta 1.8 and above , the following code below is used to fix the far lands:
19+ From beta 1.8 to 1.13.2 , the following code below is used to fix the far lands:
2020```
2121k = k % 16777216L;
2222l = l % 16777216L;
@@ -30,4 +30,4 @@ For example, here is the far lands in Twilight Forest.
3030![ twilightforest] ( https://user-images.githubusercontent.com/15678918/46991807-6d96a200-d0d5-11e8-9c81-5a811e48b7a5.png )
3131And here it is in planet Neptune (Galaticcraft extra planets mod)
3232![ neptune] ( https://user-images.githubusercontent.com/15678918/47047805-ad599a00-d166-11e8-9198-05b096f6f4a9.png )
33- Note that not all dimensions added support this far lands feature, as some use a completely different terrain generator .
33+ Note that dimensions that do not use the vanilla terrain generator will not have the far lands enabled .
You can’t perform that action at this time.
0 commit comments