* crystals drop shards and ore crab tweaks * crystals drop shards, shards can be crafted into colored light tubes and silver ore crab. * crystals can now be unanchored. * added silver crab to rock anom spawn * fixes * sorted out the parenting for crystal light tubes.
28 lines
412 B
JSON
28 lines
412 B
JSON
{
|
|
"version": 1,
|
|
"size": {
|
|
"x": 32,
|
|
"y": 32
|
|
},
|
|
"license": "CC-BY-SA-3.0",
|
|
"copyright": "Made by brainfood1183 (github)",
|
|
"states": [
|
|
{
|
|
"name": "iron_crab",
|
|
"directions": 4
|
|
},
|
|
{
|
|
"name": "uranium_crab",
|
|
"directions": 4
|
|
},
|
|
{
|
|
"name": "silver_crab",
|
|
"directions": 4
|
|
},
|
|
{
|
|
"name": "quartz_crab",
|
|
"directions": 4
|
|
}
|
|
]
|
|
}
|