Java Edition 17w13a: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(note on gateway advancement)
No edit summary
Line 32: Line 32:


; [[Spawn egg]]s
; [[Spawn egg]]s
* [[File:Parrot Spawn Egg JE1 BE1.png|32px]] [[Parrot]] spawn egg
* [[File:Parrot Spawn Egg JE1 BE1.png|32px]] added [[Parrot]] spawn egg


=== Mobs ===
=== Mobs ===

Revision as of 21:46, 22 September 2024

Minecraft 17w13a
17w13a.png: Infobox image for Minecraft 17w13a the version in Minecraft
Java Edition 17w13a.png: Infobox image for Minecraft 17w13a the version in Minecraft
Edition

Java Edition

Release date

March 30, 2017

Type

Snapshot

Snapshot for

1.12

Downloads

Original:
Client (.json)
Server
Reupload:
Client (.json)
Server

Protocol version

318

Data version

1122

Resource pack format

3

Minimum Java version

Java SE 8

17w13a is the second snapshot for Java Edition 1.12, released on March 30, 2017,[1] which adds parrots, advancements, knowledge books, and changes textures of some glazed terracotta.

17w13a was reuploaded an hour and a half after release to fix an issue on macOS.[2]

Additions

Items

Knowledge books
  • A green-colored book.
  • Currently obtainable only with the /give @p knowledge_book command.
  • A knowledge book with a Recipes tag, which contains a list of item IDs, is consumed and unlocks the specified items' recipes for any player that uses it.
    • Especially useful when /gamerule doLimitedCrafting is set to true.
Spawn eggs

Mobs

Parrots
  • Tamable with cookies.
  • Fly around, but sit when "tired."
  • Follow and crowd around nearby mobs.
  • Imitates sounds of other mobs.
  • Using tamed parrots places them on the player's shoulder.
    • Let go if the player jumps.
    • Can fly with players during elytra flight.
  • Have 6HP♥♥♥ health.
  • Come in red, blue, green and cyan.

Gameplay

Gamerules
  • doLimitedCrafting
    • Off by default.
    • Enabling only allows players to craft recipes they have unlocked.

Command format

/recipe <give|take> [player] <name|*>
  • Can unlock, or lock, the given recipes for the given player.
  • If * is specified, it locks or unlocks all recipes for the player.
/advancement <grant|revoke|test> <player> <advancement> [criterion]
  • Can grant, test or revoke advancements, and particular advancement criteria, for a given player.

General

Advancement tree in 17w13a.
Advancements
  • Replaces achievements.
  • Can be customized via JSON files.
  • Tab-based UI.
    • Currently only has one tab ("Minecraft") with 22 advancements.
    • Different background per tab, single texture on repeat for now.
    • Data-driven UI, including positioning and layout.
    • Advancements in this version include:
Minecraft
IconAdvancementIn-game descriptionParentActual requirements (if different)Resource locationRewards
MinecraftDescriptions were not added yet.Have a crafting table in the inventory.story/root
Mine stoneMinecraftHave cobblestone in the inventory.story/mine_stone
Upgrade toolsMine stoneHave a stone pickaxe in the inventory.story/upgrade_tools
Smelt ironUpgrade toolsHave an iron ingot in the inventory.story/smelt_iron
Obtain armorSmelt ironHave any piece of iron armor in the inventory.story/obtain_armor
Deflect an arrowObtain armorBlock incoming damage from a projectile with a shield.story/deflect_arrow
Iron toolsSmelt ironHave an iron pickaxe in the inventory.story/iron_tools
Diamonds!Iron toolsHave a diamond in the inventory.story/mine_diamond
Shiny gearDiamonds!Have any piece of diamond armor in the inventory.story/shiny_gear
Enchant an itemDiamonds!Enchant an item in an enchanting table.story/enchant_item
Bucket of lavaSmelt ironHave a lava bucket in the inventory.story/lava_bucket
Form obsidianBucket of lavaHave obsidian in the inventory.story/form_obsidian
Enter the NetherForm obsidianEnter the nether portal block.story/enter_the_nether
Summon the WitherEnter the NetherUnknown. Possibly unobtainable without commands.story/summon_wither
Create a beaconSummon the WitherBe near a beacon when it activates.story/create_beacon
Create a full beaconCreate a beaconBe near a 4-layer beacon when it activates.story/create_full_beacon
Obtain a Blaze RodEnter the NetherHave a blaze rod in the inventory.story/obtain_blaze_rod
Brew a PotionObtain a Blaze RodHave any item with the ID potion in the inventory (water bottle works, but splash/lingering potions don't).story/brew_potion
Follow an Ender EyeObtain a Blaze RodUse an eye of ender while being within 64 blocks of a stronghold.story/follow_ender_eye
Enter the EndFollow an Ender EyeEnter the end portal block.story/enter_the_end
Enter a GatewayEnter the EndEnter the end gateway block. Currently unobtainable in Survival; throwing an ender pearl into the gateway doesn't grant the advancement, and there's no crawling yet.story/enter_end_gateway
Learn to FlyEnter a GatewayHave an elytra in the inventory.story/elytra
Narrator
  • CTRL + B toggles a text-to-speech engine that automatically reads player chat messages, including the name.
  • The narrator doesn't read commands or command outputs, nor it reads messages produced with /me.
NBT format
  • ShoulderEntityLeft / ShoulderEntityRight: Contains entity data about an entity on the left and right shoulders of the player.
  • seenCredits: Changes to 1 if the player leaves the End through the portal.
  • recipeBook: A string containing a list of recipes, formatted as JSON, that the player has seen.
  • Recipes: A list of crafting recipes to unlock for the player that right-clicks while holding a knowledge book.
    • If this is not specified, the knowledge book is not consumed.
Recipe books
  • Catalogs recipes that are unlocked when the criteria are met.
  • When a recipe is clicked, it appears in the crafting grid, and can be crafted if materials are available.
  • recipes folder added with all item recipes as .json files.

Changes

Blocks

Comparison of the terracotta texture changes.
Glazed terracotta
  • Textured changed for cyan, magenta, orange, and white glazed terracotta, to remove unintentional and potentially offensive imagery.[3]
Beacons
  • Now display their name when hovering over them.
Enchantment tables
  • Now display their name when hovering over them.

Items

Fishing rods
  • Changed the sound of bobbers being thrown.

General

Achievements
  • Removed and replaced by advancements.
Crafting
  • Closing the crafting interface with items inside no longer drops the items in front of the player, but sends them instead to the inventory.
Java version
  • This is the first snapshot to use, and thus require, Java 8.[4]
Moving backwards
  • The player's body now entirely faces to the front, when moving backwards.[5][6]
    • Prior to this snapshot, moving backwards would cause the player model to rotate one side, making it look like the player was strafing backwards somewhat.

Fixes

3 issues fixed

From the previous development version

  • MC-113377 – New block Swastika
  • MC-113844 – White Glazed Terracotta symbol (looks like the symbol of the Hungarian Nazi party)
From the current version, hotfixed
  • Fixed the game not loading on macOS.

Video

Video made by slicedlime:

Trivia

  • 17w13a was previously removed from the launcher for some time, but was added back in September 2018.
  • 17w13a has the longest wait between snapshots on the same development version, with 50 days having elapsed since the release of 17w06a on February 8, 2017.
    • Until this point, the longest waits had been those between 14w11b and 14w17a, which spanned 42 days.

References

Navigation