Skip to content
montlikadani edited this page May 31, 2019 · 3 revisions

What does legacy mean? What does this know?

This means that the legacy is designed for the older versions, so if we enter an enum material class in our code, Minecraft changed the older version of the older version of Id. This is why you should use this legacy_item material prefix. You must use these if you are using a version older than 1.13 for the plugin.

All the legacy material here is what we have given:

  • legacy_stationary_water
  • legacy_stationary_lava
  • legacy_burning_face
  • legacy_nether_warts
  • legacy_iron_door_block
  • legacy_glowing_redstone_ore
  • legacy_sugar_cane_block
  • legacy_raw_fish
  • legacy_skull
  • legacy_sign_post
  • legacy_bed_block
  • legacy_redstone_torch_off
  • legacy_cake_block
  • legacy_diode_block_off
  • legacy_diode_block_on
  • legacy_redstone_comparator_off
  • legacy_redstone_comparator_on
  • legacy_redstone_lamp_on
  • legacy_wooden_door_block
  • legacy_spruce_door
  • legacy_birch_door
  • legacy_jungle_door
  • legacy_acacia_door
  • legacy_dark_oak_door
  • legacy_wheat
Clone this wiki locally