Soil_Snow_Half
Server/Item/Items/Soil/Snow/Soil_Snow_Half.json, 2.7 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
Categories | array[1] |
SubCategory | string |
PlayerAnimationsId | string |
Set | string |
Interactions | object |
BlockType | object |
Tags | object |
Icon | string |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Soil_Snow_Half.name"
},
"ItemLevel": 10,
"Categories": [
"Blocks.Soils"
],
"SubCategory": "GrassAndDirt",
"PlayerAnimationsId": "Block",
"Set": "Soil_Snow",
"Interactions": {
"Secondary": {
"Interactions": [
{
"Parent": "Half_Block",
"Matchers": [
{
"Block": {
"Id": "Soil_Snow_Half",
"State": "default"
},
"Face": "Up",
"StaticFace": false
}
]
}
],
"Cooldown": {
"Id": "BlockInteraction",
"Cooldown": 0.3,
"ClickBypass": true
},
"Settings": {
"Creative": {
"AllowSkipChainOnClick": true
}
}
}
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Group": "Snow",
"HitboxType": "Block_Half",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Soils"
}
},
"BlockParticleSetId": "Snow",
"MovementSettings": {
"Friction": 0.25
},
"Textures": [
{
"All": "BlockTextures/Soil_Snow.png",
"Weight": 1
}
],
"BlockSoundSetId": "Snow",
"PhysicalMaterialId": "Snow",
"TransitionTexture": "BlockTextures/Transition_Soil_Snow.png",
"TransitionToGroups": [
"Stone",
"Grass",
"Gravel",
"Dirt",
"Dirt_Dark",
"Ice"
],
"CustomModel": "Blocks/Structures/Base_Shapes/HalfBlock.blockymodel",
"CustomModelTexture": [
{
"Texture": "BlockTextures/Soil_Snow.png"
}
],
"VariantRotation": "DoublePipe",
"ParticleColor": "#ddf0f4",
"State": {
"Definitions": {
"Block": {
"Material": "Solid",
"DrawType": "Cube",
"HitboxType": "Full",
"Textures": [
{
"Weight": 1,
"All": "BlockTextures/Soil_Snow.png"
}
],
"Supporting": {
"BlockSides": [
{}
]
},
"Gathering": {
"Breaking": {
"GatherType": "Soils",
"DropList": {
"Container": {
"Type": "Single",
"Item": {
"ItemId": "Soil_Snow_Half",
"QuantityMax": 2,
"QuantityMin": 2
}
}
}
}
}
}
}
}
},
"Tags": {
"Type": [
"Soil"
]
},
"Icon": "Icons/ItemsGenerated/Soil_Snow_Half.png",
"ItemSoundSetId": "ISS_Blocks_Soft"
}