Info
Type | Snapshot |
---|---|
Release date | Jun. 25, 2014 |
Snapshot for | |
Download | Client (.json) |
|
14w26a is the twenty-ninth snapshot released for 1.8. This snapshot is the first after a decision to releaseAnnounce snapshots on Wednesdays rather than on Thursdays.
It is strongly advised to make a backup of a world before using this snapshot, because of block-corrupting problems that were not corrected until 14w26c 14w26c Type Snapshot Release date Jun. 26, 2014 Snapshot for 1.8 Download Client (.json) Server ◄◄ 1.7.10 ◄ 14w26b 14w27a ► 1.8.1 ►► See the computer edition. For other editions, see Version .
A potential means of recovering corrupted worlds using MCEdit The contents of this page are not supported by Mojang AB, the Minecraft Wiki, the Minecraft IRC channel or the Minecraft Forums. Contents 1 Mappers 2 Map Viewers 3 Map Editors 4 Map Generators Mappers was made available by a Reddit user, on this thread.
Additions
- Commands Contents 1 Usage 1.1 Tilde notation 1.2 Target selectors 1.2.1 Target selector variables 1.2.2 Target selector arguments 1.3 Data tags 1.4 Raw JSON text 1.5 Block/item names 2 Summary of commands 3 List of commands
/replaceitem
... - Can replace items in any inventory, including the inventories of mobs such as zombies
- Full syntax:
/replaceitem entity
- amount data value
/replaceitem block
- amount data value
- Example:
/replaceitem entity @etype=Zombie slot.weapon minecraft:iron_sword 1 0
will give all the zombies iron swords - Example:
/replaceitem entity @p slot.hotbar.0 minecraft:fish 4 2
will put 4 clownfish in the players first hotbar slot - Example:
/replaceitem block ~ ~-1 ~ slot.container.5 minecraft:redstone_block 1 0
will put a redstone block in the 6th slot of a container 1 block beneath the player
- Debug Mode Java Edition Only The world generation in debug mode See the world type. For in game debug screen, see Debug screen. Debug mode is a world type used to test block states,
world type
- Useful for resource pack makers
- Hold ⃢₇₧ Shift and cycle through "World Type" to select it
- Spectator mode recommended to avoid crashes (you can use creative mode too without any effect on some machines)
- All possible blocks with all possible data values are generated
- They are arranged in a grid across height y=70, with a barrier Barrier Transparency Partial (lets light pass through) Luminance No Blast resistance 18,000,003 Tool None Renewable No Stackable Yes (64) Flammable No Drops Nothing Data value dec: 166 hex: A6 bin: 10100110 Name barrier See the
floor at y=60
- They are arranged in a grid across height y=70, with a barrier Barrier Transparency Partial (lets light pass through) Luminance No Blast resistance 18,000,003 Tool None Renewable No Stackable Yes (64) Flammable No Drops Nothing Data value dec: 166 hex: A6 bin: 10100110 Name barrier See the
- Blocks placed are deleted, and blocks destroyed are restored
- There is a special generator option preventing this. It is called "debug_all_block_states". If you change this to "flat" or "default" in NBTexplorer, you will be able to interact with the world. Only for a short period though, on most machines there will be lots of lag or the game might crash. (Not recommended to play survival on)
- Gamerules Contents 1 Usage 1.1 Tilde notation 1.2 Target selectors 1.2.1 Target selector variables 1.2.2 Target selector arguments 1.3 Data tags 1.4 Raw JSON text 1.5 Block/item names 2 Summary of commands 3 List of commands
sendCommandFeedback
- If set to false, player-run commands will not show a success message
Videos
Changes
- Commands Contents 1 Usage 1.1 Tilde notation 1.2 Target selectors 1.2.1 Target selector variables 1.2.2 Target selector arguments 1.3 Data tags 1.4 Raw JSON text 1.5 Block/item names 2 Summary of commands 3 List of commands
/execute
- Now has a
detect
argument (sub-command, only works when used with execute)- Allows the
execute
command to run only if a block is detected at a specific location relative to the target - Example:
/execute @a ~ ~ ~ detect ~ ~-1 ~ minecraft:grass 0 say You are standing on grass.
- Allows the
- Now has a
/worldborder
- Now has an
add
argument- Similar to the
set
argument, but can be used to add (or remove) a certain number of blocks to the world border distance - Negative numbers can be used to remove blocks
- Example:
/worldborder add -75
will shrink the world border width by 75 blocks
- Similar to the
- Now has an
/fill
- Block limit changed from 4096 to 32768 blocks
- Command Blocks Command Block Type Block Entity Physics No Transparency No Luminance No Blast resistance 18,000,000 Hardness -1 Tool None Renewable No Stackable Yes (64) Flammable No First appearances See history Drops None Block entity id command_block
- X/O button next to "Last output" in commandblock to turn off the last output string
- Customized An example of custom terrain generation. Customized is a world type that replaces the normal varied terrain of the Overworld with custom features. Contents 1 Customization 1.1 Basic settings 1.2 Ore settings 1.3 Advanced settings
world type
- Resources See the system to customize assets since 1.6.1. For the system used before 1.6.1, see Texture pack. The default textures, with a custom resource pack (DokuCraft) in the center. The resource pack
- Reworked 3D resources, adding the possibility of new blocks with multiple textures
- Swampland A river bisecting a jungle biome. At the top right is a forest. A river running through a mesa biome with mesa plateaus, with a savanna biome in the bottom right. “ In case you
- Changed generation of the marsh-like areas
- Furnace Furnace Type Solid Block Requirements None Physics No Transparency Partial (when active) Luminance Yes, 13 (when active) Blast resistance 17.5 Hardness 3.5 Tool Renewable Yes Stackable Yes (64) Flammable No First appearances See History Drops
- Empty furnaces will now only accept fuel and empty buckets in the fuel slot
- Item Frames Item Frame Type Decorations Durability N/A Renewable Yes Stackable Yes (64) Internal ID 18 Network ID 71 Entity ID item_frame Drops Item Frame (1) The item it contains. First appearances See History Data values Computer
- The wood part of the frame now uses the oak texture rather than the birch texture
- BlockStates
- Switched to only/mostly using BlockStates in the code, though not all block combinations are BlockStates yet
- Block models Block models are used to depict all the blocks in the game, whereas item models are used to display the items in the players hand, on their head (helmets and hats), on the ground, in
- Instead of specifying uvs, you can now choose textures to be projected onto the model
Fixes
47 bugs fixed
From released versions before 1.8
- MC-5164 – Strength and weakness potions do not work on aggressive wolves
- MC-5525 – Some sounds play at a low volume
- MC-8987 – Flame-enchanted bows don`t activate TNT minecarts
- MC-22586 –
/spreadplayers
command doesn`t accept relative coords forx
andz
parameters - MC-35431 –
/tellraw
commandblockoutput
From the 1.8 snapshots
- MC-46244 – Command block bug - new particle feature
- MC-46851 – Potion effect particles stay in spectator mode
- MC-51788 –
/playsound
doesn`t work with relative coords - MC-55589 –
/particle
doesn`t work with some entities - MC-55625 –
/playsound
relative to entity does not work - MC-56294 – "Are you sure you want to open the following website?" buttons are offset
- MC-56862 – Guardian doesn`t die on land and can swim in lava
- MC-56877 – Snow Golem has a broken head
- MC-56941 – Floating torch
- MC-57033 – Game crashes when new chunks are loaded
- MC-57117 – Item frame backgrounds are black on server
- MC-57188 – Wearing Pumpkins on your head, pumpkins are huge and upside down
- MC-57256 – Placed anvil is rotated by 90₰
- MC-57966 – Block icons in statistics and flatland GUI rendering wrong
- MC-57670 – The player no longer sinks into the first layer of stacked snow
- MC-57685 – Water dungeons cannot be turned off using world customization
- MC-57854 – Stained glass panes particles uncolored
- MC-58130 – Chunks only render in the direction you are facing
- MC-58136 – Pumpkin / melon stems rendering incorrectly
- MC-58537 – Supplemental selectors in
/scoreboard teams join
&leave
don`t work with the@e
selector - MC-58637 –
FallingSand
- only top side of block has a texture
From the previous snapshot
- MC-57822 – Cocoa beans have wrong orientation
- MC-57829 – Lever on slab is upside down
- MC-57841 –
/give
`ing written book with JSON data will show "Invalid Item
" when hovered on in chat - MC-57843 – Written book with JSON data not formatting right
- MC-57866 – Written books with JSON don`t get created correctly (no color and styles)
- MC-57868 – Stained glass pane are dropping white glass pane
- MC-57870 –
/testforblocks
broken - MC-57882 – Empty line in creative inventory
- MC-57883 – The barrier blocks particles for being broken are purple and black checkered
- MC-57916 – Iron Golems don`t require air blocks to be besides their head when placing the head block
- MC-57917 – Drying a wet sponge in furnace with a stack of buckets below will cause them to disappear and leave a singular water bucket
- MC-57986 – Stacked buckets bug
- MC-58025 – Losing my buckets from sponge
- MC-58048 – Acacia and dark oak logs mined with silk touch show the
MissingTexture
- MC-58060 – Summoning
FallingSand
withTileID
as chest, trapped chest, ender chest, lava and water crashes game - MC-58066 – Right-click with bow when no arrows in inventory
- MC-58140 – Repeater will show comparator texture when unpowered,
delay:4
and locked - MC-58191 – Can walk through snow layer (Block meta 7)
- MC-58196 – Fishing rod and carrot on a stick rendering incorrectly in 3rd person
- MC-58229 – Scores in written books don`t work properly when on a server
- MC-58493 – BUD creates double redstone drops when activated