Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.9 / Item / Items / Plant / Petals / Plant_Petals_White.json

Plant_Petals_White

Server/Item/Items/Plant/Petals/Plant_Petals_White.json, 1.7 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
IconPropertiesobject
Categoriesarray[1]
Interactionsobject
Recipeobject
BlockTypeobject
PlayerAnimationsIdstring
Tagsobject
ItemEntityobject
ItemSoundSetIdstring
ItemLevelnumber

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Petals_White.name",
    "Description": "server.items.Plant_Petals_White.description"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Petals_White.png",
  "IconProperties": {
    "Scale": 0.8,
    "Rotation": [
      22.5,
      45,
      22.5
    ],
    "Translation": [
      2,
      -1
    ]
  },
  "Categories": [
    "Blocks.Plants"
  ],
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "Recipe": {
    "Input": [
      {
        "ItemId": "Plant_Crop_Cotton_Item",
        "Quantity": 1
      },
      {
        "ItemId": "Plant_Petals_Yellow",
        "Quantity": 1
      }
    ],
    "OutputQuantity": 1,
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Furniture_Bench",
        "Categories": [
          "Furniture_Textiles"
        ]
      }
    ]
  },
  "BlockType": {
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Resources/Plants/Petal.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Resources/Plants/Petal_Textures/White.png",
        "Weight": 1
      }
    ],
    "BlockSoundSetId": "Seeds",
    "PhysicalMaterialId": "Foliage",
    "Flags": {
      "IsStackable": false
    },
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Soft": {}
    },
    "Material": "Empty",
    "HitboxType": "Plant_Seed",
    "BlockParticleSetId": "Dust",
    "CustomModelScale": 1,
    "ParticleColor": "#f3dde2",
    "TextureComputedColor": "#D9C7BC"
  },
  "PlayerAnimationsId": "Item",
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Petals"
    ]
  },
  "ItemEntity": {
    "ParticleSystemId": null
  },
  "ItemSoundSetId": "ISS_Items_Foliage",
  "ItemLevel": 21
}