├── README.md ├── README_zh.md ├── World Generator BP 1.1.0.mcaddon └── World Generator BP ├── functions ├── displayx.mcfunction ├── displayz.mcfunction ├── start1000.mcfunction ├── start10000.mcfunction ├── start1250.mcfunction ├── start1500.mcfunction ├── start15000.mcfunction ├── start1750.mcfunction ├── start2000.mcfunction ├── start2250.mcfunction ├── start250.mcfunction ├── start2500.mcfunction ├── start3000.mcfunction ├── start4000.mcfunction ├── start500.mcfunction ├── start5000.mcfunction ├── start6000.mcfunction ├── start7000.mcfunction ├── start750.mcfunction ├── start8000.mcfunction ├── start9000.mcfunction ├── stop.mcfunction ├── tick.json ├── xteleport.mcfunction └── zteleport.mcfunction ├── manifest.json └── pack_icon.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bsavage81/bedrock-world-generator/HEAD/README.md -------------------------------------------------------------------------------- /README_zh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bsavage81/bedrock-world-generator/HEAD/README_zh.md -------------------------------------------------------------------------------- /World Generator BP 1.1.0.mcaddon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bsavage81/bedrock-world-generator/HEAD/World Generator BP 1.1.0.mcaddon -------------------------------------------------------------------------------- /World Generator BP/functions/displayx.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bsavage81/bedrock-world-generator/HEAD/World Generator BP/functions/displayx.mcfunction -------------------------------------------------------------------------------- /World Generator BP/functions/displayz.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bsavage81/bedrock-world-generator/HEAD/World Generator BP/functions/displayz.mcfunction -------------------------------------------------------------------------------- /World Generator BP/functions/start1000.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bsavage81/bedrock-world-generator/HEAD/World Generator BP/functions/start1000.mcfunction -------------------------------------------------------------------------------- /World Generator BP/functions/start10000.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bsavage81/bedrock-world-generator/HEAD/World Generator BP/functions/start10000.mcfunction -------------------------------------------------------------------------------- /World Generator BP/functions/start1250.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bsavage81/bedrock-world-generator/HEAD/World Generator BP/functions/start1250.mcfunction -------------------------------------------------------------------------------- /World Generator BP/functions/start1500.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bsavage81/bedrock-world-generator/HEAD/World Generator BP/functions/start1500.mcfunction -------------------------------------------------------------------------------- /World Generator BP/functions/start15000.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bsavage81/bedrock-world-generator/HEAD/World Generator BP/functions/start15000.mcfunction -------------------------------------------------------------------------------- /World Generator BP/functions/start1750.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bsavage81/bedrock-world-generator/HEAD/World Generator BP/functions/start1750.mcfunction -------------------------------------------------------------------------------- /World Generator BP/functions/start2000.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bsavage81/bedrock-world-generator/HEAD/World Generator BP/functions/start2000.mcfunction -------------------------------------------------------------------------------- /World Generator BP/functions/start2250.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bsavage81/bedrock-world-generator/HEAD/World Generator BP/functions/start2250.mcfunction -------------------------------------------------------------------------------- /World Generator BP/functions/start250.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bsavage81/bedrock-world-generator/HEAD/World Generator BP/functions/start250.mcfunction -------------------------------------------------------------------------------- /World Generator BP/functions/start2500.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bsavage81/bedrock-world-generator/HEAD/World Generator BP/functions/start2500.mcfunction -------------------------------------------------------------------------------- /World Generator BP/functions/start3000.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bsavage81/bedrock-world-generator/HEAD/World Generator BP/functions/start3000.mcfunction -------------------------------------------------------------------------------- /World Generator BP/functions/start4000.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bsavage81/bedrock-world-generator/HEAD/World Generator BP/functions/start4000.mcfunction -------------------------------------------------------------------------------- /World Generator BP/functions/start500.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bsavage81/bedrock-world-generator/HEAD/World Generator BP/functions/start500.mcfunction -------------------------------------------------------------------------------- /World Generator BP/functions/start5000.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bsavage81/bedrock-world-generator/HEAD/World Generator BP/functions/start5000.mcfunction -------------------------------------------------------------------------------- /World Generator BP/functions/start6000.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bsavage81/bedrock-world-generator/HEAD/World Generator BP/functions/start6000.mcfunction -------------------------------------------------------------------------------- /World Generator BP/functions/start7000.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bsavage81/bedrock-world-generator/HEAD/World Generator BP/functions/start7000.mcfunction -------------------------------------------------------------------------------- /World Generator BP/functions/start750.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bsavage81/bedrock-world-generator/HEAD/World Generator BP/functions/start750.mcfunction -------------------------------------------------------------------------------- /World Generator BP/functions/start8000.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bsavage81/bedrock-world-generator/HEAD/World Generator BP/functions/start8000.mcfunction -------------------------------------------------------------------------------- /World Generator BP/functions/start9000.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bsavage81/bedrock-world-generator/HEAD/World Generator BP/functions/start9000.mcfunction -------------------------------------------------------------------------------- /World Generator BP/functions/stop.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bsavage81/bedrock-world-generator/HEAD/World Generator BP/functions/stop.mcfunction -------------------------------------------------------------------------------- /World Generator BP/functions/tick.json: -------------------------------------------------------------------------------- 1 | { 2 | "values": [ 3 | "xteleport" 4 | ] 5 | } -------------------------------------------------------------------------------- /World Generator BP/functions/xteleport.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bsavage81/bedrock-world-generator/HEAD/World Generator BP/functions/xteleport.mcfunction -------------------------------------------------------------------------------- /World Generator BP/functions/zteleport.mcfunction: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bsavage81/bedrock-world-generator/HEAD/World Generator BP/functions/zteleport.mcfunction -------------------------------------------------------------------------------- /World Generator BP/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bsavage81/bedrock-world-generator/HEAD/World Generator BP/manifest.json -------------------------------------------------------------------------------- /World Generator BP/pack_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bsavage81/bedrock-world-generator/HEAD/World Generator BP/pack_icon.png --------------------------------------------------------------------------------