Hytale Asset ReferenceUnofficial
Versions / 0.6.0-pre.1.1 / Item / Items / Rail / Rail_Kart.json

Rail_Kart

Server/Item/Items/Rail/Rail_Kart.json, 2.1 KB

Fields

FieldType
TranslationPropertiesobject
Iconstring
Categoriesarray[1]
Recipeobject
Interactionsobject
Setstring
BlockTypeobject
PlayerAnimationsIdstring
IconPropertiesobject
Tagsobject
MaxStacknumber

Source

{
  "TranslationProperties": {
    "Name": "server.items.Rail_Kart.name"
  },
  "Icon": "Icons/ItemsGenerated/Rail_Kart.png",
  "Categories": [
    "Furniture.Benches"
  ],
  "Recipe": {
    "TimeSeconds": 2,
    "Input": [
      {
        "ItemId": "Ingredient_Bar_Iron",
        "Quantity": 12
      }
    ],
    "BenchRequirement": [
      {
        "Id": "Workbench",
        "Type": "Crafting",
        "Categories": [
          "Workbench_Tinkering"
        ]
      }
    ]
  },
  "Interactions": {
    "Primary": "Block_Primary",
    "Secondary": {
      "Interactions": [
        {
          "Type": "SpawnMinecart",
          "Model": "Minecart",
          "Next": {
            "Type": "ModifyInventory",
            "RequiredGameMode": "Adventure",
            "AdjustHeldItemQuantity": -1
          },
          "CartInteractions": {
            "Use": {
              "Interactions": [
                {
                  "Type": "Mount",
                  "AttachmentOffset": {
                    "X": 0,
                    "Y": 1,
                    "Z": 0.3
                  },
                  "Controller": "Minecart"
                }
              ]
            }
          }
        }
      ]
    }
  },
  "Set": "Furniture_Jungle",
  "BlockType": {
    "DrawType": "Model",
    "CustomModel": "Items/Vehicles/Rail_Kart.blockymodel",
    "CustomModelTexture": [
      {
        "Texture": "Items/Vehicles/Rail_Kart_Texture.png",
        "Weight": 1
      }
    ],
    "Material": "Solid",
    "VariantRotation": "NESW",
    "BlockParticleSetId": "Metal",
    "Support": {
      "Down": [
        {
          "FaceType": "Full"
        }
      ]
    },
    "Gathering": {
      "Breaking": {
        "GatherType": "SoftBlocks"
      }
    },
    "ParticleColor": "#5c646d",
    "BlockSoundSetId": "Metal",
    "PhysicalMaterialId": "Metal",
    "HitboxType": "Minecart",
    "TextureComputedColor": "#1A1D23"
  },
  "PlayerAnimationsId": "Item",
  "IconProperties": {
    "Scale": 0.595,
    "Translation": [
      0.1,
      -19.1
    ],
    "Rotation": [
      22.5,
      45,
      22.5
    ]
  },
  "Tags": {
    "Type": [
      "Rail"
    ]
  },
  "MaxStack": 1
}