* This commit adds 2 new Rock Anomaly types, Coal and Gold. It also adds Resource Crabs, colored crystals, and lights for both. * Added crafting recipes for yellow and black light tubes. Somehow I forgot that the first time. * Sorted tags.yml alphabetically this time instead of not doing that. * Updated Texture Copyright information * Attempted to fix Merge Conflict * Added bulb light variants for both yellow and black crystals.
96 lines
2.0 KiB
JSON
96 lines
2.0 KiB
JSON
{
|
|
"version": 1,
|
|
"license": "CC-BY-SA-3.0",
|
|
"copyright": "Made by brainfood1183 (github), Gold and Coal Crab pallet swapped by Firewars763 (github)",
|
|
"size": {
|
|
"x": 32,
|
|
"y": 32
|
|
},
|
|
"states": [
|
|
{
|
|
"name": "crab_quartz",
|
|
"directions": 1,
|
|
"delays": [
|
|
[
|
|
0.6,
|
|
0.3,
|
|
0.3,
|
|
0.3,
|
|
0.3,
|
|
0.3
|
|
]
|
|
]
|
|
},
|
|
{
|
|
"name": "crab_silver",
|
|
"directions": 1,
|
|
"delays": [
|
|
[
|
|
0.6,
|
|
0.3,
|
|
0.3,
|
|
0.3,
|
|
0.3,
|
|
0.3
|
|
]
|
|
]
|
|
},
|
|
{
|
|
"name": "crab_gold",
|
|
"directions": 1,
|
|
"delays": [
|
|
[
|
|
0.6,
|
|
0.3,
|
|
0.3,
|
|
0.3,
|
|
0.3,
|
|
0.3
|
|
]
|
|
]
|
|
},
|
|
{
|
|
"name": "crab_uranium",
|
|
"directions": 1,
|
|
"delays": [
|
|
[
|
|
0.6,
|
|
0.3,
|
|
0.3,
|
|
0.3,
|
|
0.3,
|
|
0.3
|
|
]
|
|
]
|
|
},
|
|
{
|
|
"name": "crab_iron",
|
|
"directions": 1,
|
|
"delays": [
|
|
[
|
|
0.6,
|
|
0.3,
|
|
0.3,
|
|
0.3,
|
|
0.3,
|
|
0.3
|
|
]
|
|
]
|
|
},
|
|
{
|
|
"name": "crab_coal",
|
|
"directions": 1,
|
|
"delays": [
|
|
[
|
|
0.6,
|
|
0.3,
|
|
0.3,
|
|
0.3,
|
|
0.3,
|
|
0.3
|
|
]
|
|
]
|
|
}
|
|
]
|
|
}
|