Auto CTM is a python script that can create custom terrain with perlin noise right now this is just for fun and has issues
A copy of minecraft bedrock edition is needed (could be converted to java by changing a few lines but no support will be given for java) python 3.7 MINIMUM recommended is python 3.10
- Download the .py file from thr release tab
- Install with pip perlin-noise and amulet with
pip install perlin-noise
andpip install amulet-core
- Read Down
- Launch The Script And Paste In Your World Location It Will Look Something like
C:\Users\USERNAME\AppData\Local\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\LocalState\games\com.mojang\minecraftWorlds\WORLDID
- Give the script a scale ie 128,256,512,1024,2048,4096,8192 and so on
- Give it a base Octave (1 too 2 is recomended for 128 or 256)
- Leave the world if you are in it
- If any errors show up just wait
- Once done load world
If its taking to long for your liking change the scale
This script replaces chunks in your world so make a new one or risk loosing your world
Sometimes this script will error and break your world
- Some Sort Of 3d And 2d Noise Options
Patch The 0 X Chunk BugFIXED- Add A Feature Loader That Would Allow For Custom Structures To Spawn On The Terrain
- Add Decoration To The Terrain
- Add Cell Noise
- Add OpenSimplex 2d And 3d Noise
- Allow For Placement Customizations
- Make Faster (Dont Know If I Can This Is The 8th Version Of The Script And Its The Fastest By Far)
- Add Config Options So You Dont Have To Retype Them Every Time
- Offical Java Support (Shouldnt Be Hard)