Hytale Asset ReferenceUnofficial
Versions / 0.4.1 / Item / Interactions / Weapons / Block_Break_Adventure.json

Block_Break_Adventure

Server/Item/Interactions/Weapons/Block_Break_Adventure.json, 142 B

Fields

FieldType
Typestring
RequiredGameModestring
Nextobject
Failedobject

Source

{
  "Type": "Condition",
  "RequiredGameMode": "Adventure",
  "Next": {
    "Type": "BreakBlock"
  },
  "Failed": {
    "Type": "Simple"
  }
}