Soil_Pathway_ThreeQuarter
Server/Item/Items/Soil/Soil_Pathway_ThreeQuarter.json, 2.4 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
Icon | string |
Categories | array[1] |
SubCategory | string |
Set | string |
Recipe | object |
PlayerAnimationsId | string |
Interactions | object |
BlockType | object |
Tags | object |
IconProperties | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Soil_Pathway_ThreeQuarter.name"
},
"ItemLevel": 10,
"Icon": "Icons/ItemsGenerated/Soil_Pathway_ThreeQuarter.png",
"Categories": [
"Blocks.Soils"
],
"SubCategory": "GrassAndDirt",
"Set": "Soil_Half",
"Recipe": {
"Input": [
{
"ItemId": "Soil_Pathway",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "Crafting",
"Categories": [
"Structural-Rock"
]
}
],
"OutputQuantity": 1,
"TimeSeconds": 2
},
"PlayerAnimationsId": "Block",
"Interactions": {
"Secondary": {
"Interactions": [
{
"Parent": "Half_Block",
"Matchers": [
{
"Block": {
"Id": "Soil_Pathway_Half",
"State": "default"
},
"Face": "Up",
"StaticFace": false
}
]
}
],
"Cooldown": {
"Id": "BlockInteraction",
"Cooldown": 0.3,
"ClickBypass": true
},
"Settings": {
"Creative": {
"AllowSkipChainOnClick": true
}
}
}
},
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"CustomModel": "Blocks/Structures/Base_Shapes/ThreeQuarterBlock.blockymodel",
"CustomModelTexture": [
{
"Texture": "BlockTextures/Soil_Pathway.png",
"Weight": 1
}
],
"Group": "Dirt",
"HitboxType": "Block_Three_Quarter",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Soils"
}
},
"VariantRotation": "DoublePipe",
"BlockParticleSetId": "Dirt",
"Supporting": {
"Down": [
{}
]
},
"ParticleColor": "#835c31",
"BlockSoundSetId": "Dirt",
"PhysicalMaterialId": "Dirt",
"State": {
"Definitions": {
"Block": {
"Material": "Solid",
"DrawType": "Cube",
"HitboxType": "Full",
"Textures": [
{
"All": "BlockTextures/Soil_Pathway.png",
"Weight": 1
}
]
}
}
},
"TextureComputedColor": "#805D2B"
},
"Tags": {
"Type": [
"Soil"
]
},
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
},
"ItemSoundSetId": "ISS_Blocks_Soft"
}