15w43c


Info

15w43c is the thirty-sixth snapshot for 1.9 1.9 Official name Combat Update Type Release Release date Feb. 29, 2016 1] Development versions View all Snapshots 15w31a 15w31b 15w31c 15w32a 15w32b 15w32c 15w33a 15w33b 15w33c 15w34a 15w34b 15w34c 15w34d 15w35a 15w35b 15w35c 15w35d minecraft , and was released to make some changes to the loot table system, as well as fix some bugs and crashes.

Changes

Textures
  • Remapped boats. They now have a separate texture per oar and per side of the boat.
Loot tables Loot tables are technical JSON tables that represent what items should be in naturally generated containers, what items should drop when killing a mob, or what items can be fished. Contents 1 Usage 2 Tags
  • The format is updated, so that rather than a `items` node containing `item` entries, it is an `entries` node containing `type` and `name` entries.
    • Type entries can be `item`, `loot_table`, or `empty`.
    • Name entries can either be item identifier for items, or the location and name of the loot table.
      • Example:
"type": "loot_table",
"name": "minecraft:gameplay/fishing/treasure",
  • This allows for easier nested loot tables.
Fishing Fishing is the process of obtaining fish using fishing rods. Contents 1 Catching fish 2 Junk and treasures 3 Fishing rod durability 4 History 5 Issues 6 Trivia Catching fish edit | edit source] A minecraft
Igloos Igloo Biome Ice Plains, Cold Taiga Consists of Snow White Carpet Light Gray Carpet Ice (Packed Ice in Pocket Edition.) Redstone Torch Furnace Bed (Brown Bed, Light Blue Bed or White Bed) in Pocket Edition. minecraft

Videos

Fixes

20 issues fixed
From released versions before 1.9
  • MC-162 – Ghost boats.
  • MC-5120 – Fireworks pushed by water / fired horizontally out of loaded chunks cause client to hang
  • MC-32778 – Cannot assign keypad 5 key to motion any longer.
  • MC-62159 – Broken graphic for breaking piston arms/Extended piston head breaking texture is wrong.
  • MC-68666 – Block breaking uses nearby textures from stitched terrain when using cubes/planes larger than 16px.
  • MC-73261 – Couldn`t jump on a anvil if I directly stand in front of the anvil.(Only in Multiplayer).
  • MC-73401 – Hopper Texture Issue.
From the 1.8.2 development versions
  • MC-76352 – Rain under Bedrock / in void
From the 1.9 development versions
  • MC-88324 – Minecraft freezes after x times of relogging
  • MC-89926 – Elytra can`t be set to Chestplate Slot w/ /replaceitem, but can be set to head slot.
  • MC-89935 – New chunks don`t render until they are updated.
  • MC-90213 – Head has 360 degrees of vertical rotation when using Elytra.
  • MC-91147 – Mobs no longer drop equipment.
  • MC-91148 – Killing a sheared sheep still drops wool.
  • MC-91149 – Horses no longer drop leather/bones/rotten flesh.
  • MC-91151 – Endermen no longer drop carried blocks.
  • MC-91152 – Guardians and Elder Guardians no longer rarely drop fish/salmon/clownfish/pufferfish.
  • MC-91156 – Mobs drop different amount of common items than before.
From the previous development version
  • MC-91185 – Loot tables affect mobs drops/held items.
  • MC-91203 – Loot table function "set_data" doesn`t work with tools.