Potion_Empty
Server/Item/Items/Potion/Potion_Empty.json, 1.7 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
PlayerAnimationsId | string |
Categories | array[1] |
Icon | string |
Recipe | object |
Interactions | object |
IconProperties | object |
BlockType | object |
Tags | object |
Scale | number |
MaxStack | number |
DropOnDeath | boolean |
Source
{
"TranslationProperties": {
"Name": "server.items.Potion_Empty.name",
"Description": "server.items.Potion_Empty.description"
},
"PlayerAnimationsId": "Item",
"Categories": [
"Items.Potions"
],
"Icon": "Icons/ItemsGenerated/Potion_Empty.png",
"Recipe": {
"Input": [
{
"ResourceTypeId": "Sands",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Type": "Processing",
"Id": "Furnace"
}
],
"OutputQuantity": 1,
"TimeSeconds": 10
},
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"IconProperties": {
"Rotation": [
22.5,
45,
22.5
],
"Scale": 0.9,
"Translation": [
0,
-9
]
},
"BlockType": {
"InteractionHint": "server.interactionHints.pickup",
"BlockParticleSetId": "GlassEmpty",
"BlockSoundSetId": "Glass",
"PhysicalMaterialId": "Metal",
"CustomModel": "Items/Consumables/Potions/Potion.blockymodel",
"CustomModelTexture": [
{
"Texture": "Items/Consumables/Potions/Potion_Textures/Empty.png",
"Weight": 1
}
],
"CustomModelScale": 0.5,
"DrawType": "Model",
"Flags": {},
"Gathering": {
"Harvest": {},
"Soft": {}
},
"HitboxType": "Potion",
"Material": "Empty",
"RandomRotation": "YawStep1",
"Opacity": "Transparent",
"Support": {
"Down": [
{
"FaceType": "Full"
}
]
},
"ParticleColor": "#eaf4f6",
"TextureComputedColor": "#9CC5CC"
},
"Tags": {
"Type": [
"Potion"
]
},
"Scale": 2,
"MaxStack": 30,
"DropOnDeath": true
}