Plant_Vine_Rug
Server/Item/Items/Plant/Plant_Vine_Rug.json, 1.9 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Interactions | object |
Recipe | object |
BlockType | object |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Vine_Rug.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Vine_Rug.png",
"Categories": [
"Blocks.Plants"
],
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"Recipe": {
"TimeSeconds": 0,
"Input": [
{
"ItemId": "Ingredient_Fibre",
"Quantity": 4
},
{
"ItemId": "Ingredient_Life_Essence",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Farmingbench",
"Categories": [
"Decorative"
]
}
]
},
"BlockType": {
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Foliage/Plants/Moss_Rug.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Moss_Rug_Textures/Vine_Rug.png",
"Weight": 1
},
{
"Texture": "Blocks/Foliage/Plants/Moss_Rug_Textures/Vine_Rug2.png",
"Weight": 1
},
{
"Texture": "Blocks/Foliage/Plants/Moss_Rug_Textures/Vine_Rug3.png",
"Weight": 1
}
],
"Group": "Stone",
"Flags": {},
"Gathering": {
"Soft": {
"DropList": "Plant_Bush"
}
},
"BlockParticleSetId": "Grass",
"Support": {
"Down": [
{
"FaceType": "Full"
},
{
"FluidId": "Water_Source"
}
]
},
"HitboxType": "Block_Quarter",
"ParticleColor": "#7f8027",
"BlockSoundSetId": "Plant",
"RandomRotation": "YawStep90"
},
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
-0.5,
-3.5
]
},
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Moss"
]
},
"ItemSoundSetId": "ISS_Items_Foliage"
}