minecraft server init
This commit is contained in:
40
config/oreexcavation_shapes.json
Normal file
40
config/oreexcavation_shapes.json
Normal file
@ -0,0 +1,40 @@
|
||||
{
|
||||
"shapes": [
|
||||
{
|
||||
"name": "1x2",
|
||||
"depth": -1,
|
||||
"reticle": 12,
|
||||
"mask": [
|
||||
"OOOOO",
|
||||
"OOOOO",
|
||||
"OOXOO",
|
||||
"OOXOO",
|
||||
"OOOOO"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "3x3",
|
||||
"depth": -1,
|
||||
"reticle": 12,
|
||||
"mask": [
|
||||
"OOOOO",
|
||||
"OXXXO",
|
||||
"OXXXO",
|
||||
"OXXXO",
|
||||
"OOOOO"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "5x5",
|
||||
"depth": -1,
|
||||
"reticle": 12,
|
||||
"mask": [
|
||||
"XXXXX",
|
||||
"XXXXX",
|
||||
"XXXXX",
|
||||
"XXXXX",
|
||||
"XXXXX"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user