Rock_Aqua_Beam
Server/Item/Items/Rock/Aqua/Rock_Aqua_Beam.json, 933 B
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Set | string |
Recipe | object |
BlockType | object |
Tags | object |
Parent | string |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Rock_Aqua_Beam.name"
},
"Icon": "Icons/ItemsGenerated/Rock_Aqua_Beam.png",
"Set": "Rock_Aqua",
"Recipe": {
"Input": [
{
"ResourceTypeId": "Rock_Aqua",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"Beam"
]
}
],
"OutputQuantity": 2,
"TimeSeconds": 0
},
"BlockType": {
"CustomModelTexture": [
{
"Texture": "BlockTextures/Rock_Aqua.png",
"Weight": 1
}
],
"ParticleColor": "#58ad9b"
},
"Tags": {
"Type": [
"Rock"
],
"Family": [
"Aqua"
]
},
"Parent": "Rock_Stone_Beam",
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
}
}