Plant_Moss_Cave_Green
Server/Item/Items/Plant/Moss/Plant_Moss_Cave_Green.json, 2.2 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Interactions | object |
Recipe | object |
BlockType | object |
PlayerAnimationsId | string |
Categories | array[1] |
IconProperties | object |
Icon | string |
Tags | object |
ItemSoundSetId | string |
ItemLevel | number |
Source
{
"TranslationProperties": {
"Name": "server.items.Plant_Moss_Cave_Green.name"
},
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"Recipe": {
"TimeSeconds": 0,
"Input": [
{
"ItemId": "Plant_Moss_Green",
"Quantity": 4
},
{
"ItemId": "Ingredient_Fibre",
"Quantity": 2
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Farmingbench",
"Categories": [
"Decorative"
]
}
]
},
"BlockType": {
"DrawType": "Model",
"CustomModel": "Blocks/Foliage/Plants/HangingMoss.blockymodel",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/HangingMoss_Textures/Moss_GS_01.png",
"Weight": 2
},
{
"Texture": "Blocks/Foliage/Plants/HangingMoss_Textures/Moss_GS_02.png",
"Weight": 1
}
],
"VariantRotation": "UpDown",
"Opacity": "Transparent",
"Flags": {},
"Gathering": {
"Tools": [
{
"Type": "Shears"
}
],
"Soft": {
"DropList": "Plant_Moss_Block_Green",
"IsWeaponBreakable": true
},
"UseDefaultDropWhenPlaced": true
},
"Material": "Empty",
"BlockParticleSetId": "Dust",
"MovementSettings": {
"IsClimbable": true
},
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"CustomModelScale": 1.15,
"RandomRotation": "YawStep1",
"Effect": [
"WindAttached"
],
"ParticleColor": "#84b338",
"BlockSoundSetId": "Plant",
"PhysicalMaterialId": "Foliage",
"Tint": [
"#84b338"
],
"TextureComputedColor": "#9B9B9B"
},
"PlayerAnimationsId": "Item",
"Categories": [
"Blocks.Plants"
],
"IconProperties": {
"Scale": 0.4,
"Translation": [
1.79,
-24.61
],
"Rotation": [
9.185,
6.92,
0
]
},
"Icon": "Icons/ItemsGenerated/Plant_Moss_Green_Cave.png",
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Moss"
]
},
"ItemSoundSetId": "ISS_Items_Foliage",
"ItemLevel": 19
}