Soil_Mud
Server/Item/Items/Soil/Soil_Mud.json, 1.5 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
ItemLevel | number |
Icon | string |
Categories | array[1] |
PlayerAnimationsId | string |
Set | string |
Recipe | object |
BlockType | object |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Soil_Mud.name"
},
"ItemLevel": 9,
"Icon": "Icons/ItemsGenerated/Soil_Mud.png",
"Categories": [
"Blocks.Fluids"
],
"PlayerAnimationsId": "Block",
"Set": "Soil",
"Recipe": {
"TimeSeconds": 0,
"Input": [
{
"ResourceTypeId": "Soils",
"Quantity": 1
},
{
"ItemId": "Ingredient_Fibre",
"Quantity": 1
}
],
"BenchRequirement": [
{
"Type": "Crafting",
"Id": "Farmingbench",
"Categories": [
"Decorative"
]
}
],
"OutputQuantity": 1
},
"BlockType": {
"Material": "Solid",
"DrawType": "Cube",
"Group": "Mud",
"HitboxType": "Block_Seven_Eighth",
"Flags": {},
"Gathering": {
"Breaking": {
"GatherType": "Soils",
"ItemId": "Soil_Dirt"
}
},
"BlockParticleSetId": "Mud",
"Textures": [
{
"All": "BlockTextures/Soil_Mud.png",
"Weight": 1
}
],
"ParticleColor": "#93502f",
"BlockSoundSetId": "Mud",
"PhysicalMaterialId": "Dirt",
"MovementSettings": {
"HorizontalSpeedMultiplier": 0.7,
"JumpForceMultiplier": 0.9
},
"TransitionTexture": "BlockTextures/Transition_Soil_Mud.png",
"TransitionToGroups": [
"Dirt",
"Grass",
"Stone",
"Gravel"
],
"TextureComputedColor": "#4C2E1F"
},
"Tags": {
"Type": [
"Soil"
]
},
"ItemSoundSetId": "ISS_Blocks_Soft"
}