Minecraft Wiki
(// Edit via Wikiplus)
(和訳)
タグ: ビジュアルエディタ
126行目: 126行目:
 
; {{cmd|spectate}}
 
; {{cmd|spectate}}
 
* 構文は {{cmd|spectate|[<''target''>]|[<''player''>]}}
 
* 構文は {{cmd|spectate|[<''target''>]|[<''player''>]}}
** <code>target</code> – the target entity to spectate.
+
**<code>target</code> – 追跡するターゲットを指定する。
 
*** If omitted, makes the player stop spectating.
 
*** If omitted, makes the player stop spectating.
** <code>player</code> – the [[player]] that should spectate the target.
+
** <code>player</code> – 追跡するエンティティを指定する。
  +
*** スペクテイターモードでなければならない。
*** Must be in spectator mode.
 
 
*** If omitted, <samp>@s</samp> (the executing player) is used.
 
*** If omitted, <samp>@s</samp> (the executing player) is used.
   

2019年12月13日 (金) 16:18時点における版

Minecraft 1.15
エディション

Java Edition

公式名称

Buzzy Bees

リリース日

2019年12月10日

開発版
ダウンロード

クライアント (.json)
サーバー

難読化マップ

クライアント
サーバー

プロトコルバージョン

573

データバージョン

2225

1.15の他の
エディション
  • PlayStation 3 Edition
  • PlayStation 4 Edition
  • PlayStation Vita Edition
  • Minecraft Dungeons
このリリースに含まれるすべての内容についてのガイド、およびBuzzy Beesのその他のリリースについては「Java Editionガイド/Buzzy Bees」をご覧ください。
Book and Quill
このページは翻訳途中です。 
あなたが内容を翻訳してみませんか?

1.15は、Buzzy Beesの最初のリリースであり、2019年12月10日にリリースされたJava Editionのメジャーアップデートである[1]。このアップデートでは、ミツバチや、それに関連した養蜂箱ハチミツ入りの瓶ハニカムなどのアイテムの追加が行われた。 また、バグの修正やパフォーマンスの改善[2]Bedrock Editionで既に実装されている多くの要素の追加[3]も行われた。

追加要素

ブロック

養蜂箱
ミツバチの巣
ハチミツブロック
ハニカムブロック

アイテム

ハチミツ入りの瓶
ハニカム
スポーンエッグ

モブ

ミツバチ
  • 体力値は 10♥♥♥♥♥ である
  • ミツバチの巣養蜂箱に棲む
    • 巣を持っていないミツバチは、それが見つかるまで彷徨う
    • 巣と養蜂箱に入ることができる
      • 但し一つの巣に最大3匹まで
  • 攻撃されると、同じ巣の全てのミツバチが攻撃者を攻撃しようとする
    • 住処が破壊されたときにも同じ挙動をする
      • 巣の下に焚き火を置くと受動的になる
    •  Angerデータタグを持っている。初期値は0
      • 攻撃されるとこの値は約700ティックに設定される
    • ミツバチの攻撃には10秒間の毒の効果があり、攻撃後50〜60秒で死亡する
    • 敵対するとき、目が赤くなる
    • 虫特攻エンチャントの効果を受ける
  • ウィザーローズを含むあらゆる種類の花で繁殖できる
    • それらを持っているプレイヤーを追う
      • プレイヤーが止まった場合はミツバチも近くのブロックにとまる
  • 花の周りで留まり、しばらくすると「受粉」状態となる。受粉すると、淡白色のパーティクルがミツバチから垂れる。このときテクスチャも花粉の付着したようなものに変化する
    • ダメージを受けるのにも関わらず、ウィザーローズにも受粉しようとする
    • 受粉の際、小さなポップ音を発する
    • 「受粉」状態となった後は巣に戻る
    • 受粉したミツバチ作物スイートベリーの低木を通過すると成長を加速させる
    • 受粉したミツバチが巣に戻ると honey_level が上がる
  • を避けようとする
  • ミツバチに倒されると、新しい死亡メッセージ「<プレイヤー>は刺されて死んだ」が表示される

コマンド

/data
  • 読み出し元や書き込み先に storage を使えるようになった。基本的に、キー・バリュー・ストレージ(訳注:値を保存しておく場所で、値1つにはキーが1つ対応付けられ、キーを用いて高速に検索をできるようにしたもの。)として用いる。
    • 各ストレージは名前空間IDによって区別される。
    • ストレージは全てのディメンションをまたいで共有される。
    • ストレージ内のデータは、ワールドから退出する際に保存される。
/execute
  • サブコマンド /execute if predicate <predicate> を追加
    • データパック内のpredicatesフォルダに定義された条件式を評価する。
  • サブコマンド /execute store storage を追加
    • コマンドの実行結果をstorageに格納する。その値は/dataコマンドのターゲットとして利用できる。
/schedule
  • 新しく/scheduleという書き方もできるようになった。
    • デフォルトはreplace
  • 新しい文法/scheduleで、存在しているscheduleを削除できるようになった。
    • 削除されたscheduleの数を実行結果として返す。
  • /scheduleによって、同じ関数を複数回にわたってスケジューリングできるように拡張された。
/spectate
  • 構文は /spectate [<target>] [<player>]
    • target – 追跡するターゲットを指定する。
      • If omitted, makes the player stop spectating.
    • player – 追跡するエンティティを指定する。
      • スペクテイターモードでなければならない。
      • If omitted, @s (the executing player) is used.
clickEvent
  • Added copy_to_clipboard action.
エンティティセレクター
  • 新しいセレクター引数 predicate によって、データパックpredicates ディレクトリに定義されたカスタムの条件式を適用できるようになった。
ゲームルール
  • doInsomnia
  • doImmediateRespawn
    • 死んだ際にゲームオーバー画面を表示するかどうか
  • drowningDamage
    • プレイヤーが水中にいる際にダメージを受けるかどうか
  • fallDamage
    • プレイヤーが落下ダメージを受けるかどうか
  • fireDamage
    • プレイヤーが火によるダメージを受けるかどうか
ルートテーブル
  • Loot table predicates can now be defined in separate files and used for entity selectors and in execute if command.
  • location_check 条件に新しいパラメーターが追加された。
    • offsetX, offsetY, offsetZ – 位置へのオプションのオフセット。
  • referenceが追加された。
    • Includes condition defined in predicates directory of datapack, selected with name parameter.
  • time_check 条件が追加された。
    • 時間をチェックする。
      • value – 受け入れられる値の範囲。
      • period – 存在する場合、時間はmoduloの値で除算される(例えば、24000に設定されている場合、値は一定の期間に作用する)。
  • 新たな機能:
    • copy_stateドロップされたブロックの状態プロパティを、ドロップされたアイテムBlockStateTag にコピーする。
      • パラメーター:
        • block – ブロックID
        • properties – プロパティ名のリスト。全てがブロックに存在する必要がある。

ゲームプレイ

進捗
  • bee_nest_destroyed safely_harvest_honey slide_down_block 進捗トリガーが追加された。
  • ハチミツブロックにジャンプしてプレイヤーの落下を中断する「スティッキーシチュエーション」が追加された。
    • 「冒険」のタブに追加される。
  • 焚き火を使用して養蜂箱から安全にハチミツを収集する「Bee Our Guest」が追加された。
    • 農業」のタブに追加される。
  • シルクタッチを使用して3匹のミツバチが居るミツバチの巣をいどうさせる「Total Bee Location」が追加された。
    • 農業」のタブに追加される。
操作
  • スニーク 及び ダッシュ 入力は、アクセシビリティオプションでホールドモードとトグルモードの切り替えが出来る。

全般

エンティティPredicate[[#cite_note-エンティティPredicate'"`UNIQ--ref-00000004-QINU`"'は、エンティティが指定した条件を満たしているかを判別し、処理を切り替えるために用いる[[JSON]]データのこと。[[データパック]]において、[[ルートテーブル]]や[[進捗]]を自作する際、それらに対する条件として_<code>entity_properties</code>_を用いる場合、その中の_<code>predicate</code>_フィールド内に記述することができる。-5|[訳註 1]]]
  • 新たに player フィールドを受け付けるようになった。プレイヤーが条件を満たしているかをテストする。
    • エンティティがプレイヤーでなければ、失敗する。
    • 使用可能なフィールド:
      • level – 受け付けるプレイヤーレベルの範囲。
      • gamemode/gamemode コマンドのものと同じ値を指定できる。
      • stats – 統計のリストを渡し、一致しているかをチェックする。
        • 使用可能なフィールド
          • type。例えば minecraft:custom
          • stat。例えば minecraft:sneak_time
          • value。整数の範囲。{"min": 0, "max": 1} など
        • 例えば、{"stats":[{"type":"minecraft:used","stat":"minecraft:fishing_rod","value":{"min":2,"max":10}}]} とすれば、釣り竿を使った回数が2–10回のプレイヤーの場合に限り成功する。それ未満や超えている場合は失敗する。
      • recipes – レシピIDをキーとするキー・バリュー・データ。その値としては真偽値を使い、レシピがプレイヤーに知られているかどうかを指定する。
      • advancements – 進捗IDをキーとするキー・バリュー・データ。プレイヤーがその進捗を達成しているかどうかを真偽値で指定する。もしくは、その進捗がどれだけ進行しているかをオブジェクトで指定する。
    • エンティティPredicateが team フィールドを受け付けるようになった。チーム名が一致するかをチェックできる。
言語
ロケーションPredicate[訳註 2]
  • 新しいサブPredicate block および fluid を受け付けるようになった。
    • 使用可能なフィールド:
      • block – ブロックIDに完全一致する。
      • fluid – 液体IDに完全一致する。
      • tag – ブロック/液体のタグに一致する。
      • nbt – ブロックエンティティNBTに一致する(block サブコマンド限定)。
      • state – キー・バリュー・データ。値は整数・真偽値・文字列、もしくは minmax フィールドを持つオブジェクト。
  • 新しいサブPredicate light を受け付けるようになった。
    • 整数の範囲を指定し、見えている明るさとの一致を確かめる。見えている光とは、日光(英語:sky-darkening)と光源ブロックからの光の明るい方である。
Predicate
  • カスタム Predicate機能が追加された。
    • ルートテーブルのconditionの部分は、今後はデータパック内のpredicatesフォルダに分けて定義しておくことができる。
パーティクル
  • 新たに4つのパーティクル dripping_honeyfalling_honeyfalling_nectarlanding_honey が追加された。
スプラッシュ
  • Added 3 new splash text:
    • "In case it isn't obvious, foxes aren't players."[5]
    • "Buzzy Bees!"
    • "Minecraft Java Edition presents: Disgusting Bugs"
統計]
タグ
  • ブロックタグ minecraft:beehivesminecraft:bee_growablesminecraft:cropsminecraft:flowersminecraft:shulker_boxesおよびminecraft:tall_flowers が追加された。
  • エンティティタグ minecraft:arrowsおよびminecraft:beehive_inhabitors が追加された。
  • アイテムタグ minecraft:flowersminecraft:lectern_booksおよびminecraft:tall_flowers が追加された。
  • Added new portals block tag.

変更要素

ブロック

焚き火
コンポスター
  • Now crafted with wooden slabs (like in Bedrock Edition), instead of fences and wooden planks.
ダークプリズマリン
ディスペンサー
エンドストーンレンガ
耕地
  • Blocks that can be manually placed on farmland without turning it into dirt can now also be pushed into it by a piston without turning the farmland under the block the piston has pushed into dirt.
鉄のドア
大きなシダ
  • をドロップするようになった[6]
スイカの茎カボチャの茎
  • 作物が実った状態の茎はドロップするようになった。
レール
  • 方角特性の影響を受けなくなった。
レッドストーンコンパレーター
足場
樹皮を剥いだ木
濡れたスポンジ
  • ネザーに置くと乾くようになった。

アイテム

ボート
スポーンエッグ

モブ

全般
  • モブの溶岩を避けて歩く能力が強化された。
エンダードラゴン
アイアンゴーレム
マグマキューブヤマネコスライム
  • generic.attackDamage 属性に変更された。
オウム
スポーン
村人
  • Nitwit villagers no longer have a leveling gemstone in their belt.
村人ゾンビ
キツネ
  • Foxes now spawn in all taiga variants.

エンティティ

ドラゴンの火の玉
経験値オーブ
  • Experience orbs now appear at the same spatial and temporal location as loot when an entity is killed.
  • Now render as translucent again.

ワールド生成

スイートベリーの低木

コマンド

/effect
  • /effect clear コマンドで target 引数が指定されていない場合、デフォルトで @s になる。
/kill
  • target 引数が指定されていない場合、最初のパラメーターばデフォルトで@sになる。
NBTの要素
  • Added NBT text component variant for NBT storage: {"nbt": <path>, "storage":"<resource id>"}.

ゲームプレイ

進捗
  • Item predicate in advancements now makes a distinction between actual enchantments and stored enchantments, like ones stored in enchanted books.
    • stored_enchantments は、保存されているエンチャント照合するために使用される。
  • Bees can now be bred to unlock the "The Parrots and the Bats" advancement.
  • Bees are now required for the "Two by Two" advancement.
  • Honey bottles are now required for the "A Balanced Diet" advancement.
  • Spectral arrows can now be used to unlock the "Take Aim" advancement.
操作
  • エリトラは、落下中だけでなく、ジャンプ等による上昇中でも展開出来るようになった。
食料
ハードコアモード
  • Hardcore game worlds now prompt to return to the menu on the death screen.
レシピ本
骨ブロック 石炭ブロック ダイヤモンドブロック
エメラルドブロック 金ブロック 金インゴット
鉄ブロック 鉄インゴット ラピスラズリブロック
レッドストーンブロック スライムブロック 乾燥した昆布ブロック
干草の俵 氷塊 青氷
  • Many recipes for items that are crafted by placing one of the above blocks in a crafting table no longer unlock when the player has nine of the material.
    • The recipes affected are:
骨粉 石炭 ダイヤモンド
エメラルド 金インゴット 金塊
鉄インゴット 鉄塊 ラピスラズリ
レッドストーンダスト スライムボール 乾燥した昆布
小麦
睡眠
ステータス効果
取引

全般

ブロックモデル
チャンクフォーマット
  • バイオーム情報にY座標が格納されるようになった。これにより、異なる高さに異なるバイオームを生成可能になった。以前まではX座標とZ座標のみが格納されていた。
    • 各チャンクの  Level タグの  Bimomes 配列には、256個ではなく1024個の整数が含まれるようになった。
データパック
  • Updated data pack version to 5.
デバッグ画面
  • 2行目の"chunk updates" のカウンターが表示されなくなった。
フォント
  • Modified the nonlatin_european font file to change the texture of characters ßおよびβ.
ゲームライブラリの更新
  • Minecraft に OpenGL 2.0 が必要になった。
ルートテーブル
  • Entities are now set for block loot tables in some cases where it was not previously.
メニュー画面
  • タイトル画面のパノラマが Beebee nestなど、新しい1.15の機能を含む画像に変更された。
  • 「ワールド新規作成」のボタンの下の説明がナレーション付きになった。
ナレーター
  • ナレーターがシステムまたは全てに向けられている場合、コマンドの提案がナレーションされるようになった。
難読化マップ
  • これを含む全ての将来のバージョンで公開されている。
パーティクル
  • Vertically moving particles now perform better when colliding with blocks.
パフォーマンス
  • Tweaked chunk loading calculations.
  • Improved chunk rendering.
  • Improved performance.
  • Optimized explosions.
リソースパック
  • リソースパックのバージョンは5
  • 現在、バージョン4のリソースパックの古いテクスチャメカニックの一部を新しいメカニックに変更しようとしている。
バイオーム設定
  • The biome blend settings have moved and now have descriptions per level.
  • Biome blend setting is now shown in the debug overlay.
タグ
  • Removed dirt_like block tag.
文字
  • テキストコントラクト
テクスチャ
  • 全ての チェストのテクスチャマップを変更。
  • Banner patterns now use the alpha channel instead of black.
  • のパターンテクスチャは明度ではなくアルファレベルを使用して色を決定する。
  • エンダードラゴンの翼底の個別のテクスチャが削除された。
  • The glint texture for enchanted items now appears like it does in-game.
  • Made textures for the Java Edition 1.13 panorama menu background 1×1 pixels.
  • Removed textures for customized world type preset icons, except Isles.
UI(ユーザーインターフェース)
Precision
  • Increased the floating point precision used for certain types of particle spawning to 64-bit (double-precision), from 32-bit (single-precision). This fixes precision errors at high coordinates, especially beyond 16,777,216 blocks, for the following particles:
    • Fishing particles[22]
    • Squid ink particles [23]
    • End gateway particles [24]
    • Conduit particles [25]
    • Entity falling from height impact particles[26]
    • Sweeping attack particles[26]
    • Damage heart particles[26]
    • The /particle command[26]
    • Mycelium particles[26]
    • Underwater particles[26]
    • Nether portal particles[26]
    • End portal particles[26]
    • Brewing stand particles[26]
    • Spawner particles[26]
    • Barrier particles[26]
    • Armor stand breaking particles[26]
    • Suspended gravity affected block particles[26]
  • Increased precision for the spawning of primed TNT entities at high coordinates.[27]
  • Increased precision for the books of enchanting tables checking for players.[28]

修正

303個のバグを修正
1.15以前にリリースされたバージョンから
  • MC-791 – プレイヤーが見ている方向にレールが設置されない。
  • MC-849 – 食料を食べたり、ポーションを飲んだり、村人ゾンビを治療したり、動物に餌を与えたりすると、アニメーションなしで2つ目の食料、ポーションを消費する可能性がある。
  • MC-997 – プレイヤーが雲の上または中にいる場合、雲は透明だが下面は透明ではない。
  • MC-1313 – Incorrect sign surface normal causes the text color to not be applied properly.
  • MC-2140 – 名前にスペース(空白)が含まれるサーバーへの接続が失敗する。
  • MC-2871 – ゾンビのスポーンエッグで大人のゾンビを右クリックしても子供のゾンビがスポーンしない。
  • MC-2958 – Custom mobs and normal vexes drop equipped items with looting despite DropChances being set to 0.
  • MC-3591 – 治療された村人ゾンビが拾ったアイテムをドロップしない。
  • MC-3784 – 上にブロックがあるのにも関わらず、雲の上で太陽や月がみえる。
  • MC-3984 – A re-created hardcore game is not hardcore unless game modes are cycled through and reset to hardcore.
  • MC-4240 – Placing fireworks on a side of a block summons it inside that block and makes it stuck under blocks above.
  • MC-4378 – 手で破壊しても鉄のドアがドロップする。
  • MC-5336 – Bonus chest doesn't always spawn on 'Snowy Kingdom' preset.
  • MC-6932 – TNT付きトロッコ、ホッパー、溶鉱炉の照明エラー。
  • MC-9553 – Wrong rendering order of particles, hitboxes, clouds, transparent blocks, breaking animations and various other transparent textures.
  • MC-10135 – プレイヤーに刺さった矢の奇妙な照明バグ。
  • MC-10209 – 'Allow Cheats' and 'Bonus Chest' buttons get unlocked after entering superflat/buffet customization options.
  • MC-12211 – 減算モードをコンパレーターが、特定の条件下で視覚的にアクティブにならない。
  • MC-13884 – Hanging snow golems don't throw snowballs.
  • MC-14826 – 読み込まれていないチャンクのリードが、見えなくなったり、遠くの見えない何かに繋がったりする。
  • MC-15862 – A dying enderman teleports away if it falls into water; takes experience to the teleportation destination.
  • MC-19413 – Horse tries to "finish" pathfinding when you interrupt it by riding it.
  • MC-19764 – 行商人や村人ご死んでいるのに取引ができる。
  • MC-20144 – 満腹度回復や即時回復、即時ダメージのエフェクトアイコンが表示されない。
  • MC-24336 – ウィザーが自らの爆発でダメージを受けている。
  • MC-27287 – Baby wolves spawn hurt.
  • MC-28447 – Speed effect stops working after switching dimensions but resumes after sprinting.
  • MC-29386 – ディメンションを移動した時に体力増強により追加されたハートが表示されなくなる。
  • MC-30646 – ハードコアゲームが削除されない。
  • MC-33285 – Summoning slimes with custom maxHealth attributes does not work.
  • MC-35507 – ブロック破壊アニメーションが特定の角度で正しくレタリングされない。
  • MC-35920 – エンティティの1部の半透明部分が半透明のブロック、ブロックエンティティ、及び1部のエンティティを非表示にする。(読み込み順序を応じて)
  • MC-36716 – Square enchantment glint is shown on advancements screen and toast popups.
  • MC-38779 – Thin black stripes over mooshrooms / iron golems / enderman / falling block with mipmapping.
  • MC-41822 – Black squares and triangles in the end sky with low render distance.
  • MC-41825 – 1部のエンティティが、ジ・エンドで暗い、黒い(光なし)。
  • MC-42248 – Placing lily pads does not have a hand animation in third-person.
  • MC-44244 – Lightning causes water, stained glass, entities, and tile entities to disappear.
  • MC-47091 – Slimes, magma cubes, ocelots, and iron golems do not use generic.attackDamage attribute.
  • MC-47941 – TNT and creepers flash white when exploding.
  • MC-49203 – Rendering depth of beacon and ender chest in superflat preview is wrong.
  • MC-54619 – World border invisible with blindness effect.
  • MC-58177 – Night vision rendered darker and orange when nearing light sources with brightness on moody.
  • MC-60634 – Spawn egg use animation not shown when using an animal.
  • MC-63179 – Clouds move with the player.
  • MC-63509 – Banners do not have a breaking animation.
  • MC-63669 – Comparator Timing Issue.
  • MC-63720 – Banners do not move in wind when over certain Time value of the level.dat.
  • MC-63942 – Transparent block weird rendering when held in hand/worn by an entity such as the player.
  • MC-68565 – Monsters spawn at daytime at y=256 and don't burn.
  • MC-69302 – Non-trivial blocks on the achievements screen/advancement tabs are rendered in the wrong order.
  • MC-69696 – Fire animation is dark for spiders, endermen and phantoms.
  • MC-70111 – When a thrown ender pearl is in the air, it disappears after relogging and the player does not get teleported.
  • MC-74762 – Under certain circumstances chunks can swap or reset.
  • MC-77652 – Falling Block does not have uniform transparency/non-transparency in the End.
  • MC-79867 – Guardian beam brightens nearby entities.
  • MC-80694DisplayTile block in Minecart in spawner is dark.
  • MC-81970 – Rotating armor stand causes shaking base plate.
  • MC-82943 – Witch held item uses player held item position.
  • MC-83003 – Barrier particles are not visible if the barrier block is in the off-hand.
  • MC-83051 – Spectral arrows, potion arrows, and Channeling tridents apply effects to endermen.
  • MC-83998 – Unable to place blocks on fences from off-hand.
  • MC-84611 – Right clicking water while duel wielding spawn eggs creates two of the mobs.
  • MC-86619 – Hand moves up and down when switching between empty slots.
  • MC-86846 – Changing a powered command block from impulse or chain mode to repeat mode does not trigger it until repowering.
  • MC-88179 – Armor bar disappears after changing dimension until GUI update.
  • MC-88209 – Endermen make stare sound even when provoked by attacking.
  • MC-88912 – Arrows and trident float when shot at the side of soul sand.
  • MC-89996hoverEvent changes lighting for displayed block of minecart and end crystal.
  • MC-90602 – Chunks don't load correctly/not rendering.
  • MC-93479 – F3+B hitbox/fishing rod line thickness (width) varies depending on whether F3 is open.
  • MC-93810falling_block becomes invisible if it is near the edge of the world.
  • MC-93932 – Blocks/items held by witches are flipped upside-down.
  • MC-94013 – End stone bricks are less durable than end stone and destroyed by the ender dragon.
  • MC-94421 – Shooting an enderman with a bow and arrow or trident will play arrow or trident collision sounds and subtitles.
  • MC-94491 – Pressing Esc in world settings returns to the main menu instead of the world list.
  • MC-94838 – Comparator affected through gap.
  • MC-96207 – Boats breaking lily pads creates too many particles.
  • MC-96521 – After clicking "Delete World", hardcore world still runs in background.
  • MC-97877 – Boat paddle shaded incorrectly.
  • MC-98308 – Armor opacity/transparency doesn't work correctly.
  • MC-98656 – Falling blocks do not render correctly when far away from 0,0.
  • MC-100222 – Breeding wolves with rotten flesh causes Hunger to the player.
  • MC-101247 – Horses, donkeys, mules, and boats sometimes disappear after dismounting.
  • MC-101700 – Missing server-side check-in enderman teleport.
  • MC-101725 – Enderman takes continuous damage from cacti and magma blocks.
  • MC-102130 – Glowing slimes/drowned outline becomes black when taking damage.
  • MC-102267 – Certain mobs do not take damage on magma blocks.
  • MC-103212F3+B hitbox not rendering in front of block 36.
  • MC-103313 – Hitbox of slime and magma cube is offset for some seconds.
  • MC-103672 – Steerable ridden entities (boats/pigs/horses) teleport back to their previous position for a short moment on dismount.
  • MC-103800 – Sometimes armor stands won’t update their visual rotation.
  • MC-104818 – When there is no value for an argument in options.txt, it is not correctly parsed: Skipping bad option: lastServer:.
  • MC-106494 – Items despawn after one minute instead of five when dropped from the creative inventory.
  • MC-106826 – Can interact with (eat) cake in creative mode/hunger bar is full.
  • MC-107754 – Transparent skin issue when held map in main hand and off-hand.
  • MC-107941 – Shooting, summoning or editing an arrow and reloading the world gives potion particles.
  • MC-108666 – Chest/trapped chest/ender chest/shulker box/bed/conduit held by witches are too small.
  • MC-108893 – Standing in a chunk with an end crystal with a beam target causes entity shading to render incorrectly.
  • MC-109108 – Mobs getting stuck on vines.
  • MC-110907 – Curse of Vanishing does not work in some places.
  • MC-111444 – An elytra cannot open if the server is lagging or when moving upwards.
  • MC-112292 – Texture for blocks using TileEntitySpecialRenderer is not bound for a short moment when entering a world and in superflat settings.
  • MC-112850 – Items with an empty AttributeModifier tag spam the console.
  • MC-112990 – Powered data parameter of furnace minecart is set by client as well.
  • MC-112995 – Cannot use items while looking at armor stand.
  • MC-113899 – Leaves of swamp world generation trees replace all non-full blocks.
  • MC-114106 – Dispenser plays failed sound when equipping a single pumpkin or skull.
  • MC-114522 – Invisible mob/player taking damage is rendered opaque and in wrong order.
  • MC-114576 – Blocks with flat textures held by player in third person view, villager / iron golem or enderman have z-fighting.
  • MC-114715 – Mobs picking up items can drop their current item even when the drop chance is set 0.
  • MC-115567 – Enderman stare sound does not play if enderman was spawned less than 20 seconds ago.
  • MC-115643 – Cannot hear punching blocks with 'Friendly Creatures' volume off.
  • MC-117449options.txt is read and written with the default OS encoding.
  • MC-117635 – Rear legs of sitting tamed wolf are displayed hovering.
  • MC-117914 – Entities crossing dimensions through nether portal causes tremendous lag.
  • MC-119078 – Glowing is not working for some entities.
  • MC-119621 – Left arm swings in third person while interacting with fence with item in main hand.
  • MC-120480 – Pets teleport onto blocks which have a solid "bottom", not "top" face.
  • MC-120558 – Advancement trigger consume_item not working for single potion item stack.
  • MC-122135 – Several GUIs are not closed when pressing Esc.
  • MC-123307/execute store can modify player data inside item "tags" of their Inventory or EnderItems.
  • MC-123686 – Old chests disappear when updating to 1.8+.
  • MC-124140 – Anchoring does not reset after use and is implicitly applied in nonsensical cases by default.
  • MC-124280 – Using fire charges on TNT in Creative mode consumes the fire charge.
  • MC-125104 – Cancelling delete world screen and options sub-menus using Esc opens main menu.
  • MC-125204 – Trident appears floating when charging it while sneaking.
  • MC-125360 – Enchanted tridents do not look enchanted.
  • MC-125495Owner tag of item entities is ignored if entity is destroyed in 200 ticks (Age >= 5800).
  • MC-125511 – Item entity merging ignores Owner tag.
  • MC-125638 – Ignited TNT block create entity offset at high coordinates.
  • MC-125810 – Carved pumpkin cannot be enchanted in survival mode.
  • MC-125880 – Recipe book rejects bows with Damage:0 tag when crafting dispensers.
  • MC-126996 – Primed TNT in low light levels loses its texture.
  • MC-127005 – Bottom of waterlogged blocks shows water texture.
  • MC-127094 – Arm animation is not executed in certain circumstances.
  • MC-127573 – Hover text is displayed for multiplayer chat while in bed even if chat is hidden.
  • MC-128361 – Cannot eat a chorus fruit, golden apple, or enchanted golden apple in Creative mode.
  • MC-129273 – Attempting to place a painting in a spot where it cannot exist may play the hand animation anyway.
  • MC-129781 – A trident will hit the ground after hitting an enderman.
  • MC-129806 – Team prefixes and suffixes do not show for villagers without a custom name.
  • MC-131061 – Armor stands cannot be placed by dispensers.
  • MC-131552 – Cannot craft stripped wood from stripped log.
  • MC-132211 – Book edits occur on network thread.
  • MC-132445 – Spawn eggs used on water do not display a hand animation.
  • MC-132787 – Lily pads generate much less frequently / do not generate in certain areas.
  • MC-133255 – Cartographers generate maps for existing mansions and monuments rather than unexplored ones.
  • MC-133348 – Wrong position of elder guardian effect while swimming.
  • MC-133877 – Extreme lag from decaying leaves.
  • MC-134495 – Click and hover events still work when F1 is toggled.
  • MC-134865 – Normal text between obfuscated text can flicker as well.
  • MC-135098 – Animal spawn eggs occasionally spawn baby animals.
  • MC-135110 – Crash when using outdated resource pack: Non [a-z0-9/._-] character in path of location.
  • MC-136074 – Endermen can teleport onto waterlogged blocks.
  • MC-136352 – Tools from creative inventory/crafting do not have Damage:0 set until relog.
  • MC-136360 – Attached pumpkin and melon stems do not drop seeds when broken.
  • MC-136367 – When exiting a boat it will put the player on top of the boat.
  • MC-136470 – Buckets' CanPlaceOn NBT check is applied to the block behind.
  • MC-136865 – Fortune and Silk Touch enchantments not working on last use.
  • MC-137297 – Clicking "Leave server" after dying on hardcore multiplayer does not disconnect the player from the server.
  • MC-138465 – Ender pearls forget their owner after reload (of game or chunks).
  • MC-140825 – Structure palette variant selection looks faulty.
  • MC-141354 – Dragon fireball texture inconsistent with new fire charge texture.
  • MC-142848 – Hitbox and eye level of polar bear is not adjusted when attacking.
  • MC-142918 – The stonecutter does not allow custom recipe inputs to be shift-clicked in.
  • MC-144263 – Anvils glitch out and make noise when dropped on a shulker.
  • MC-144588 – The loading screen for reloading resource packs does not cover the whole screen if the GUI is hidden.
  • MC-144608 – Reloading a shader with modified vert/frag files will not update it.
  • MC-144688 – Projectiles (snowballs, etc) do not preserve item data if using the item depletes the stack.
  • MC-144766 – Chunks stop rendering in respawn screen.
  • MC-145021 – Tamed animals are not able to teleport to the player when they are on the snow layer blocks.
  • MC-145179/data modify modifies player item data but shows error message.
  • MC-145275 – Reloading a resource pack messes up all textures for a brief moment.
  • MC-145587 – Endermen will teleport into water (without taking damage) to dodge a projectile.
  • MC-145821 – Stained glass, ice, slime block, and other transparent block particles are not transparent anymore.
  • MC-145879 – Titles are no longer faded when text background opacity is enabled in the accessibility settings.
  • MC-146213 – Loading bar on splash screen is able to extend beyond its black outline.
  • MC-146305 – Wandering traders sometimes run extremely fast for no reason.
  • MC-146327 – Reloading resource pack unsticks held item position.
  • MC-146623 – Bonus chests can spawn in the air or over grass.
  • MC-147241 – Recipe grouping pop-up is darker than it should be.
  • MC-147549 – Clicking on the bell from unringable angles/clicking non-bell parts of the bell plays the hand animation.
  • MC-147843 – Minecraft 1.14 can display the aquatic background.
  • MC-147865 – The elder guardian particle is displayed too high, over the player's head.
  • MC-148107 – Ominous banners render differently in advancement UI and toast.
  • MC-148562 – Obsidian towers in The End biome are not generated as intended.
  • MC-148704 – The "Server Light" section disappears then reappears.
  • MC-148865 – Title screen panorama turns white after clicking "Delete World" in hardcore mode.
  • MC-149181 – Biome blend causes massive stuttering when loading chunks or when placing/breaking blocks.
  • MC-149231 – Dragon egg culls the top of cactus.
  • MC-149343 – Chunk block lag when tall spruce tree is grown in that chunk.
  • MC-149928 – Soul sand can not suffocate mobs.
  • MC-150079 – Some commands in a command block will not run if the last character is a space.
  • MC-150202 – Chunks sometimes are dislocated/copied to another location.
  • MC-150242 – The held item tooltip no longer fades correctly.
  • MC-151173 – Stream used to read the options.txt file is never closed.
  • MC-151354 – Cannot rearrange servers with shortcut.
  • MC-151962 – The last use of shear will not drop the item on one high blocks.
  • MC-152100 – When using a brewing stand, the player cannot put blaze powder into the slot using the shift key.
  • MC-152159 – Players can hit the dragon during its death animation.
  • MC-152172 – Cartography table plays the sound multiple times overlapping on shift-click.
  • MC-152173 – Loom plays the sound multiple times overlapping on shift-click.
  • MC-152683 – Spectral arrows don't count for the "Take Aim" achievement.
  • MC-152751 – Horse armor can occasionally be duplicated when killing a horse wearing it with a weapon enchanted with Looting III.
  • MC-152839 – Screen is shaking on death.
  • MC-153216 – Zombie villager overlay turns dark blue/purple when equipped with enchanted armor.
  • MC-153298 – Wandering traders can spawn inside small spaces, such as farms.
  • MC-153334 – Cured villagers sell bookshelves for 1 emerald and buy books for 1 emerald, allowing players to easily get an unlimited amount of emeralds.
  • MC-153661 – Villagers always ring bells in the same direction, even if that should not be possible.
  • MC-153697 – Iron golems will occasionally attack players in Creative or Spectator mode.
  • MC-153698 – Jumping on a boat in water for a while causes you to accumulate fall damage.
  • MC-153820 – The entity_properties block loot table condition only works for players.
  • MC-154088 – Some text areas do not support partial transparency.
  • MC-154280 – The nitwit has a badge, even though unemployed villagers do not because they cannot trade.
  • MC-154779 – Bed breaking texture is not centered properly.
  • MC-154873 – When breaking a block with an enchanted book with Silk Touch on it, the block drops itself.
  • MC-155289 – Mob spawning rate in the Overworld is reduced.
  • MC-155520 – Repeaters do not update properly.
  • MC-155591 – Foxes can spawn in giant spruce taiga, but not in giant tree taiga.
  • MC-155616 – Shulkers in boats disappear after entering end gateways.
  • MC-155758 – Endermen don't pick up non-collidable blocks.
  • MC-156005 – Tamed wolves no longer teleport to the player when they're in water.
  • MC-156078 – Name tags not working on endermites.
  • MC-156197 – Using shears with 1 durability remaining drops nothing or wrong drop.
  • MC-156276 – Cannot shift-click while riding a horse, within inventory.
  • MC-156746 – Cannot change attribute generic.maxHealth for tamed wolves/dogs.
  • MC-156766 – Items stopped spreading far on death.
  • MC-156852 – Ghost blocks remain when insta-mining; reappearance of MC-5694.
  • MC-156856 – Ravager pathfinding AI becomes broken when ravager encounters a pillager patrol.
  • MC-156876 – In desert_small_house_7, one door is open.
  • MC-156884 – Bows sometimes don't use the correct texture when being drawn in creative mode.
  • MC-156952 – Village tree center has leaves that are persistent.
  • MC-157136 – Villagers restocking is not properly tracked.
  • MC-157212 – Trusted fox hostile AI seems to be broken. Foxes only defend players from mobs that shoot arrows, but ignore mobs that use melee attacks and projectile entities that are not arrows.
  • MC-157426 – Command outputs which should be sorted don’t get sorted.
  • MC-157494 – Tamed animals no longer teleport to players properly.
  • MC-157697 – Unplayable conditions when pillagers loaded: extreme lag spikes.
  • MC-158373 – Raid horn sounds play globally in all villages.
  • MC-158414 – When riding an entity, players appear to be at the location they mounted it at as soon as they are out of range.
  • MC-158484 – Game crashes when an illager rides any mob.
  • MC-158585 – Villagers spawned from dispensers have default textures no matter what biome they are in.
  • MC-158672 – Entering certain chunks causes FPS drops.
  • MC-158677 – Ender dragon freezes the server if there is no end stone in the end.
  • MC-158705 – When drinking a potion in creative it changes the potion next to it when scrolling to that potion in the hotbar.
  • MC-158843 – Mobs can no longer spawn on jack o' lanterns and redstone lamps.
  • MC-158853 – Chests missing after converting and loading an old map from 1.7.10.
  • MC-158870 – Debug diagram does not allow stepping into profiler segments.
  • MC-158911 – Fences and walls connect to closed shulker boxes.
  • MC-158978 – "Create New World" button in the world creation menu is enabled after returning from the world customize menu, allowing world names to be left blank.
  • MC-158988 – Minecraft will remove up to several hundred chunks per region if region file is not exact multiple of 4096 bytes.
  • MC-159196 – Cape is rendered too dark if the player is sprinting and has an arrow in it.
  • MC-159462 – Scrolling hotbar slots while consuming uses multiple items.
  • MC-159496 – Player death uses incorrect sound event.
  • MC-159574 – When switching to another item while drinking a potion, the item is replaced with an empty bottle and the slot with the potion is cleared.
  • MC-159785 – Cloned block contains same item in memory.
  • MC-159947 – Fire charge from dispenser does not light campfire.
  • MC-160123 – Large ferns no longer drop seeds.
  • MC-160177 – Block breaking animation doesn't show for other players.
  • MC-160367 – Pillagers do not despawn.
  • MC-160895 – Breeding animals does not display a hand animation.
  • MC-160896 – Shearing sheep and mooshrooms does not display a hand animation.
  • MC-160981 – Making tamed parrots sit or stand plays no hand animation.
  • MC-160992 – Certain blocks cause bare hand to animate when clicked on, despite no action taking place, but do not cause held items to animate.
  • MC-160993 – Empty flower pots cause arm animation to play even when holding incompatible items.
  • MC-161002 – Endermen don't turn to face the player when looked at.
  • MC-161083 – Inconsistency with how multi-block objects display cracking animations.
  • MC-161132 – Leaves are considered solid faces for block placement.
  • MC-161151 – Right clicking on redstone ore, which causes it to light up, plays no hand animation.
  • MC-161154 – When the ender eye is unavailable, the hand animation still plays.
  • MC-161220 – Right-clicking on a button while it is pressed inwards still plays a hand animation.
  • MC-161261 – Treating zombie villagers does not display a hand animation.
  • MC-161262 – Feeding pandas does not play hand animation.
  • MC-161733 – Vindicator's "idle5" sound is unused.
  • MC-161886 – Dropped trident items rotate around an external axis / Bed items rotate around a non-centered axis.
  • MC-161888 – Enchantment tables do not track the player correctly at high distances from the world origin.
  • MC-161902 – Game crashes when a turtle ridden by an illager enters water.
  • MC-161991 – Floating point precision error: Trailing particles from fishing lose precision at high coordinates.
  • MC-161993 – Floating point precision error: Conduit particles are attracted to conduit incorrectly at high distances.
  • MC-161994 – Floating point precision error: Squid ink particles lose precision at high coordinates.
  • MC-161999 – Floating point precision error: Particles emitted by end gateways gravitate to a point that loses precision at high coordinates.
  • MC-162261 – Placed rails are not immediately updated when connecting to other rails.
  • MC-162531 – Player sneaks while sleeping if there is a lantern two blocks above the bed.
  • MC-162905 – Kelp naturally generates with 'age' too low.
  • MC-162952 – Stacked numbers of an item in inventory are rendered behind the potion effect status effect in inventory.
  • MC-163308 – Pillagers still spawning in trees in 1.14.4.
  • MC-163375 – Minecart with a furnace can take anything as fuel.
  • MC-163400 – Parrots can imitate wolves, polar bears, and zombie pigmen.
  • MC-163879 – Dispenser plays failed sound when equipping a single mob head.
  • MC-164342 – Barrels do not generate LootTable when broken.
  • MC-164397 – Birches no longer generate in Dark Forest biomes.
  • MC-164499 – Game crashes when creating customized superflat world with unparsable biome.
  • MC-164747 – Inconsistent capitalization of "By" in "Damage Blocked By Shield".
  • MC-164896 – Chests, boats, and beds are not shown behind dropped stained glass.
  • MC-165023 – Sand dropped on boats can force-update cacti, sugar cane, and bamboo, causing them to grow very quickly.
  • MC-165034 – Falling blocks convert to blocks when falling on top of a boat.
  • MC-165524 – Zombie pigman spawn eggs used on zombie pigmen do not spawn baby zombie pigmen.
  • MC-165653 – Translucent stairs have a z-clipping issue.
  • MC-166047 – Tamed wolves attack tamed parrots.
  • MC-166590 – Sweet berry bushes do not generate in any type of giant tree taiga biomes.
  • MC-166865 – The game crashed while initializing the game, with error: java.lang.IllegalArgumentException: MALFORMED.
非公開のバグ
  • MC-11944 – Able to replace end portal with buckets in hand or dispenser.[2]
  • MC-136984 – Game crash exploit.[29]
  • MC-140507 – Overloading a chunk with data will cause it to revert to its old state.[3]

ギャラリー

スクリーンショット

トリビア

  • Wax Block Crystallized Honey 「wax-block」及び「crystallized-honey」アイテムの未使用のテクスチャは、1.15の開発中にゲームファイルで見つかった。これらは誤って追加され、スナップショット19w42aで削除された[30]

関連項目

脚注

警告: 既定のソートキー「Java Edition 1.15.00」が、その前に書かれている既定のソートキー「1.15」を上書きしています。
引用エラー: 「訳註」という名前のグループの <ref> タグがありますが、対応する <references group="訳註"/> タグが見つかりません