Skip to content

Commit aff170b

Browse files
committed
Update README
1 parent 7e2fbb5 commit aff170b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ https://github.com/ThisTestUser/FarLandsChronicles
1616

1717
### How does this work?
1818
This 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
```
2121
k = k % 16777216L;
2222
l = 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)
3131
And 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.

0 commit comments

Comments
 (0)