Ingredient_Charcoal
Server/Item/Items/Ingredient/Ingredient_Charcoal.json, 1.0 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
BlockType | object |
ResourceTypes | array[1] |
FuelQuality | number |
PlayerAnimationsId | string |
Tags | object |
ItemSoundSetId | string |
DropOnDeath | boolean |
Source
{
"TranslationProperties": {
"Name": "server.items.Ingredient_Charcoal.name"
},
"Icon": "Icons/ItemsGenerated/Rubble_Charcoal_Small.png",
"Categories": [
"Items.Ingredients"
],
"BlockType": {
"Material": "Solid",
"DrawType": "Model",
"Opacity": "Transparent",
"CustomModel": "Blocks/Stone/Rubble_Charcoal.blockymodel",
"CustomModelTexture": [
{
"Texture": "Items/Rubble/Rubble_Textures/Charcoal.png",
"Weight": 1
}
],
"Group": "Stone",
"HitboxType": "Rubble",
"Flags": {},
"RandomRotation": "YawStep1",
"Gathering": {
"Soft": {},
"Harvest": {}
},
"BlockParticleSetId": "Dust",
"BlockSoundSetId": "Stone",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
}
},
"ResourceTypes": [
{
"Id": "Fuel"
}
],
"FuelQuality": 6,
"PlayerAnimationsId": "Item",
"Tags": {
"Type": [
"Ingredient"
]
},
"ItemSoundSetId": "ISS_Blocks_Stone",
"DropOnDeath": true
}