Project home for New Alterlite - A new locaria community pack focused on a different approach of minecrafting.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
NewAlterlite/config/oreexcavation_shapes.json

40 lines
566 B

{
"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"
]
}
]
}