# Farlands Reforged
**Farlands Reforged** brings back the legendary **Far Lands** — the chaotic, stretched, glitched terrain that
generated at the extreme edges of old Minecraft worlds. It works by preserving full coordinate precision in
Minecraft's Perlin-noise wrapping, the exact behavior Mojang smoothed away years ago.
## Features
- **Authentic Far Lands generation** — restores the original stretched/distorted terrain by keeping the
Perlin-noise coordinate precision Mojang rounded off.
- **Stays classic by default** — normal terrain everywhere else is untouched.
- **`/farlands` command** — shows the Far Lands threshold and your distance from it, plus credits.
`/farlands set <threshold>` and `/farlands reset` (game-master permission) tune the readout.
- **Config toggles** — turn the terrain effect and the advancement detector on/off.
- **"...where am I?" advancement** — unlocks when you reach the edge of sane terrain generation.
## How to reach the Far Lands
Head to the historical threshold and look around:
```
/tp @s 12550821 120 0
```
Try the Z-axis, negative coordinates, and the corners too:
```
/tp @s 0 120 12550821
/tp @s -12550821 120 0
/tp @s 12550821 120 12550821
```
## Config
Generated on first launch at `config/farlandsreforged-common.toml`:
```toml
enableFarlandsTerrain = true
enableWhereAmIAdvancement = true
farlandsStartCoordinate = 12550821
```
## Requirements
- **Java 25**
- **Fabric** builds: Fabric Loader only — **Fabric API is NOT required** (this mod is mixin-based).
- **NeoForge** builds: NeoForge for your Minecraft version.
## Credits
Inspired by **AdyTech99's Farlands Reborn**, whose core idea is to undo Mojang's far-coordinate
Perlin-noise precision wrapping. Thank you for inspiring me to make a future updated version!
Need a Pearl Canon to get to the Farlands? We have that too!
https://www.curseforge.com/minecraft/mc-mods/farlands-pearl-canon
*MIT licensed. By Shigeo.*