obsidian cube and ender update
|
Before Width: | Height: | Size: 581 B After Width: | Height: | Size: 572 B |
|
Before Width: | Height: | Size: 489 B After Width: | Height: | Size: 740 B |
|
Before Width: | Height: | Size: 441 B After Width: | Height: | Size: 486 B |
|
Before Width: | Height: | Size: 359 B |
BIN
src/main/resources/data/szar/structures/obsidian_cube.nbt
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"type": "szar:obsidian_cube",
|
||||
"biomes": "szar:chorus_forest",
|
||||
"step": "surface_structures",
|
||||
"terrain_adaptation": "none",
|
||||
"spawn_overrides": {},
|
||||
"config": {}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"structures": [
|
||||
{
|
||||
"structure": "szar:obsidian_cube",
|
||||
"weight": 1
|
||||
}
|
||||
],
|
||||
"placement": {
|
||||
"type": "minecraft:random_spread",
|
||||
"spacing": 20,
|
||||
"separation": 10,
|
||||
"salt": 398826349
|
||||
}
|
||||
}
|
||||