Deco_Hive
Server/Item/Items/Deco/Deco_Hive.json, 1.6 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Categories | array[1] |
ItemLevel | number |
Recipe | object |
Interactions | object |
BlockType | object |
ResourceTypes | array[1] |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
$Comment | string |
Icon | string |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Deco_Hive.name"
},
"Categories": [
"Blocks.Deco"
],
"ItemLevel": 1,
"Recipe": {
"TimeSeconds": 1,
"Input": [
{
"ItemId": "Ingredient_Life_Essence",
"Quantity": 20
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Farmingbench",
"Categories": [
"Decorative"
]
}
]
},
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"DrawType": "Model",
"CustomModel": "Blocks/Miscellaneous/Hive.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Miscellaneous/Hive_Texture.png",
"Weight": 1
}
],
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "SoftBlocks"
}
},
"BlockParticleSetId": "Dust",
"BlockSoundSetId": "Bone",
"VariantRotation": "NESW",
"Material": "Solid",
"Opacity": "Semitransparent",
"Particles": [
{
"SystemId": "Bee_Swarm_Friendly",
"Color": "#ffffff"
}
],
"ParticleColor": "#e2a664",
"RandomRotation": "YawStep1"
},
"ResourceTypes": [
{
"Id": "Bone"
}
],
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
0,
316.7,
339.2
],
"Translation": [
-5,
-14.1
]
},
"Tags": {
"Type": [
"Deco"
]
},
"$Comment": " ",
"Icon": "Icons/ItemsGenerated/Deco_Hive.png",
"ItemSoundSetId": "ISS_Blocks_Wood"
}