Minecraft Wiki
登録
編集の要約なし
Horikou (トーク | 投稿記録)
編集の要約なし
41行目: 41行目:
 
=== 全般 ===
 
=== 全般 ===
   
  +
; [[スプラッシュテキスト]]
; [[Splash]]es
 
 
* "Now contains 32 random daily cats!"
 
* "Now contains 32 random daily cats!"
  +
; [[パーティクル|パーティクル]] エフェクト
; [[Particles|Particle]] effects
 
  +
* 釣りのパーティクルを追加
* Fishing has particle effects.
 
  +
** 浮きが沈む直前に、浮きに向かって泡が移動しているように表示される。これは、魚が浮きに向かって泳いでいるのを表す。
** Bubbles will show up moving towards the bobber just before the player has something on the hook. This has the appearance of a fish swimming towards the hook.
 
  +
* 落下した時のパーティクルを追加
* Falling has particle effects.
 
  +
** パーティクルが表示される範囲は、落下距離が長いほど大きくなる。
** Particle circumference size depends on distance fallen.
 
  +
** 着地したブロックに対応するパーティクルが表示される。
** Particle appearance depends on the block landed.
 
 
; [[実績]]
 
; [[実績]]
 
* [[種の繁栄]]
 
* [[種の繁栄]]
69行目: 69行目:
 
** [[ビーコン]]を最大状態にする.
 
** [[ビーコン]]を最大状態にする.
 
** はじまり。の実績を先に解除する必要がある
 
** はじまり。の実績を先に解除する必要がある
; [[Statistics]]
+
; [[統計]]
  +
* ウマで移動した距離
* Distance by Horse
 
  +
* ゴミを釣り上げた回数
* Junk Fished
 
  +
* 宝物を釣り上げた回数
* Treasure Fished
 
  +
* 動物を繁殖させた回数
* Mobs statistics
 
   
=== [[Command]] format ===
+
=== [[コマンド]] ===
   
  +
; コマンド
; Commands
 
 
* {{cmd|setidletimeout}}
 
* {{cmd|setidletimeout}}
  +
** 何もしていないプレイヤーがキックされる時間を設定する。
** Automatically kick idle players after some time.
 
  +
** マルチプレイヤーで、サーバーのオペレーターのみが使用できる。
** Multiplayer-only and server-operator-only command.
 
** Syntax: {{cmd|setidletimeout <Minutes until kick>}}.
+
** 構文: {{cmd|setidletimeout <Minutes until kick>}}.
 
* {{cmd|tellraw}}
 
* {{cmd|tellraw}}
  +
** JSON形式のメッセージをプレイヤーに送信する。
** Is written in json to create "buttons" and formatted text (underlined, bold, italics, colored, etc.) in chat.
 
** Syntax: {{cmd|tellraw <player> <raw json message>}}.
+
** 構文: {{cmd|tellraw <player> <raw json message>}}.
 
* {{cmd|summon}}
 
* {{cmd|summon}}
  +
** エンティティを出現させる。
** Used to spawn any entity in the game, including [[Giants]], [[Ender Crystals]], [[Ender Dragon]]s, falling [[sand]] and [[primed TNT]].
 
** Syntax: {{cmd|summon <EntityName> [x] [y] [z] [dataTag]}}.
+
** 構文: {{cmd|summon <EntityName> [x] [y] [z] [dataTag]}}.
 
* {{cmd|achievement}}
 
* {{cmd|achievement}}
  +
** プレイヤーに実績や統計の値を与える。
** Used to give a player achievements.
 
** Syntax: {{cmd|achievement give <stat_name> [player]}}.
+
** 構文: {{cmd|achievement give <stat_name> [player]}}.
 
* {{cmd|setblock}}
 
* {{cmd|setblock}}
  +
** ブロックを別のブロックに変更する。
** Used to create, delete or replace a block.
 
** Syntax: {{cmd|setblock [x] [y] [z] <BlockID> [data] [method] [dataTag]}}.
+
** 構文: {{cmd|setblock [x] [y] [z] <BlockID> [data] [method] [dataTag]}}.
 
* {{cmd|testforblock}}
 
* {{cmd|testforblock}}
  +
** 指定した場所に、指定したブロックがあるかどうかを調べる。
** Checks for blocks in specific locations.
 
** Syntax: {{cmd|testforblock <x> <y> <z> <TileName> [dataValue] [dataTag]}}.
+
** 構文: {{cmd|testforblock <x> <y> <z> <TileName> [dataValue] [dataTag]}}.
 
* {{cmd|setworldspawn}}
 
* {{cmd|setworldspawn}}
  +
** [[ワールドスポーン]]を設定する。
** Sets the world spawn point for all players, even those who have never joined the server or are offline.
 
 
** 構文: {{cmd|setworldspawn [x] [y] [z]}}.
*** Will not automatically override beds.
 
** Syntax: {{cmd|setworldspawn [x] [y] [z]}}.
 
   
=== [[World]] Generation ===
+
=== [[ワールド]] 生成 ===
   
; [[Tree]]s
+
; [[]]
  +
* アカシアの木
* Acacia Tree
 
  +
** アカシアの[[原木]]で構成された曲がった木。
** Curved trees made of acacia [[wood]].
 
  +
** サバンナバイオームに生成される。
** These spawn in savanna biomes.
 
  +
* ダークオークの木
* Dark oak trees
 
  +
** ダークオークの原木で構成された非常に太い木。
** Very thick and short trees, made of dark oak wood.
 
  +
** 覆われた森バイオームに生成される。
** These spawn in roofed forest biomes.
 
  +
** 成長するには苗木を2×2で設置する必要がある。
** Require a 2x2 configuration of saplings to grow.
 
  +
* これらの新しい木にはそれぞれ葉と苗木がある。
* Each new tree has their own leaves and saplings.
 
; [[Biome]]s
+
; [[バイオーム]]
* ''[[Biome#Mesa|Mesa]]''
+
* ''[[バイオーム#メサ|メサ]]''
  +
** 堆積岩のように層になっており、複数の色の[[テラコッタ]]で構成されている。
** Composed of multiple colored [[hardened clay]] that are layered in a way that resembles sedimentary rock.
 
  +
*** 色なし、オレンジ、赤、黄色、城、薄灰色、茶色の7色がある。
*** There are seven colors including normal, orange, red, yellow, white, light gray and brown.
 
  +
** 砂漠のバイオームに似た地面があるが、[[砂]]ではなく[[赤い砂]]でできている。
** Has a floor similar to a desert biome, but made of [[red sand]] instead of sand.
 
  +
** [[枯れ木]]が生成される。
** [[Dead bush]]es spawn in this biome.
 
  +
** 粘土の山の上に、ときどき森が生成される。
** Occasional dying forests spawn on top of the clay mountains.
 
  +
** 雨が降らない。
** There is no rain in this biome.
 
* ''[[Biome#Savanna|Savanna]]''
+
* ''[[バイオーム#サバンナ|サバンナ]]''
  +
** アカシアの木が生成される。
** Generate with acacia trees.
 
  +
** ウマがスポーンできる。
** Horses can spawn in this biome.
 
  +
** 村が生成できる。
** Villages may generate in here.
 
  +
** 雨が降らない。
** There is no rain in this biome.
 
  +
** 高原や時折山のある、非常に平らなバイオーム。
** Very flat with plateaus and the occasional giant mountain.
 
  +
* ''[[バイオーム#ヒマワリ平原|ヒマワリ平原]]''
* ''[[Biome#Sunflower Plains|Sunflower Plains]]''
 
  +
** 平野とほぼ同じですが、ひまわりが生成される。
** Exactly the same as plains, but can spawn sunflowers.
 
* ''[[Biome#Roofed Forest|Roofed Forest]]''
+
* ''[[バイオーム#覆われた|覆われた森]]''
  +
** 巨大なキノコが生成される。
** Generates with giant mushrooms.
 
  +
*** キノコ島以外で巨大なキノコが生成される唯一のバイオームである。
*** Aside from mushroom island, it is the only biome to do so.
 
  +
** ダークオークの木が密集しているので、日中であっても、木の下は暗くて危険である。
** Has dark oak trees closely packed together – "dark and dangerous under the canopy, even during the day".
 
  +
** ほとんどの場所で、昼も夜もモンスターが出現することができる。
** Monsters will most likely be able to spawn during the day and the night.
 
  +
* ''[[バイオーム#シラカバの森|シラカバの森t]]''
* ''[[Biome#Birch Forest|Birch Forest]]''
 
  +
** シラカバの木だけで構成された森。
** A forest made entirely of birch trees.
 
* ''[[Biome#Flower Forest|Flower Forest]]''
+
* ''[[バイオーム#花の森|花の森]]''
  +
** ボタン、橙色のチューリップ、白色のチューリップ、フランスギク、バラの低木、アリウムなど、さまざまな新しい[[花]]で構成された、森林の亜種である。
** Forest variant with several of the new [[flowers]], including peonies, orange tulips, white tulips, oxeye daisies, rose bush and allium.
 
  +
** タンポポなどの様々な新しい花が密集しているが、ひまわりはない。
** Very densely packed with the various new flowers, including dandelions, but excluding sunflowers.
 
* ''[[Biome#Taiga|Taiga]]''
+
* ''[[バイオーム#タイガ|タイガ]]''
  +
** 生成時に雪が生成されないようになった。
** Now generates without snow.
 
  +
** 雪のある古いものは「雪のタイガ」になった。
** The old variant with snow is called "cold taiga".
 
* ''[[Biome#Mega Taiga|Mega Taiga]]''
+
* ''[[バイオーム#メガタイガ|メガタイガ]]''
  +
** 非常にまれなバイオームである。
** This is a very rare biome.
 
  +
** 2×2の[[木|マツの木]]と通常の大きさのマツの木が生成される。
** Generates 2x2 [[Tree|spruce trees]] and their regular variant.
 
  +
** 土の亜種である[[ポドゾル]]が生成されている。
** Has a dirt block variant known as [[podzol]].
 
  +
*** 現在は、シルクタッチの[[エンチャント]]が付いたツールでのみ回収できる。
*** Currently obtained only through the silk touch [[enchantment]].
 
  +
** [[草]]が伝播できない[[土]]ブロックが生成される。
** Contains [[dirt]] blocks that do not allow [[grass]] to grow.
 
  +
** [[苔石]]の岩が生成されている。
** [[Moss stone]] "boulders" are scattered around in this biome.
 
** [[Dead bush]]es, [[mushrooms]] and [[fern]]s spawn in this biome.
+
** [[枯れ木]][[キノコ]][[シダ]]が生成される。
* ''[[Biome#Extreme Hills+|Extreme Hills+]]''
+
* ''[[バイオーム#山岳+|山岳+]]''
  +
** 通常の山岳よりも高く生成される。
** Goes considerably higher than the normal Extreme Hills.
 
  +
* ''[[バイオーム#氷樹|氷樹]]''
* ''[[Biome#Ice Plains Spikes|Ice Plains Spikes]]''
 
  +
** 氷塊で作られた、つららを逆さまにしたような巨大な氷の塔が生成される。
** Contains giant ice spires similar to upside down icicles made of [[packed ice]].
 
  +
** この氷樹は、地面からy=120まで達することもある。
** These ice spikes can reach y=120 from normal ground.
 
  +
** 周りには氷塊の湖が点在している。
** Lakes of packed ice are dotted around the biome.
 
* ''[[Biome#Deep Ocean|Deep Ocean]]''
+
* ''[[バイオーム#深い海|深い海]]''
  +
** 通常の海よりも約10ブロック深く、最大で深さが30ブロックあります。
** Is about ten blocks deeper than normal oceans; the maximum depth is in the low 30s.
 
  +
; バイオームの亜種
; Biome Variants/Technical Biomes
 
  +
* バイオームには20種類以上の亜種がある。
* Over 20 variants for the biomes.
 
  +
* ''M'' – Mとつくバイオームは、他のバイオームよりも珍しくなっている。
* ''M'' – Biomes with an M variant are much rarer than any other variant.
 
** ''Extreme hills M'', ''Taiga M'', ''Roofed Forest M'', ''JungleEdge M'', ''Birch Forest Hills M'', ''Cold Taiga M'', ''Extreme Hills+ M'', ''Savanna M'', ''Savanna plateau M'', ''Swampland M'', ''Jungle M'', ''Mesa Plateau M'' and ''Mesa Plateau F M'' are more mountainous versions of their normal biome counterpart.
+
** ''山岳M'', ''タイガM'', ''覆われた森M'', ''ジャングルの端M'', ''シラカバの森の丘陵M'', ''雪のタイガM'', ''山岳+M'', ''サバンナM'', ''サバンナの高原M'', ''湿地帯M'', ''ジャングルM'', ''荒野の高原M'' , ''荒野の高原FM''は、それぞれの通常のものより多くの山があります。
  +
** ''砂漠M''には、通常の砂漠とは異なり、水たまりが生成されている。
** ''Desert M'' has patches of water unlike normal deserts.
 
  +
** ''シラカバの森M''には、通常よりも高いシラカバの木が生成されている。
** ''Birch Forest M'' has taller birch trees than usual.
 
  +
** ''サバンナM''には、草のない土(1.8以降粗い土)と、雲の上Y=220までの大きな山が稀に生成される。
** ''Savanna M'' has grassless dirt (coarse dirt in 1.8 and above) and mountains that can generate above the clouds and up to Y: 220 on rare occasions.
 
  +
* ''高原'' – 高原とつくバイオームは、丘の亜種バイオームに似ているが、上部が平らになっている。
* ''Plateau'' – Biomes with a plateau variant are like the hills technical biome, but flattened at the top.
 
  +
** ''サバンナ高原''と''荒野の高原''のみ。
** ''Savanna plateau'' and ''mesa plateau'' are the only examples.
 
  +
*** 約30ブロックまで隆起した地形で、上部が平らになっている。
*** These are landforms which are raised by up to about 30 blocks and have flat tops.
 
** ''Mesa Plateau F'' – A variant of the plateau with trees.
+
** ''荒野の高原F'' – 森のある高原の亜種。
  +
* ''メサ (ブライス)'' – メサの砂の地面から生成される背の高い粘土の塔で、氷樹と同様に機能するメサバイオームの稀な亜種である。
* ''Mesa (Bryce)'' – A rare variant of the mesa biome which works similar to ice spikes, with tall clay spikes generating from the sandy mesa floor.
 
  +
* ''丘陵'' – 新しいバイオームに合わせて、より技術的な丘陵バイオームが追加された。
** Looks like a proper canyon.
 
  +
** ''シラカバの森の丘陵'' ''雪のタイガの丘陵'' ''メガタイガの丘陵'' が生成される。
* ''Hills'' – More technical hills biomes have been added to fit with the new biomes.
 
  +
* ''砂浜'' – 特定のバイオームを海や川から分離する。
** ''Birch Forest Hills,'' ''Cold Taiga Hills,'' and ''Mega Taiga Hills'' can now be generated.
 
  +
** ''[[バイオーム#石の海岸|石の海岸]]'' は主に[[石]]で構成されており、山岳バイオームと水のあるバイオームの間によく生成される。
* ''Beach'' – Separate certain biomes from oceans and rivers.
 
  +
** ''雪の砂浜'' は、[[砂]]の上に[[雪]]が積もってなっている。
** ''[[Biome#Stone Beach|Stone Beach]]'' is composed mainly of [[stone]] and often generates between an Extreme Hills biome and a body of water.
 
  +
*** 通常、[[バイオーム#氷原|氷原]]などの冷たいバイオームと水のあるバイオームの間によく生成される。
** ''Cold Beach'' is composed of [[Sand]] with a layer of [[snow]] on top.
 
  +
; [[ワールドタイプ]]
*** Usually generates between a cold biome, such as [[Biome#Ice Plains|ice plains]], and a body of water.
 
  +
* ''[[アンプりファイド|アンプリファイド]]''
; [[World type]]
 
  +
** ワールド生成におけるすべての要素を大きくするため、ワールドの高さの全体を使用する。
* ''[[Amplified|AMPLIFIED]]''
 
  +
*** ほぼすべてのバイオームは、Y=200をはるかに超える巨大な山を生成する。
** It scales up all world generation rules, so it uses the entire world height.
 
  +
**** 山岳バイオームは、世界の高さ制限であるY=256を超えることもよくある。
*** Almost all biomes can generate huge mountains that can reach well above Y: 200.
 
  +
**** 湿地帯と海洋のバイオームは、この世界の影響を受けない。
**** Extreme Hills biomes frequently reach the world height limit at Y: 256.
 
  +
** リソースを非常に多く消費するため、実行するにはハイスペックなコンピュータが必要である。
**** Swampland and ocean biomes are unaffected by this world type.
 
  +
** 渓谷は岩盤まで達する事がある。
** Extremely resource intensive and requires powerful computer to run.
 
  +
** デフォルトのワールドタイプでは非常に稀または存在しない様々な地形が多数生成される。
** Ravines here can reach down to bedrock.
 
  +
*** いくつか例を挙げると、浮島、せり出した崖、大きな水と溶岩の滝、大きなくぼみなど。
** Contains numerous various landforms that are very rare or non-existent in default generation.
 
  +
** タイガのバイオームは、雪が降るような高度にまで達する。(Y=130)
*** Some examples include floating islands, overhangs, large water and lava falls and huge indents.
 
  +
** 光源バグを改善するために作成されたワールドタイプであるが、[[Notch]]の要望により、機能として追加された。
** Taiga biomes reach such altitudes that snow starts generating (about Y=130).
 
** It was created to test a fix, to reduce the number of lighting glitches, but it was kept as a feature on request of [[Notch]].
 
   
=== [[Blocks]] ===
+
=== [[ブロック]] ===
   
; [[Stained glass]]
+
; [[色付きガラス]]
 
* Glass can be dyed into all 16 colors.
 
* Glass can be dyed into all 16 colors.
 
** This is done by putting a colored dye in the center of a crafting table and surrounding it with 8 pieces of normal glass, yielding 8 stained glass.
 
** This is done by putting a colored dye in the center of a crafting table and surrounding it with 8 pieces of normal glass, yielding 8 stained glass.

2019年11月17日 (日) 04:42時点における版

Book and Quill
このページの内容は翻訳されていません。 
あなたが内容を翻訳してみませんか?
1.7.2
1.7.2
Release 1.7.2
エディション

Java Edition

公式名称

世界を変えたアップデート

種類

リリース

リリース日

2013年10月25日[1]

開発版
プロトコルバージョン

4

1.7.2の他の
エディション

1.7.2 は、世界を変えたアップデートの最初のリリースであり、Minecraft のメジャーアップデートである。リリース日は2013年10月25日。

このアップデートでは、多数の新バイオームが追加され、新しい生成される構造物、多数の新しい花、色付きガラス、より良いネットワーキング、新しいコマンドなどが追加された。

追加要素

全般

スプラッシュテキスト
  • "Now contains 32 random daily cats!"
パーティクル エフェクト
  • 釣りのパーティクルを追加
    • 浮きが沈む直前に、浮きに向かって泡が移動しているように表示される。これは、魚が浮きに向かって泳いでいるのを表す。
  • 落下した時のパーティクルを追加
    • パーティクルが表示される範囲は、落下距離が長いほど大きくなる。
    • 着地したブロックに対応するパーティクルが表示される。
実績
  • 種の繁栄
    • 小麦で牛を繁殖させる
    • 牛転がしの実績を先に解除する必要がある
  • ダイヤモンドをあなたに!
    • ダイヤモンドを他のプレイヤーか、CanPickUpLoot NBTタグを持つゾンビに投げる
    • ダイヤモンド!の実績を先に解除する必要がある
  • 冒険の時間
    • 全てのバイオームを発見する
    • "おしまい?"の実績を先に解除する必要がある
    • 1.8まで、解除不可能だった
  • はじまり?
    • ウィザーを出現させる
    • おしまい。の実績を先に解除する必要がある
  • はじまり。
    • ウィザーを倒す
    • はじまり?の実績を先に解除する必要がある
  • ビーコン使い
    • ビーコンを最大状態にする.
    • はじまり。の実績を先に解除する必要がある
統計
  • ウマで移動した距離
  • ゴミを釣り上げた回数
  • 宝物を釣り上げた回数
  • 動物を繁殖させた回数

コマンド

コマンド
  • /setidletimeout
    • 何もしていないプレイヤーがキックされる時間を設定する。
    • マルチプレイヤーで、サーバーのオペレーターのみが使用できる。
    • 構文: /setidletimeout <Minutes until kick>.
  • /tellraw
    • JSON形式のメッセージをプレイヤーに送信する。
    • 構文: /tellraw <player> <raw json message>.
  • /summon
    • エンティティを出現させる。
    • 構文: /summon <EntityName> [x] [y] [z] [dataTag].
  • /achievement
    • プレイヤーに実績や統計の値を与える。
    • 構文: /achievement give <stat_name> [player].
  • /setblock
    • ブロックを別のブロックに変更する。
    • 構文: /setblock [x] [y] [z] <BlockID> [data] [method] [dataTag].
  • /testforblock
    • 指定した場所に、指定したブロックがあるかどうかを調べる。
    • 構文: /testforblock <x> <y> <z> <TileName> [dataValue] [dataTag].
  • /setworldspawn
    • ワールドスポーンを設定する。
    • 構文: /setworldspawn [x] [y] [z].

ワールド 生成

  • アカシアの木
    • アカシアの原木で構成された曲がった木。
    • サバンナバイオームに生成される。
  • ダークオークの木
    • ダークオークの原木で構成された非常に太い木。
    • 覆われた森バイオームに生成される。
    • 成長するには苗木を2×2で設置する必要がある。
  • これらの新しい木にはそれぞれ葉と苗木がある。
バイオーム
  • メサ
    • 堆積岩のように層になっており、複数の色のテラコッタで構成されている。
      • 色なし、オレンジ、赤、黄色、城、薄灰色、茶色の7色がある。
    • 砂漠のバイオームに似た地面があるが、ではなく赤い砂でできている。
    • 枯れ木が生成される。
    • 粘土の山の上に、ときどき森が生成される。
    • 雨が降らない。
  • サバンナ
    • アカシアの木が生成される。
    • ウマがスポーンできる。
    • 村が生成できる。
    • 雨が降らない。
    • 高原や時折山のある、非常に平らなバイオーム。
  • ヒマワリ平原
    • 平野とほぼ同じですが、ひまわりが生成される。
  • 覆われた森
    • 巨大なキノコが生成される。
      • キノコ島以外で巨大なキノコが生成される唯一のバイオームである。
    • ダークオークの木が密集しているので、日中であっても、木の下は暗くて危険である。
    • ほとんどの場所で、昼も夜もモンスターが出現することができる。
  • シラカバの森t
    • シラカバの木だけで構成された森。
  • 花の森
    • ボタン、橙色のチューリップ、白色のチューリップ、フランスギク、バラの低木、アリウムなど、さまざまな新しいで構成された、森林の亜種である。
    • タンポポなどの様々な新しい花が密集しているが、ひまわりはない。
  • タイガ
    • 生成時に雪が生成されないようになった。
    • 雪のある古いものは「雪のタイガ」になった。
  • メガタイガ
    • 非常にまれなバイオームである。
    • 2×2のマツの木と通常の大きさのマツの木が生成される。
    • 土の亜種であるポドゾルが生成されている。
      • 現在は、シルクタッチのエンチャントが付いたツールでのみ回収できる。
    • が伝播できないブロックが生成される。
    • 苔石の岩が生成されている。
    • 枯れ木キノコシダが生成される。
  • 山岳+
    • 通常の山岳よりも高く生成される。
  • 氷樹
    • 氷塊で作られた、つららを逆さまにしたような巨大な氷の塔が生成される。
    • この氷樹は、地面からy=120まで達することもある。
    • 周りには氷塊の湖が点在している。
  • 深い海
    • 通常の海よりも約10ブロック深く、最大で深さが30ブロックあります。
バイオームの亜種
  • バイオームには20種類以上の亜種がある。
  • M – Mとつくバイオームは、他のバイオームよりも珍しくなっている。
    • 山岳M, タイガM, 覆われた森M, ジャングルの端M, シラカバの森の丘陵M, 雪のタイガM, 山岳+M, サバンナM, サバンナの高原M, 湿地帯M, ジャングルM, 荒野の高原M , 荒野の高原FMは、それぞれの通常のものより多くの山があります。
    • 砂漠Mには、通常の砂漠とは異なり、水たまりが生成されている。
    • シラカバの森Mには、通常よりも高いシラカバの木が生成されている。
    • サバンナMには、草のない土(1.8以降粗い土)と、雲の上Y=220までの大きな山が稀に生成される。
  • 高原 – 高原とつくバイオームは、丘の亜種バイオームに似ているが、上部が平らになっている。
    • サバンナ高原荒野の高原のみ。
      • 約30ブロックまで隆起した地形で、上部が平らになっている。
    • 荒野の高原F – 森のある高原の亜種。
  • メサ (ブライス) – メサの砂の地面から生成される背の高い粘土の塔で、氷樹と同様に機能するメサバイオームの稀な亜種である。
  • 丘陵 – 新しいバイオームに合わせて、より技術的な丘陵バイオームが追加された。
    • シラカバの森の丘陵 雪のタイガの丘陵 メガタイガの丘陵 が生成される。
  • 砂浜 – 特定のバイオームを海や川から分離する。
    • 石の海岸 は主にで構成されており、山岳バイオームと水のあるバイオームの間によく生成される。
    • 雪の砂浜 は、の上にが積もってなっている。
      • 通常、氷原などの冷たいバイオームと水のあるバイオームの間によく生成される。
ワールドタイプ
  • アンプリファイド
    • ワールド生成におけるすべての要素を大きくするため、ワールドの高さの全体を使用する。
      • ほぼすべてのバイオームは、Y=200をはるかに超える巨大な山を生成する。
        • 山岳バイオームは、世界の高さ制限であるY=256を超えることもよくある。
        • 湿地帯と海洋のバイオームは、この世界の影響を受けない。
    • リソースを非常に多く消費するため、実行するにはハイスペックなコンピュータが必要である。
    • 渓谷は岩盤まで達する事がある。
    • デフォルトのワールドタイプでは非常に稀または存在しない様々な地形が多数生成される。
      • いくつか例を挙げると、浮島、せり出した崖、大きな水と溶岩の滝、大きなくぼみなど。
    • タイガのバイオームは、雪が降るような高度にまで達する。(Y=130)
    • 光源バグを改善するために作成されたワールドタイプであるが、Notchの要望により、機能として追加された。

ブロック

色付きガラス
  • Glass can be dyed into all 16 colors.
    • This is done by putting a colored dye in the center of a crafting table and surrounding it with 8 pieces of normal glass, yielding 8 stained glass.
  • Stained glass can be crafted into stained glass panes using the same recipe as normal glass panes.
    • Doing this yields 16 stained glass planes, like normal glass.
  • Water, nether portals and other stained glass blocks remain visible when looked at through a stained glass block.
  • Looking through a solid wall of glass blocks, is equivalent to looking through a single piece (this does not apply to glass panes of any kind).
    • Air blocks make the view blurrier each time.
    • Adjacent glass of different colors will ignore each other's colors, and will only render the terrain behind, with the color of the outermost piece of glass.
    • Other translucent blocks may have different effects.
  • Has ID number 95, which replaces the Locked Chest's data value.
Wood Varieties
  • Acacia wood
    • Silver outside with orange inside.
    • Makes up the acacia tree; found in Savanna biomes.
  • Dark oak wood
    • A darker version of the oak wood.
    • Makes up the dark oak tree; found in Roofed Forest biomes.
  • Acacia wood planks
    • Orange in appearance.
  • Dark oak wood planks
    • Same texture as normal oak planks but darkened; almost black.
  • Acacia and Dark Oak Wood Slabs.
  • Acacia and Dark Oak Wood Stairs.
Saplings
  • Acacia and dark oak saplings added.
    • Dark oak saplings require a 2x2 configuration to grow, much like big jungle trees.
  • A 2x2 configuration of spruce saplings on the ground, can create the large spruce trees from mega taiga biomes.
    • Regular spruce trees still grow.
Leaves variants
  • Acacia and dark oak leaves.
    • Both visually identical to regular oak leaves.
Packed ice
  • When broken, it does not turn into water, like normal ice blocks do.
  • Does not melt.
  • Opaque, rather than translucent like normal ice.
Podzol
  • Dirt variation that fails to be transformed to it through any method.
  • Only found on Mega Taiga Biomes.
Grassless Dirt
  • Grass or mycelium cannot grow on it.
  • Obtainable only through commands.
  • Does not spread.
Red sand
  • Generated in the Mesa biome.
  • Behaves like normal sand.
    • Falls like sand or gravel.
    • Can be smelted into glass and crafted into TNT.
Flowers
  • Red, orange, white and pink tulips.
    • Can be crafted to red, orange, light gray and pink dyes, respectively.
  • Blue orchid
    • Can be crafted into light blue dye.
  • Allium
    • Can be crafted into magenta dye.
  • Azure bluet
    • Can be crafted into light gray dye.
  • Oxeye daisy
    • Can be crafted into light gray dye.
  • Poppies
    • Replacement for the rose.
      • Looks very similar to it.
    • Can be crafted into red dye as well.
  • All new flowers can burn.
  • All new flowers are randomly offset horizontally, like tall grass.
Two block tall plants
  • Applying bonemeal to them, causes them to dispense their respective flower item.
    • Therefore, all two blocks tall flowers are renewable.
  • Sunflowers
    • Typically face East.
    • Can be crafted into 2 yellow dye.
  • Peony|Peonies
    • Can be crafted into 2 pink dye.
  • Rose bushes
    • Can be crafted into 2 red dye.
  • Lilacs
    • Can be crafted into 2 magenta dye.
  • Double tall grass
  • Large Ferns
    • Two block tall variant of fern.
    • Can be made by applying bone meal to ferns.
  • All new two block tall plants can burn.
  • All new two block tall plants are randomly offset horizontally, like tall grass.
Monster egg blocks

Items

Fish
  • Pufferfish:
    • Restores 1 (Half Hunger).
    • If eaten it will inflict the following:
    • Used to brew a water breathing potion.
    • Cannot be cooked.
  • Salmon:
    • Eating it raw restores 2 (Hunger) and cooked restores 6 (HungerHungerHunger).
  • Clownfish:
    • Can be eaten to restore 1 (Half Hunger).
    • Cannot be cooked.
Potions
  • 水中呼吸:
    • Made by brewing a pufferfish with an awkward potion.
    • Enables the player to breathe underwater for 3 minutes (8 minutes if extended) without the oxygen bar depleting.
    • The potion and particles are dark blue in appearance.

Non-mob entities

Minecart with command block
  • Can only be obtained using commands.
  • Activate using activator rails.
  • Run their command every 2 redstone ticks when powered (activates once when passing over an activator rail at full speed).
  • Can be success tested by going over a detector rail connected to a redstone comparator.

変更要素

General

  • Block and entity bounding boxes are now completely black instead of dark gray.
Resource packs
  • Complete menu overhaul with two columns, for selecting which amongst your downloaded resource packs should be rendered.
    • The ability to select multiple resource packs at once.
    • Resource packs at the top take precedence over those below, if files appear more than once.
    • Allows for non-manual merging of multiple packs.
      • For example: a sound pack and a different texture pack, etc.
  • Servers can now offer default resource packs.
    • Can be configured to be "enabled", "disabled" or "prompted".
  • The player is now able to add new sounds using resource packs, rather than replacing previously existing sounds.
  • Resource packs can remove, supplement, randomize and group sounds using JSON.
  • Max size increased to 50 MB.
Sounds
  • Sounds and music are stored together in the new .minecraft/assets/sounds folder.
  • Music now pauses when pausing the game.
Lighting
  • Several lighting issues fixed.
  • A lot fewer "black spots" in terrain generation.
    • Some black spots occurrences have to be kept, in order to avoid a bug in world generation, associated with a complete removal of them.
  • Torch bugs in strongholds and abandoned mineshafts have been fixed.
  • The light level actually falls to 7 during thunderstorms.
    • Before it stayed at 12 like normal rain, but hostile mobs could spawn as if the light level was 7.
    • The clouds go black and the sky goes much darker.
Chat system
  • "Saved screenshot as" messages can be clicked to open the screenshot
    • It takes the player out of the game and into the ".minecraft" folder.
  • Ability to open a URL from the chat by clicking on it.
  • Names can be clicked to PM people.
  • Support for both hover and click events on the chat through /tellraw <player> <raw json message>.
    • Syntax example: /tellraw @p {text:"Daytime? ",color:"green",extra:[{text:"Click here!",color:"blue",clickEvent:{action:"run_command",value:"/time set day"}},{text:" Nighttime? "},{text:"Click here!",color:"blue",clickEvent:{action:"run_command",value:"/time set night"}},{text:" Have fun!"}]}.
Inventory
  • In creative mode, the display symbol for the Decoration Blocks tab, was changed from Rose to Peony.
  • The armor boxes go black when the cursor is away from them.
    • Putting the cursor over an armor box, will cause it to display what armor is put there.
Options
  • Grouped a few options into the Controls section:
    • Allowed rebinding of 1–9 hotkeys, screenshot key, cinematic camera toggle (can be rebinded and no longer has a default key) and camera switching.
  • Added sprint button, which will be kept engaged while held (it's left control by default).
    • Double tapping forward still works.
  • Music & Sounds
    • Now is divided into different classes, to control each one independently:
      • Master Volume, Music, Jukebox/Noteblocks, Weather, Blocks, Hostile Creatures, Friendly Creatures, Players and Ambient/Environment.
  • Video Settings
    • Render Distance is now a slider ranging from 2–16 chunks.
    • Max Framerate is now a slider ranging from 10–250 fps and then Unlimited.
    • Mipmapping can be set to levels 1–4 or disabled.
    • Anisotropic Filtering can be set to 2, 4, 8, 16 or disabled.
  • Super Secret Settings
    • Plays a random sound when clicked and cycles through various shaders: fxaa, art, bumpy, blobs2, pencil, color_convolve, deconverge, flip, invert, ntsc, outline, phosphor, scan_pincushion, sobel, bits, desaturate, green, blur, wobble, blobs, anti-alias and then back to normal.
    • The player can remove the shader by pressing F4.
  • Language Selection
    • Added 'Force Unicode Font' toggle, which allows the player to change whether Unicode font, is forced for text or not.
Network Code
  • Completely rewritten – uses Netty.
  • Most packets won't change, handshake and ping procedure redone.
  • There is now a packet length header.
Logging
  • Now done using Log4j 2.
  • Default logging location is now in logs/latest.logs; older logs are archived in logs/<year>-<month>-<day>-1.lg.gz with the number at the end increasing each startup.
  • The way logs are saved can be changed, for example: html pages, databases, errors only or no logging at all.
Server list
  • Can be refreshed using F5.
  • Added server icons.
  • Added support for multi-line MOTD comments, which do not go off-screen.
  • Hovering over the player count will show the name of up to 12 online players.
Minecraft Realms
  • Started preparing buying support internally.
  • Started offering an option to download the world map.
Statistics
  • Are now stores per world/server.
  • Achievement screen can be zoomed in and out using the scroll wheel.
  • Achievements don't appear on the achievements scree,n if more than five achievements need to be achieved first.
  • When a player earns an achievement, it is announced in chat.
    • This can be turned off on servers by changing a line in the server.properties file.
      • Can be hovered over to show an achievement tooltip.
    • Cannot be turned off in Singleplayer.
  • The achievements 'Time to Mine!', 'Time to Strike!' and 'Time to Farm!' are now obtainable by crafting the given tool with a material other than wood.
Achievements
  • Are stored per world/server on the same folder as statistics.
  • Statistics for blocks, items and mobs don't appear on their respective tab in the Statistics screen, until it is updated to be more than zero.

Gameplay

Fishing
Enchanting
  • "Unbreaking" can now be applied to any item with durability.
  • New enchantments for fishing rods that can bias the outcome of fishing.
    • "Lure" – reduces wait time to catch an item; increases the chance of catching fish and decreases the chance of junk and treasure.
    • "Luck of the Sea" – increases chance of getting treasure and decreases chance of getting junk.
  • Enchanted books can receive multiple enchantments at once.
Nether Portal
  • Can now have different width and height, to allow for design variations.
    • If the one in the Nether is big enough, ghasts can go through them.
  • Portals can be activated when any fire block appears inside the frame.
    • Before only the bottom-most blocks would work.
  • New nether portal building rules: Any rectangular size from 4×5 to 23×23.
Fog
  • Removed the thin fog around the player.
    • Fog is only at the edge of the visible chunks.
Death Screen
  • If the player dies and selects the 'Title screen' button, a prompt will ask if they are sure they want to quit, and give the player the options to go to the title screen or respawn and continue playing.

Command format

Scoreboard
  • Can now use statistics and achievements to create objectives.
    • Added 744 new objective criteria that were previously tracked only through statistics and achievements.
Commands
  • /time set day
    • Sets the time to 1000 instead of 0.
  • /time set night
    • Sets the time to 13000 instead of 12000.
  • Custom NBT data can be added via commands.
    • Works with /give, /summon, and /setblock.
    • Syntax examples:
      • /give @p 1 1 0 {display:{Lore:["Hi,","How are you?"],Name:"Nice Stone Block"},ench:[{id:1,lvl:10}]}
      • /summon Pig ~ ~ ~ {Saddle:1,CustomName:"Babe",CustomNameVisible:1}
      • /setblock ~ ~ ~ 397 3 replace {SkullOwner:MHF_Pig}
    • This removes the need to use external tools.
  • /give
    • Will print renamed items' name by default in chat.
      • The chat will show the corresponding tooltips when hovered over.
NBT format
  • Unbreakable tag.
    • Applies to items with durability.
    • Nullifies any usage dealt to the item.
  • List tags no longer need to be named.
  • No longer crashes when given the wrong type (integer/short).
  • Added <structure>.dat files in data folder for storing structure data.
    • Contains .dat called Village.dat, Fortress.dat (Nether Fortress), Temple.dat (Desert Temple, Jungle Temple and Witch Hut), Stronghold.dat, Mineshaft.dat and others.
    • NBT structure consists of the individual parts of each structure, labeled "children," the chunk it originates in, a tag called BB, and an ID for what type of structure it is.
      • The children tags have information on each part of the structure and the type of part it is.
Block/Item IDs
  • Can be referred to by their names, instead of numbers in commands.
    • Will be the only option in the future.
    • Necessary for the Plugin API.

World Generation

Biomes
  • Jungle
    • Melons can now be found in patches similar to pumpkins.
    • Jungle biomes have been made much rarer.
    • Has a jungle edge which has less foliage, but slowly leads into the main jungle.
    • Jungle trees now generate with branches.
  • Swampland
    • Grass is greener and fluctuates more in color, depending on biome temperature.
    • In shallower parts, the coast is covered in staggered dirt block with lily pads between them.
    • Spawn with Blue Orchid flowers.
  • Plains
    • Generates three of the new flowers – azure bluets, oxeye daisies and sometimes tulips.
    • Double tall grass can also generate here.
  • Extreme Hills
    • Snow at high elevations of over y=95.
    • Contain Stone and large dirt patches.
    • Gravel can replace ground cover.
    • Flat valleys near sea level.
    • Can generate up to y=150, slightly above the clouds (previously y=124).
    • Has much more height variation and has flat parts as well, as opposed to the previous extreme hills which forced endless high peaks to generate.
  • Cold taiga
    • Old taiga biomes have been renamed to "cold taiga".
    • The name "taiga" is now used for a variant without snow.
  • Ocean
    • Oceans are smaller and take up much less of the map.
    • Contain only gravel on the floor instead of sand, dirt and gravel.
  • Gravel Beaches
    • Appear more often.
Categorization of Biomes
  • Four main categories based on temperature:
    • Snow-covered, cold, medium and dry/warm.
  • Biomes will attempt to avoid getting placed next to a biome that is too different to itself.
Elevation of biomes
  • Much greater variation of elevation in general.
  • Most biomes can generate to y=100.
  • Hills technical biomes have been made taller.
Temperature
  • Each biome has a base temperature that determines whether the biome is snow-covered, whether it rains or snows, or whether it rains at all.
  • Biomes with a base temperature of 0.15 or less, snow instead of rain.
  • Biomes with a base temperature of 1.5 or greater, don't rain[要出典].
  • Biomes are grouped according to their temperature and attempt to generate next to biomes with similar temperatures.
  • Temperature decreases by 0.05 every 30 blocks increase in altitude.
Caverns
  • Are less dense and interconnected.
Witch Huts
  • Now generate with a Witch inside.
    • They formerly generated empty, with Witches spawning inside later.
Bonus Chests
  • Bonus chests can also contain Acacia logs.
World boundary
  • All blocks beyond X/Z 30 million (±30,000,000) from origin now act as solid blocks.
    • This includes air blocks.
    • This creates essentially an invisible wall at the boundary.
    • As all blocks function as solid, if the player is moved outside the boundary via external tools, they will be unable to move outside the block space they are within.
      • Despite that, the camera can still move normally.
    • Ghost chunks still generate.

Blocks

Wood
  • Wooden logs have different textures for their top and bottom
    • Oak Logs remain the same, as if being the default.
Wooden slabs
  • Can only smelt half as many items as wood, when used as fuel.
Weighted pressure plates
  • Now output a signal relative to the amount of entities on them, always starting at 1 signal strength if any entities are present.
  • For light weighted pressure plates, every entity adds 1 strength to the signal.
  • For heavy weighted pressure plates, starting at 1, every 10 entities adds 1 strength to the signal (Example: 11 entities increases signal strength to 2).
Cauldrons
  • Cauldrons with water in them will put out burning entities, taking away one water level each time.
Sugar canes
  • Color/shade is affected by the biome color (similar to leaves, grass and vines).
Dead bushes
Roses
  • Removed and replaced by poppies.
    • Look very similar to the old roses.
  • Still exist in the form of rose bushes.
Air
  • Is now a block rather than the absence of a block.
    • This allows for specific air blocks to be marked and identified through data values.
  • It lacks an item form.
    • Attempting to /give it to a player, will result in that inventory slot having no item.
Command blocks
  • Show what command it ran recently in the GUI.
  • Extended character command limit to "many thousand characters".
Locked chest
  • Removed completely.
Iron bars & glass panes
  • Connect to each other and glass blocks.
    • This includes panes of different colors.
  • They are exactly 2 pixels thick.
Ferns, dandelions & dead bushes
  • Are now randomly offset horizontally like tall grass.
Ice, nether portal (blocks) & water
  • Are visible through each other.
  • If water is directly adjacent to ice, when looking through the ice, the player cannot see the water, but not vice-versa.
    • This allows for custom fish tanks.
  • If water is not directly adjacent to ice, the player can see the water through ice and viceversa.
  • The player can no longer see the water surface from underwater.

Items

Enchanted books
  • Can receive multiple enchants at once.
Written books
  • Can be cloned by crafting them with an unused book and quill.
    • Can clone multiple copies of the same written book, by putting more book and quills in the crafting grid.
    • A book can be cloned infinitely many times, regardless if it's the original.
  • Can now be stacked up to 16.
Maps
  • Maps in item frames cover the whole block face, so that connected maps join together smoothly.
    • They won't display player markers then.
  • Each different type of block has a different shading on the map.
  • It now show colors for colored wool and stained clay, allowing a wider range of colors visible on maps.
Flint and steel
  • Is now a shapeless crafting recipe.
  • Can be used to ignite creepers.
Fishing rods
  • Can now be enchanted to bias the resulting loot from fishing.
Shears, fishing rods and flint and steel
  • Can be enchanted with "Unbreaking".
Technical blocks

Mobs

Iron golems
Creepers
Zombies
  • Reduced the lag that zombies created by pathfinding.
Witches
  • Now drink a potion of water breathing, when they are trapped underwater.
  • Can drop a potion of water breathing upon death, as a rare drop.
  • Have been added to the mix of low light-level hostile mobs, spawning anywhere where the light level is below 7, including at night in every biome and in caverns.
    • They usually spawn in pairs.
    • They have roughly the same spawn rate as the enderman.
Zombies & skeletons
  • Zombies and skeletons can now spawn with and drop armor, bows and swords with the "Unbreaking" enchantment.
Baby zombies & baby zombie pigmen
  • Can walk in one block tall spaces
    • Their hitbox remains the size of that of an adult.
Spiders, cave spiders & endermen
  • Don't become hostile when attacking them in creative mode.

Non-mob entities

Item frames
  • Now drop the item inside them when they are punched.
    • Then drop themselves if they are punched while empty.
  • Will display the name of the item they hold (if it is custom-named) when looked at up close.
  • Maps display on the full face of the block.
    • They won't display player markers then.
    • The side texture then is similar to that of oak planks.
Boats
  • No longer inflict fall damage when running aground (old boats need to be replaced for the fix to apply).
  • Slightly improved durability from lily pad impacts.
  • Boats have been reverted to the previous "WASD" controls.
    • The A and D keys can only be used while the W key is pressed.

修正

96 bugs fixed:

  • MC-242 – Sprinting works inconsistently - very aggravating on PVP servers
  • MC-673 – Sky/lighting doesn't get darker during a thunderstorm
  • MC-715 – V-Sync in Window mode, settings not activated between sessions
  • MC-944 – Armor with Protection on it seems to reduce against hunger damage
  • MC-1000 – Some Zombie Pigmen are missing their swords in the nether
  • MC-1018 – Black Lighting under overhangs
  • MC-1105 – Villagers act like it is Raining when they are in the Desert, and it Rains elsewhere
  • MC-1262 – Birch and Spruce trees do not grow directly next to one another
  • MC-1379 – Transparent texture makes transparent texture behind invisible
  • MC-1865 – Spawn eggs and firework stars are pure white when held by zombies
  • MC-2638 – Once hit old AI mobs and Wolves don't turn back to passive in Creative until they die or despawn
  • MC-2915 – Attempting to tp to an invalid coordinate returns "commands.generic.double.invalid"
  • MC-3305 – Cyrillic font not displaying on signs and in chat (Russian language)
  • MC-3575 – Double-clicking to join a server results in 'cancel' button activating
  • MC-3871 – Cauldron water does not put out fire / damage blaze
  • MC-3973 – Silk Touch, pre-lit Redstone Lamps
  • MC-4150 – Baby Zombies do not drop any loot / xp
  • MC-4482 – Saplings placed on Farmland are not affected by Bonemeal
  • MC-4592 – When mobs start to attack you in survival and you switch to creative mobs keep attacking you
  • MC-4630 – Sound level resets
  • MC-4921 – Sounds (e.g. Mobs / Portals / Water) Don't Immediately Fade
  • MC-4973 – Zombie Pigman from Nether Portal still spawns even if doMobSpawning is false
  • MC-5238 – 10 MB server texture pack limit too small
  • MC-5550 – Night Time Doesn't Immediately Allow Sleep
  • MC-6820 – The generation of terrain surface layer produces local straight glitches (fix included)
  • MC-7449 – Silverfish enter Chiseled Stone Brick, and the Chiseled Stone Brick appears as normal stone brick
  • MC-8331 – Command block text disappears if it's too long
  • MC-9271 – Opening a singleplayer world is counted as a multiplayer join in the statistics
  • MC-9547 – Incorrect usage string for `/scoreboard teams empty`
  • MC-9686 – Right- and left clicking at the same time will cause a block to be placed on top of a block which then gets removed
  • MC-10077 – Adjacent Obsidian Blocks prevent Nether portal appearing
  • MC-10257 – When a pig gets struck by lightning it spawns a Zombie Pigman without a sword
  • MC-10984 – GS4 query listener fails to send player list when len(players) > 127
  • MC-11027 – Axes accelarate the speed at which Slabs are broken
  • MC-11037 – Uncapped framerate in certain screens causes high levels of GPU usage
  • MC-11280 – Sometimes Water flows out of newly generated Village Farms
  • MC-11518 – RCON and Scoreboard Command Output Formatting
  • MC-12450 – Missing usage string commands.scoreboard.players.list.usage
  • MC-12452 – Scoreboard team join command fails on invalid team name
  • MC-12454 – Scoreboard option seeFriendlyInvisibles not listed in usage
  • MC-12541 – The letters for the 'off' setting on smooth lighting aren't capitalized
  • MC-12731 – Minecraft crashes if you click edit or delete on a LAN game
  • MC-12769 – When typing /help with a number higher than 4, it produces the wrong message
  • MC-12913 – When using an invalid number/name to the /weather command, no message will be produced
  • MC-12984 – Getting a locked chest pushed into your head crashes the game
  • MC-13565 – Fireworks sometimes don't stack when they should
  • MC-13661 – When re-sizing window before game loads internal view doesn't resize
  • MC-14165 – Attaching/detaching lead from far away in creative client-server desync
  • MC-14483 – When game opens in fullscreen, Realms Button is misplaced
  • MC-14518 – When you try to get on a horse from far away, you look a different direction
  • MC-14865 – Carpets Are Not Flammable
  • MC-15189 – Cobblestone Wall with blocks on top shows black light on its north side with Maximum Smooth Lighting
  • MC-15193 – Invisible Mooshrooms after shearing them through slabs
  • MC-15548 – Breeding mobs from far away in creative client-server desync
  • MC-15688 – Axe breaks all slabs in adventure mode - No drops for stone
  • MC-16324 – Massive Amount of "[SEVERE] Reached end of stream" messages in Minecraft server terminal when client pings the server
  • MC-16435 – Boats Still Break on Lily's
  • MC-16849 – Crash near pyramid
  • MC-16910 – Packet250CustomPayload(dk)
  • MC-17090 – Invalid teamcolors throw an NPE in the console rather than an error message "invalid color"
  • MC-18569 – Server resource packs not implemented yet
  • MC-18672 – Textures disappearing after setting player walkSpeed to 0
  • MC-19483 – Sounds playing after leaving world
  • MC-19604 – Cannot /playsound records
  • MC-19623 – /playsound does not accept non-integer values
  • MC-19654 – Passive mobs don't spawn if you're riding a horse
  • MC-21223 – When fishing, sometimes the 'splash' noise when the bobber goes underwater does not exist
  • MC-21870 – Screen goes blank when modifying walk speed
  • MC-22927 – Animals running forever after being hit
  • MC-25311 – Loading bar for Minecraft Realms/Online is bugged
  • MC-26151 – Minecraft has advice on an error report that should be deleted
  • MC-26608 – /spreadplayers confirmation text is wrong
  • MC-26660 – Constant minecart sound
  • MC-27284 – /scoreboard teams option color: Tab doesn't list all options
  • MC-27364 – Fullscreen mode displays only on part of screen
  • MC-27904 – The Hindi, Malay and Norsk (Bokmål) language appear 2 times
  • MC-28400 – Breeding animals gives xp even if doMobLoot gamerule is false
  • MC-28405 – The saddle equip sound effect does not play when equipping a pig with a saddle
  • MC-28478 – Successful hit sound effect does not match the sound in the assets sound folder
  • MC-28625 – The horse armor equip sound does not play when replacing it with already equipped armor
  • MC-28768 – Horse Breeding Doesn't Produce Markings Correctly on Foal
  • MC-29088 – Shearing sound does not play when shearing a mooshroom
  • MC-29279 – Bug: the command block can be damaged by the explosion of Blue Wither Skulls
  • MC-29321 – Jukeboxes play at the sound volume for effects until you change the music volume
  • MC-29361 – Oceans are too big
  • MC-29424 – Players appear offset for other clients after going through nether portals
  • MC-30070 – Flowing lava can be blown up by TNT
  • MC-30816 – Nether Portal has odd texture when looking at it from certain angles with Fast Graphics
  • MC-30823 – Sky changes color in Achievements window
  • MC-31031 – Spawn eggs can be used on top of water, but not lava
  • MC-32250 – Typo on "Unable to Load Worlds" screen
  • MC-33093 – Cannot enter fullscreen reliably on Linux
  • MC-33108 – Incorrect death messages after PvP
  • MC-34617 – Animation crash if frame #0 is not referenced
  • MC-35343 – Canadian English Language Selection Screen
  • MC-35718 – Language is broken

脚注

警告: 既定のソートキー「1.07.02」が、その前に書かれている既定のソートキー「1.7.2」を上書きしています。