Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1.1 / Item / Items / _Debug / Debug_Spawn_Marker_Block.json

Debug_Spawn_Marker_Block

Server/Item/Items/_Debug/Debug_Spawn_Marker_Block.json, 1.8 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
Qualitystring
Interactionsobject
BlockTypeobject
PlayerAnimationsIdstring
IconPropertiesobject
Tagsobject
ItemSoundSetIdstring

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",
    "PhysicalMaterialId": "Foliage",
    "TextureComputedColor": "#446615"
  },
  "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"
}