Deco_Rope
Server/Item/Items/Deco/Deco_Rope.json, 2.0 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Recipe | object |
BlockType | object |
PlayerAnimationsId | string |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Deco_Rope.name"
},
"Icon": "Icons/ItemsGenerated/Deco_Rope.png",
"Categories": [
"Blocks.Deco"
],
"Recipe": {
"Input": [
{
"ItemId": "Ingredient_Fibre",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Type": "StructuralCrafting",
"Id": "Builders",
"Categories": [
"Bricks"
]
}
]
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Farming/Rope_Vertical.blockymodel",
"CustomModelTexture": [
{
"Weight": 1,
"Texture": "Blocks/Farming/Rope_Diagonal_Texture.png"
}
],
"HitboxType": "Rope",
"VariantRotation": "Pipe",
"Flags": {},
"Gathering": {
"Soft": {}
},
"BlockParticleSetId": "Dust",
"BlockSoundSetId": "Rope",
"PhysicalMaterialId": "Wool",
"MovementSettings": {
"IsClimbable": true
},
"MaxSupportDistance": 4,
"Support": {
"Up": [
{
"FaceType": "Full"
},
{
"FaceType": "Rope"
},
{
"Support": "Ignored",
"FaceType": "Branch"
},
{
"Rotate": false,
"FaceType": "Branch",
"SelfFaceType": "Branch"
}
],
"Down": [
{
"FaceType": "Full"
},
{
"FaceType": "Rope"
}
],
"CardinalDirections": [
{
"Rotate": false,
"Support": "Ignored",
"FaceType": "Branch",
"SelfFaceType": "Branch"
}
]
},
"Supporting": {
"Down": [
{
"FaceType": "Branch"
},
{
"FaceType": "Rope"
}
]
},
"CubeShadingMode": "Flat",
"TextureComputedColor": "#9C834A"
},
"PlayerAnimationsId": "Block",
"Tags": {
"Type": [
"Deco"
]
},
"ItemSoundSetId": "ISS_Blocks_Wood"
}