38 lines
555 B
JSON
38 lines
555 B
JSON
|
{
|
||
|
"weight": 60,
|
||
|
"density": 0.2,
|
||
|
"min_height": 5,
|
||
|
"max_height": 40,
|
||
|
"vein_populator": {
|
||
|
"type": "surface_rock",
|
||
|
"material": "redstone"
|
||
|
},
|
||
|
"dimension_filter": [
|
||
|
"is_nether"
|
||
|
],
|
||
|
"generator": {
|
||
|
"type": "layered",
|
||
|
"radius": [
|
||
|
17,
|
||
|
24
|
||
|
]
|
||
|
},
|
||
|
"filler": {
|
||
|
"type": "layered",
|
||
|
"values": [
|
||
|
{
|
||
|
"primary": "ore:redstone"
|
||
|
},
|
||
|
{
|
||
|
"secondary": "ore:redstone"
|
||
|
},
|
||
|
{
|
||
|
"between": "ore:ruby"
|
||
|
},
|
||
|
{
|
||
|
"sporadic": "ore:cinnabar"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|