minecraft/1.7-features

Minecraft 1.7

This page is intended to be moved to the wiki soon. Please let me know if I've missed anything new from 1.7 that OtherDrops should be dealing with.

Things that should automatically work

New blocks

See here for Materials from the current release build of Bukkit

Here's a shortlist of the new blocks only:

  • ACACIA_STAIRS            
  • COMMAND_MINECART            
  • DARK_OAK_STAIRS            
  • DOUBLE_PLANT (variants may need an update - try double_plant@0, 1, etc)           
  • LEAVES_2            
  • LOG_2            
  • PACKED_ICE            
  • STAINED_GLASS (color variants should work by number, eg. stained_glass@1, etc)
  • STAINED_GLASS_PANE            
  • LOCKED_CHEST is now deprecated (removed)

New Tree Species

Should work as data values for logs, planks, slabs, saplings & leaves - eg. leaves@acacia.

  • ACACIA Represents acacia trees.
  • DARK_OAK Represents dark oak trees.

New Tree Types

For use with event: TREE (growing trees).

  • ACACIA Acacia tree.
  • DARK_OAK Dark Oak tree.
  • MEGA_REDWOOD Mega redwood tree; 4 blocks wide and tall
  • TALL_BIRCH Tall birch tree

New Biomes

  • BIRCH_FOREST            
  • BIRCH_FOREST_HILLS            
  • BIRCH_FOREST_HILLS_MOUNTAINS            
  • BIRCH_FOREST_MOUNTAINS            
  • COLD_BEACH            
  • COLD_TAIGA            
  • COLD_TAIGA_HILLS            
  • COLD_TAIGA_MOUNTAINS            
  • DEEP_OCEAN            
  • DESERT_MOUNTAINS            
  • EXTREME_HILLS_MOUNTAINS            
  • EXTREME_HILLS_PLUS            
  • EXTREME_HILLS_PLUS_MOUNTAINS            
  • FLOWER_FOREST            
  • ICE_PLAINS_SPIKES            
  • JUNGLE_EDGE            
  • JUNGLE_EDGE_MOUNTAINS            
  • JUNGLE_MOUNTAINS            
  • MEGA_SPRUCE_TAIGA            
  • MEGA_SPRUCE_TAIGA_HILLS            
  • MEGA_TAIGA            
  • MEGA_TAIGA_HILLS            
  • MESA            
  • MESA_BRYCE            
  • MESA_PLATEAU            
  • MESA_PLATEAU_FOREST            
  • MESA_PLATEAU_FOREST_MOUNTAINS            
  • MESA_PLATEAU_MOUNTAINS            
  • ROOFED_FOREST            
  • ROOFED_FOREST_MOUNTAINS            
  • SAVANNA            
  • SAVANNA_MOUNTAINS            
  • SAVANNA_PLATEAU            
  • SAVANNA_PLATEAU_MOUNTAINS            
  • STONE_BEACH            
  • SUNFLOWER_PLAINS            
  • SWAMPLAND_MOUNTAINS            
  • TAIGA_MOUNTAINS

New EntityType

  • MINECART_COMMAND            

Things that need an updated OtherDrops

This stuff may need an update - not sure how these are handled internally yet.

  • aliases for new fish types (use data values as numbers for now - eg. fish@0, 1, 2)
  • aliases for new flower types - uses data values (eg. 0, 1, 2) but not sure of base material name?
  • new sand types (red)
  • new dirt types (podzol, grassless)