Wood_Redwood_Trunk_Half
Server/Item/Items/Wood/Redwood/Wood_Redwood_Trunk_Half.json, 2.8 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
SubCategory | string |
Set | string |
Interactions | object |
Recipe | object |
BlockType | object |
Tags | object |
Parent | string |
ItemSoundSetId | string |
IconProperties | object |
Source
{
"TranslationProperties": {
"Name": "server.items.Wood_Redwood_Trunk_Half.name"
},
"Icon": "Icons/ItemsGenerated/Wood_Redwood_Trunk_Half.png",
"Categories": [
"Blocks.Wood"
],
"SubCategory": "Trees",
"Set": "Wood_Redwood",
"Interactions": {
"Secondary": {
"Interactions": [
{
"Parent": "Half_Block",
"Matchers": [
{
"Block": {
"Id": "Wood_Redwood_Trunk_Half",
"State": "default"
},
"Face": "Up",
"StaticFace": false
}
]
}
],
"Cooldown": {
"Id": "BlockInteraction",
"Cooldown": 0.3,
"ClickBypass": true
},
"Settings": {
"Creative": {
"AllowSkipChainOnClick": true
}
}
}
},
"Recipe": {
"Input": [
{
"ItemId": "Wood_Redwood_Trunk",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Id": "Builders",
"Type": "StructuralCrafting",
"Categories": [
"HalfSlab"
],
"Set": "Wood_Redwood"
}
],
"OutputQuantity": 2,
"TimeSeconds": 0
},
"BlockType": {
"BlockParticleSetId": "Wood",
"BlockSoundSetId": "Wood",
"PhysicalMaterialId": "Wood",
"CustomModelTexture": [
{
"Texture": "BlockTextures/Wood_Trunk_RedWood_Full.png",
"Weight": 1
}
],
"Gathering": {
"Breaking": {
"ItemId": "Wood_Redwood_Trunk_Half",
"GatherType": "Woods"
}
},
"State": {
"Definitions": {
"Block": {
"Material": "Solid",
"DrawType": "Cube",
"HitboxType": "Full",
"Textures": [
{
"All": "BlockTextures/Wood_Trunk_RedWood_Full.png",
"Weight": 1
}
],
"Supporting": {
"BlockSides": [
{}
]
},
"Gathering": {
"Breaking": {
"GatherType": "Woods",
"DropList": {
"Container": {
"Type": "Single",
"Item": {
"ItemId": "Wood_Redwood_Trunk_Half",
"QuantityMax": 2,
"QuantityMin": 2
}
}
}
}
}
}
}
},
"ParticleColor": "#6b3820",
"TextureComputedColor": "#703B22"
},
"Tags": {
"Type": [
"Wood"
],
"Family": [
"Redwood"
]
},
"Parent": "Rock_Stone_Half",
"ItemSoundSetId": "ISS_Blocks_Wood",
"IconProperties": {
"Scale": 0.58823,
"Rotation": [
22.5,
45,
22.5
],
"Translation": [
0,
-13.5
]
}
}