[Resolved] Generating a Chisel 2 flat world

  • Please make sure you are posting in the correct place. Server ads go here and modpack bugs go here

CageVenom

New Member
Jul 29, 2019
13
0
0
I was looking at Material energy ^-1, and it generates a flat world made of Chisel 2's White Anti Blocks. I was wondering whether you could do this via Vanilla flat world preset (putting in something like 2;chisel 2:white anti block x 4;1) or is it easier/only possible through a certain mod?
Thanks for the help
 

CageVenom

New Member
Jul 29, 2019
13
0
0
After loads of tinkering around, I've figured it out:
Customize the flat world, go to presets and modify the upper code. I used:

;7,10x181:15;1; which gives you a layer of bedrock, ten layers of chisel 2's white antimatter blocks (the :15 can be changed to other numbers for different colors) with no structure generation.
I got the block ID via NEI, but you can also use Waila(Wawla).

note: if you use "/give playername 181:15 [number of blocks]" it won't work. Use "/give playername 181 [number of blocks] 15" instead. Found it a little quirky, thought someone might find it useful.