crystals drop shards and ore crab tweaks. (#20930)

* 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.
This commit is contained in:
brainfood1183
2023-12-16 22:20:14 +00:00
committed by GitHub
parent 9e33966315
commit f262aaaac0
27 changed files with 685 additions and 106 deletions

View File

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

View File

@@ -8,15 +8,19 @@
"copyright": "Made by brainfood1183 (github)",
"states": [
{
"name": "ironcrab",
"name": "iron_crab",
"directions": 4
},
{
"name": "uraniumcrab",
"name": "uranium_crab",
"directions": 4
},
{
"name": "quartzcrab",
"name": "silver_crab",
"directions": 4
},
{
"name": "quartz_crab",
"directions": 4
}
]

View File

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

View File

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB