Hytale Asset ReferenceUnofficial
Versions / 0.5.0-pre.8 / Item / Items / Plant / Crop / Rice / Plant_Crop_Rice_Item.json

Plant_Crop_Rice_Item

Server/Item/Items/Plant/Crop/Rice/Plant_Crop_Rice_Item.json, 1011 B

Fields

FieldType
TranslationPropertiesobject
Parentstring
Iconstring
IconPropertiesobject
Qualitystring
BlockTypeobject
DropOnDeathboolean

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Crop_Rice.name",
    "Description": "server.items.Plant_Crop_Rice_Item.description"
  },
  "Parent": "Template_Crop_Item",
  "Icon": "Icons/ItemsGenerated/Plant_Crop_Rice.png",
  "IconProperties": {
    "Scale": 1.1,
    "Translation": [
      1.8,
      0
    ],
    "Rotation": [
      45,
      45,
      45
    ]
  },
  "Quality": "Common",
  "BlockType": {
    "InteractionHint": "server.interactionHints.harvest",
    "Material": "Empty",
    "DrawType": "Model",
    "HitboxType": "Food_Small",
    "CustomModel": "Resources/Plants/Seeds.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Resources/Plants/Seeds_Textures/Rice.png",
        "Weight": 1
      }
    ],
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "ParticleColor": "#cabc3f",
    "RandomRotation": "YawStep1",
    "Gathering": {
      "Harvest": {},
      "Soft": {}
    }
  },
  "DropOnDeath": true
}