Deco_Lantern
Server/Item/Items/Deco/Deco_Lantern.json, 3.1 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[3] |
Recipe | object |
BlockType | object |
PlayerAnimationsId | string |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Deco_Lantern.name"
},
"Icon": "Icons/ItemsGenerated/Deco_Lantern.png",
"Categories": [
"Blocks.Deco",
"Furniture.Lighting",
"Blocks.Deco"
],
"Recipe": {
"Input": [
{
"ResourceTypeId": "Wood_Trunk",
"Quantity": 2
},
{
"ItemId": "Furniture_Crude_Candle",
"Quantity": 1
},
{
"ItemId": "Ingredient_Tree_Sap",
"Quantity": 4
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Categories": [
"Furniture_Lighting"
],
"Id": "Furniture_Bench"
}
]
},
"BlockType": {
"PlacementSettings": {
"CeilingPlacementOverrideBlockId": "Deco_Lantern_Ceiling"
},
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModelTexture": [
{
"Weight": 1,
"Texture": "Blocks/Decorative_Sets/Village/Lantern_Texture.png"
}
],
"HitboxType": "Plant_Full",
"Light": {
"Radius": 0,
"Color": "#dca"
},
"Flags": {},
"Gathering": {
"Soft": {}
},
"BlockParticleSetId": "Dust",
"BlockSoundSetId": "Wood",
"Support": {
"Down": [
{
"FaceType": "Full"
},
{
"FaceType": "Full",
"Filler": []
},
{
"FaceType": "Branch"
},
{
"FaceType": "Rock_Beam"
},
{
"FaceType": "Wood_Beam"
},
{
"FaceType": "Fence"
},
{
"FaceType": "Fence_Corner"
},
{
"FaceType": "Wall"
},
{
"FaceType": "Wall_Corner"
},
{
"FaceType": "Rope"
},
{
"BlockTypeId": "Deco_Iron_Chain_Small"
},
{
"BlockTypeId": "Deco_Iron_Chains_Vertical"
}
],
"Up": [
{
"FaceType": "Full",
"Filler": []
},
{
"FaceType": "Branch"
},
{
"FaceType": "Rope"
}
]
},
"CustomModel": "Blocks/Decorative_Sets/Village/Lantern.blockymodel",
"Interactions": {
"Use": {
"Interactions": [
{
"Type": "ChangeState",
"Changes": {
"default": "Off",
"On": "Off",
"Off": "On"
}
}
]
}
},
"State": {
"Definitions": {
"On": {
"AmbientSoundEventId": "SFX_Torch_Default_Loop"
},
"Off": {
"InteractionHint": "server.interactionHints.turnon",
"Light": null,
"Particles": null,
"InteractionSoundEventId": "SFX_Torch_Off",
"AmbientSoundEventId": null,
"CustomModelAnimation": "Blocks/Animations/Light/Light_Off.blockyanim"
}
}
},
"InteractionHint": "server.interactionHints.turnoff",
"CustomModelScale": 0.8
},
"PlayerAnimationsId": "Block",
"Tags": {
"Type": [
"Deco"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}