Rock_Lime
Server/Item/Items/Rock/Lime/Rock_Lime.json, 1.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
Recipe | object |
BlockType | object |
ResourceTypes | array[2] |
Tags | object |
Parent | string |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Lime.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Lime.png",
"Set": "Rock_Lime",
"Recipe": {
"Input": [
{
"Quantity": 2,
"ResourceTypeId": "Rock_Lime"
}
],
"BenchRequirement": [
{
"Id": "Furnace",
"Type": "Processing"
}
],
"OutputQuantity": 1,
"TimeSeconds": 0
},
"BlockType": {
"Gathering": {
"Breaking": {
"Quality": 1,
"ItemId": "Rock_Lime_Cobble",
"GatherType": "Rocks"
}
},
"Textures": [
{
"All": "BlockTextures/Rock_Limestone.png",
"Weight": 1
}
],
"ParticleColor": "#dccd97",
"TransitionToGroups": [
"Stone"
],
"TransitionTexture": "BlockTextures/Transition_Rock_Limestone.png",
"TextureComputedColor": "#BAAA7F"
},
"ResourceTypes": [
{
"Id": "Rock"
},
{
"Id": "Rock_Lime"
}
],
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Lime"
]
},
"Parent": "Rock_Stone",
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
}
}