Skip to content

Instantly share code, notes, and snippets.

@Pheotis
Last active March 24, 2023 22:45
Show Gist options
  • Save Pheotis/de3752f949d65dcbf41acd54add0c207 to your computer and use it in GitHub Desktop.
Save Pheotis/de3752f949d65dcbf41acd54add0c207 to your computer and use it in GitHub Desktop.
List of Common Traversable Materials

List of Traversables

A traversable material is any block a user can walk through.
Generally, such blocks are used as portal open/closed materials
.

Note that all traversables are enum materials

Common Traversables

NON-AQUATIC

  • AIR
  • WATER
  • SUGAR_CANE
  • TALL_GRASS
  • LARGE_FERN
  • LILAC
  • ROSE_BUSH
  • PEONY
  • DEAD_BUSH
  • END_GATEWAY
  • NETHER_PORTAL
  • POWDER_SNOW

UNDERWATER

  • KELP_PLANT
  • TUBE_CORAL
  • BRAIN_CORAL
  • BUBBLE_CORAL
  • FIRE_CORAL
  • HORN_CORAL
  • DEAD__CORAL
  • TALL_SEAGRASS

Uncommon Traversables

NON-AQUATIC

  • WARPED_ROOTS
  • CRIMSON_ROOTS
  • WEEPING_VINES
  • TWISTING_VINES
  • SCAFFOLDING
  • LAVA
  • _Banner
  • _WALL_BANNER
  • _STAINED_GLASS_PANE
  • SWEET_BERRY_BUSH
  • BAMBOO
  • WHEAT
  • STRUCTURE_VOID
  • COBWEB
  • BIG-DRIPLEAF_STEM
  • SMALL_DRIPLEAF_STEM
  • SUNFLOWER
  • TORCH
  • _DOOR
  • _WALL_SIGN
  • IRON_BARS
  • _FENCE

UNDERWATER

  • SEAGRASS
  • CONDUIT
  • BUBBLE_COLUMN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment