FarLandsModV2 icon indicating copy to clipboard operation
FarLandsModV2 copied to clipboard

Several ideas

Open SolDev69 opened this issue 5 years ago • 1 comments

Add an ingame way to change chunk offset and/or low/high noise scale.This idea is currently used in geniiii's farlands mod for fabric. I find it annoying that I have to restart MC every time I change the config to change the scale so it would be easier to just have an in-game way to configure these settings without having to restart MC.

Allow offsetting chunks with longs instead of ints. MCP is discontinued, and even if it wasn't I don't know how to use eclipse and changing everything in intelij is annoyingly hard because of all the files and intelij doesn't offer an easy way to resolve all errors afaik. I want to do the farlands chronicles method of travelling to the fartherer and farthest lands but there is no way to decompile MC outside of yarn in modern versions and yarn doesn't have NoiseGeneratorOctaves. I grouped these two together because I'm too lazy to make seperate posts ._.

SolDev69 avatar Aug 02 '20 13:08 SolDev69

This mod was made to be as "lightweight" as possible, so injecting a GUI could potentially break compatibility with other mods that rely on coremodding (like cubic chunks). For the second suggestion, since chunk coordinates are stored as integers, it would be impossible to offset with longs without directly editing the code.

ThisTestUser avatar Aug 05 '20 02:08 ThisTestUser