Checkout my other Mods/Modpacks!
Blood N Wine 2 Lite 1.18.1 (click me)
Blood N Wine 2 1.16.5 (click me)
Blood N Wine 1.12.2 (click me)
Farlands [FORGE/FABRIC] (click me)
[FABRIC] Armor Curve (click me)
Need a server to play with friends? Don't know how to setup one? Just rent already configured server!
Click on the picture above, select plan(at least 4GB), use my code bloodnwine to get 25% off your first month and enjoy playing with your friends!
Adds the Farlands!
/ or * scale by 2 to make the Farlands farther or closer to spawn.
Visualize distance here:
https://www.desmos.com/calculator/hq1scenbsw
1.16.5 version uses config/farlandsforge.toml
settings for farlands taking up all of the world:
1.18.1 version uses datapacks and has no gui or config instructions how to use:
https://github.com/slicedlime/examples/commits/master obtain datapacks here (1.18-rc4) for 1.18.1 worldgen
==============================================
dimension_type folder:
the_nether.json
//Change #1 - Raise world height in the nether
"height": 384,
the_end.json
//Change #1 Raise world height in the end
"logical_height": 384,
//Change #2 Raise world height in the end
"height": 384,
==============================================
noise_settings folder:
end.json
//Change #1 - Disable noise caves to generate pre 1.18 farlands in end.
"noise_caves_enabled": false,
//Change #2
"y_scale": 4000000.0, //Overflow the y axis generating sky farlands in the end!
nether.json
//Change #1 - Disable noise caves to generate pre 1.18 farlands in nether.
"noise_caves_enabled": false,
//Change #2
"xz_scale": 12500.0, //Overflow the xz axis generating farlands 1000 blocks from spawn in the nether!
overworld.json
//Change #1 - Disable noise caves to generate pre 1.18 farlands in overworld.
"noise_caves_enabled": false,
//Change #2
"default_fluid": {
"Properties": {
"level": "0"
},
"Name": "minecraft:air" //replace minecraft:water with air to make farlands not generate ocean causing the server thread to freeze
},
//Change #3
"xz_scale": 12500.0, //Overflow the xz axis generating farlands 1000 blocks from spawn in the overworld!
==============================================
This mod was created by mahan for use in Blood N Wine 2 Hardcore Modpack So nukelord can add extra autism to the world!
Requires Forge