Furniture_Jungle_Planter
Server/Item/Items/Furniture/Jungle/Unique/Furniture_Jungle_Planter.json, 2.0 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Set | string |
Recipe | object |
Icon | string |
IconProperties | object |
BlockType | object |
ResourceTypes | array[2] |
Tags | object |
ItemSoundSetId | string |
ItemLevel | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Furniture_Jungle_Planter.name"
},
"PlayerAnimationsId": "Block",
"Categories": [
"Furniture.Containers"
],
"Set": "Furniture_Jungle",
"Recipe": {
"TimeSeconds": 2,
"Input": [
{
"ItemId": "Ingredient_Fibre",
"Quantity": 20
},
{
"ResourceTypeId": "Soils",
"Quantity": 2
},
{
"ItemId": "Ingredient_Life_Essence",
"Quantity": 10
},
{
"ItemId": "Wood_Bamboo_Trunk",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Farmingbench",
"Categories": [
"Planters"
],
"RequiredTierLevel": 8
}
]
},
"Icon": "Icons/ItemsGenerated/Furniture_Jungle_Planter.png",
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.49,
"Translation": [
0,
-13.5
]
},
"BlockType": {
"BlockParticleSetId": "Wood",
"BlockSoundSetId": "Wood",
"PhysicalMaterialId": "Wood",
"CustomModel": "Blocks/Decorative_Sets/Jungle/Planter.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Decorative_Sets/Jungle/Planter_Texture.png",
"Weight": 1
}
],
"DrawType": "Model",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Woods"
}
},
"Material": "Solid",
"Opacity": "Transparent",
"ParticleColor": "#bd9c60",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"Supporting": {
"Up": [
{}
]
},
"TextureComputedColor": "#A68146"
},
"ResourceTypes": [
{
"Id": "Fuel"
},
{
"Id": "Charcoal"
}
],
"Tags": {
"Type": [
"Furniture"
],
"Family": [
"Jungle"
],
"SubType": [
"Planter"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood",
"ItemLevel": 4
}