Hytale Asset ReferenceUnofficial
Versions / 0.4.1 / Item / Items / Plant / Moss / Plant_Moss_Rug_Green.json

Plant_Moss_Rug_Green

Server/Item/Items/Plant/Moss/Plant_Moss_Rug_Green.json, 2.1 KB

Fields

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

Source

{
  "TranslationProperties": {
    "Name": "server.items.Plant_Moss_Rug_Green.name"
  },
  "Icon": "Icons/ItemsGenerated/Plant_Moss_Rug_Green.png",
  "Categories": [
    "Blocks.Plants"
  ],
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": "Block_Secondary"
  },
  "Recipe": {
    "TimeSeconds": 0,
    "Input": [
      {
        "ItemId": "Plant_Moss_Green",
        "Quantity": 4
      },
      {
        "ItemId": "Ingredient_Fibre",
        "Quantity": 2
      }
    ],
    "BenchRequirement": [
      {
        "Type": "Crafting",
        "Id": "Farmingbench",
        "Categories": [
          "Decorative"
        ]
      }
    ]
  },
  "BlockType": {
    "DrawType": "Model",
    "Opacity": "Transparent",
    "CustomModel": "Blocks/Foliage/Plants/Moss_Rug.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Blocks/Foliage/Plants/Moss_Rug_Textures/Moss_Rug_GS.png",
        "Weight": 1
      },
      {
        "Texture": "Blocks/Foliage/Plants/Moss_Rug_Textures/Moss_Rug_GS_2.png",
        "Weight": 1
      },
      {
        "Texture": "Blocks/Foliage/Plants/Moss_Rug_Textures/Moss_Rug_GS_3.png",
        "Weight": 1
      }
    ],
    "Group": "Stone",
    "Flags": {},
    "PlacementSettings": {
      "AllowBreakReplace": true
    },
    "Gathering": {
      "Tools": [
        {
          "Type": "Shears"
        }
      ],
      "Soft": {
        "DropList": "Plant_Moss_Block_Green"
      },
      "UseDefaultDropWhenPlaced": true
    },
    "BlockParticleSetId": "Dust",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        },
        {
          "FluidId": "Water_Source"
        }
      ]
    },
    "HitboxType": "Block_Quarter",
    "ParticleColor": "#557522",
    "BlockSoundSetId": "Plant",
    "Tint": [
      "#84b338"
    ]
  },
  "PlayerAnimationsId": "Item",
  "IconProperties": {
    "Scale": 0.58823,
    "Translation": [
      -0.5,
      -3.5
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Tags": {
    "Type": [
      "Plant"
    ],
    "Family": [
      "Moss"
    ]
  },
  "ItemSoundSetId": "ISS_Items_Foliage",
  "ItemLevel": 17
}