Skip to content

Instantly share code, notes, and snippets.

@taichunmin
Created November 23, 2017 19:41
Show Gist options
  • Select an option

  • Save taichunmin/6569cb6c2743be2f0ce2daacc33a8ddc to your computer and use it in GitHub Desktop.

Select an option

Save taichunmin/6569cb6c2743be2f0ce2daacc33a8ddc to your computer and use it in GitHub Desktop.

dont starve together cave

{
  "MINE_workable": {
    "rock1": 1,
    "rock2": 1,
    "rock_flintless": 1,
    "rock_petrified_tree": 1,
    "stalagmite": 1,
    "stalagmite_tall_low": 1,
    "stalagmite_tall": 1,
    "stalagmite_tall_med": 1,
    "cavein_boulder": 1,
  },
  "pickable": {
    "berrybush": 1,
    "berrybush2": 1,
    "cave_banana_tree": 1,
    "cave_fern": 1,
    "flower_cave": 1,
    "flower_cave_double": 1,
    "flower_cave_triple": 1,
    "grass": 1,
    "green_mushroom": 1,
    "red_mushroom": 1,
    "sapling": 1,
    "wormlight_plant": 1,
    "carrot_planted": 1,
    "lichen": 1,
  },
  "_inventoryitem": {
    "flint": 1,
    "hutch_fishbowl": 1,
    "rocks": 1,
    "twigs": 1,
    "spoiled_food": 1,
    "spidergland": 1,
    "boneshard": 1,
    "pitchfork": 1,
    "pickaxe": 1,
    "slurper": 1,
    "cutstone": 1,
    "slurper_pelt": 1,
    "cave_banana": 1,
    "lightbulb": 1,
    "nightmarefuel": 1,
    "beardhair": 1,
    "smallmeat": 1,
    "gears": 1,
    "silk": 1,
    "monstermeat": 1,
  },
  "DIG_workable": {
    "berrybush": 1,
    "berrybush2": 1,
    "blue_mushroom": 1,
    "grass": 1,
    "green_mushroom": 1,
    "red_mushroom": 1,
    "sapling": 1,
  },
  "CHOP_workable": {
    "cave_banana_tree": 1,
    "deciduoustree": 1,
    "evergreen": 1,
    "evergreen_sparse": 1,
    "marsh_tree": 1,
    "mushtree_medium": 1,
    "mushtree_tall": 1,
    "twiggytree": 1,
  }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment