Debug_Spawn_Marker_Block
Server/Item/Items/_Debug/Debug_Spawn_Marker_Block.json, 1.7 KB
Fields
| Field | Type |
|---|---|
TranslationProperties | object |
Icon | string |
Categories | array[1] |
Quality | string |
Interactions | object |
BlockType | object |
PlayerAnimationsId | string |
IconProperties | object |
Tags | object |
ItemSoundSetId | string |
Source
{
"TranslationProperties": {
"Name": "server.items.Debug_Spawn_Marker_Block.name"
},
"Icon": "Icons/ItemsGenerated/Plant_Bush_Green.png",
"Categories": [
"Blocks.Plants"
],
"Quality": "Debug",
"Interactions": {
"Primary": "Block_Primary",
"Secondary": "Block_Secondary"
},
"BlockType": {
"BlockEntity": {
"Components": {
"SpawnMarkerBlock": {
"Config": {
"SpawnMarker": "Test_GameTime_Marker",
"MarkerOffset": {
"X": 0,
"Y": 1,
"Z": 0
}
}
}
}
},
"DrawType": "Model",
"CustomModelTexture": [
{
"Texture": "Blocks/Foliage/Plants/Bush_Big_Textures/Green.png",
"Weight": 1
}
],
"Effect": [
"WindAttached"
],
"CustomModel": "Blocks/Foliage/Plants/Bush_Big.blockymodel",
"CustomModelScale": 0.8,
"Opacity": "Transparent",
"Flags": {},
"RandomRotation": "YawStep1",
"Gathering": {
"Soft": {
"DropList": "Plant_Bush"
}
},
"Support": {
"Down": [
{
"FaceType": "Full"
},
{
"FaceType": "Bushes"
}
]
},
"Supporting": {
"Up": [
{
"FaceType": "Bushes"
}
]
},
"BlockParticleSetId": "Leaves",
"ParticleColor": "#579a1f",
"BlockSoundSetId": "Bush"
},
"PlayerAnimationsId": "Item",
"IconProperties": {
"Scale": 0.345,
"Translation": [
2.5,
-26.299999
],
"Rotation": [
22.5,
45,
22.5
]
},
"Tags": {
"Type": [
"Plant"
],
"Family": [
"Bush"
]
},
"ItemSoundSetId": "ISS_Items_Foliage"
}