Minecraft Wiki
Advertisement

Additions

General

  • Splash
    • "That's Numberwang!"
  • Difficulty
    • Can be locked for each world (no more global difficulty option)
    • Prevents accidentally changing the difficulty when joining the world
    • Prevents the temptation to change to an easier difficulty in difficult situations
    • Locking can not be undone

Gameplay

  • Target selectors
    • @e
      • Targets entitities
      • Can specify type of entity by entity ID to either include or exclude with [type=Chicken] or [type=!Skeleton]
      • Example: /kill @e[r=50,type=Chicken] - kills all chicken within a radius of 50 blocks
      • Example: /tp @e[r=5] ~ ~5 ~ (<x>|<destination>) - any entity within a radius of 5 blocks will be teleported five blocks in the air
  • Commands
    • /blockdata
      • Modifies NBT data at a specific coordinate. The <dataTag> merges with the block at that position
      • Can be used to change the contents of a chest
      • Usage: /blockdata <x> <y> <z> <dataTag>
  • NBT Tags
    • {CanDestroy}
      • Mostly for use in adventure mode
      • Items with this tag display the names of the blocks that they can destroy in the item tooltip
      • Example: /give @p minecraft:diamond_shovel 1 0 {CanDestroy:["minecraft:sand","minecraft:grass"]} to give a Diamond Shovel that can break grass and sand)
    • {Lock:"Secret"}
      • A way to lock containers from being opened using NBT tags
      • Mostly useful for adventure maps in adventure mode
      • Containers can be unlocked by clearing their String for Lock
      • Locked containers can only be opened while holding an item renamed to the given string, item is not removed on use
      • The lock can be completely removed utilizing the command /blockdata

Blocks and Items

  • Diorite
    • Generates within Stone terrain, in veins similar in size and abundance to Coal
    • Crafting recipe: 2 Cobblestone and 2 Nether Quartz in a checker board pattern
    • Can be crafted into Polished Diorite
  • Andesite
    • Generates within Stone terrain, in veins similar in size and abundance to Coal
    • Crafting recipe: 1 Cobblestone and 1 Diorite
    • Can be crafted into Polished Andesite
  • Granite
    • Generates within Stone terrain, in veins similar in size and abundance to Coal
    • Crafting recipe: 1 Nether Quartz and 1 Diorite
    • Can be crafted into Polished Granite
  • Polished Diorite
    • Crafting recipe: 4 Diorite in a 2x2 configuration
  • Polished Andesite
    • Crafting recipe: 4 Andesite in a 2x2 configuration
  • Polished Granite
    • Crafting recipe: 4 Granite in a 2x2 configuration
  • Slime Block
    • Walking on it is slower than walking on soulsand, about the speed of sneaking
    • When fell on, mobs will bounce up to 60% up again
    • Prevents fall damage
    • Crafting recipe: 9 slime balls, can also be crafted back into 9 slime balls
    • Players and entities that land on their top side will bounce, like on a trampoline
      • Bounce rebound velocity is scaled by impact velocity
    • Currently does not effect item entities

Changes

General

  • F3 debug screen
    • Now shows which axis you are facing after the cardinal direction - "Towards positive/negative X/Z"
  • Chat
    • Improved chat communication
    • Messages are now either chat, system or action bar messages
    • Action bar messages are always shown, chat and system messages are only shown if chat settings are configured that way
    • Some instances of usernames in the chat will now show the player's UUID when hovered on when debug tooltips are enabled
  • Performance improvements
    • Overworld, Nether, and End are all loaded on different world files/threads.[citation needed]

Gameplay

  • Villager Trading
    • Rebalanced villager trading
    • Offers will be less random and probably more useful
    • Existing villagers will not be affected
    • Trading now gives experience
    • Villager profession is now displayed in trade GUI
    • Villagers start out with 2-4 trades unlocked
    • Trading any offer will unlock up to 3 new trades or reactivate old ones
    • There are now more villager professions (only notable trade changes and additions listed)
      • White robe: Librarian (now buys stacked written books, can now offer different enchanted books)
      • Purple robe: Cleric (now only sells a single piece of redstone, sells lapis, buys ender pearls and rotten flesh)
      • Brown robe: Fisherman (buys string, coal, cooks normal fish, sells enchanted fishing rods), Farmer (no longer sells melons, buys melon blocks, pumpkins, potatoes, carrots, sells cake and pumpkin pie), Fletcher (buys string, sells bows, converts 10 gravel into 10 flint), Shepherd (sells colored wool)
      • White apron: Butcher, Leatherworker (buys leather, sells leather armor and enchanted leather armor)
      • Black apron: Armorer (Sells enchanted diamond armor, iron armor, chain armor), Tool Smith (sells enchanted iron shovel/pick and enchanted diamond pick), Weapon Smith (sells enchanted iron sword, enchanted diamond sword, enchanted diamond axe, iron axe)
    • The disabled trade arrow now has a descriptive tooltip
    • Trades are now unlocked more freely
  • Enchanting
    • Enchanting will now cost 1 to 3 levels, but you still need the same minimum total levels
      • For example, an enchantment may only become available for enchanting after reaching 13 levels of experience, but will only cost 2 XP levels and 2 of a resource.
    • Additionally, there is now a material cost - Enchanting also costs 1 to 3 pieces of lapis lazuli now
    • The actual enchantment calculation is the same
    • One of the enchantments will be displayed in the tooltip
    • The enchantments you would get on a tool will not change until you enchant something - This enchantment seed is stored per player
    • Leveling up now takes longer
    • Level V enchants can now appear on an item without the use of an Anvil
  • Anvil repairing
    • Costs reduced to balance out with the new enchanting system
    • Renaming items will now only cost 1 level
    • Repairing will costs from 2 to 5 levels and tools can be repaired longer and with better enchantments
    • Repairing costs can no longer be kept down by renaming items
  • Adventure mode
    • Block hitboxes no longer appear in Adventure mode if interaction with the block is impossible
    • Block interaction is now impossible by default
    • The CanDestroy NBT tag can be used to determine which blocks can be allowed to be broken (see above for usage)
  • Commands
    • /clear
      • Can now be used to clear only a specific number of items and can be restricted to certain NBT data
      • Example: /clear @p 383 120 34 {display:{Name:Michael}} will remove up to 34 villager spawn eggs named Michael from yourself
    • /kill
      • Can now be followed by an @e entity parameter
      • Example: /kill @e[type=!Player]
  • Teleporting
    • Relative teleporting is smoother and no longer brings players to a stop; it preserves their velocity from before the teleport

World Generation

  • Swamp trees
    • Less dull and more vibrant now

Blocks and Items

  • Chiseled Stone Bricks
    • Now craftable
    • Crafting recipe: Two stone brick slabs on top of each other
  • Mossy Stone Bricks
    • Now craftable
    • Crafting recipe: One stone brick and one vine
  • Doors
    • Stackable up to 64
    • The crafting recipe for doors now gives 3 doors instead of one
  • Furnaces
    • When a furnace runs out of fuel, the smelting progress will pause instead of resetting
  • Carrots
    • Restore 3 hunger points instead of 4
  • Baked Potatoes
    • Restore 5 hunger points instead of 6

References

Advertisement