We’ve been rewriting a lot of internal stuff this week, so this snapshot may not be super fantastic featureful but trust me it’ll be worth it in the end.
Notable changes for survival:
- A lot of mob AI has changed. This should mean nothing, but may actually mean something. Don’t sit on slimes.
Notable changes for mapmakers:
- Added an optional hotkey to show outlines on players whilst spectating
- It’s now possible to spawn in ItemEntities that can’t be picked up (PickupDelay=32767)
- It’s now possible to spawn in ItemEntities that won’t expire (Age=-32768)
- Added an extra argument to /effect that will hide particles
- Statistics for items/blocks can now be referenced per name, instead of ID
- Added new objective criteria ‘trigger’, and a command /trigger to use with them (intended for tellraw links)
- Added the ability to reset a single score on a player through /scoreboard
- Added new objective criteria for team-specific kills (teamkill.red, killedByTeam.blue)
- Added the ability to iterate over every scoreboard player with * in /scoreboard commands
- Added data tag to items to allow placing of certain blocks against other blocks in adventure mode (
/give @p stone 16 0 {CanPlaceOn:["minecraft:diamond_block"]}
)- Added data tag to items to hide certain parts of the tooltip (HideFlags, bit field of 1/enchantments, 2/modifiers, 4/unbreakable, 8/candestroy, 16/canplace)
適当な訳
今週に入って私たちは沢山の内部的な部分を書き直してる。だから、このスナップショットはスーパーファンタスティックに先進的。でも私を信用して、最終的にはきっと価値のあるものになるから。
サバイバルモードに関する特筆すべき追加項目:
- 沢山の Mob の AI を変更。これは何かを意味してるわけじゃないけど、実際には何か起きるかもしれない。笑って座っていない方が良い。
マップメーカーに関する特筆すべき追加項目:
- スペクト中に機能するプレイヤーの概要を表示するホットキーを追加
- 拾う事が出来ない(PickupDelay=32767)アイテムとしてスポーンさせる事が可能に
- 消える事がない(Age=-32768)アイテムとしてスポーンさせる事が可能に
- /effect コマンドにパーティクルを隠す為の引数を追加。(勝手に注釈:溶岩とかポータルのエフェクトとして表示されている粒的なものを非表示に出来るように)
- アイテム/ブロックの統計を ID の代わりに名前で参照できるようになった。
- 新しい基準 ‘trigger’ と、それを使う /trigger コマンドの追加。(tellraw コマンドの link 向け)
- プレイヤーが /scoreboard のコマンドを通して、シングルのスコアをリセットする能力の追加
- チームの具体的なキルに関する新しい客観的な基準「teamkill.red, killedByTeam.blue」(勝手に注釈:多分、チーム分けをしてキルした時の判定についてのオブジェクト)
- /scoreboard コマンドにおいて、* でスコアボードの全てのプレイヤーに対して反復して作用させる機能の追加。(勝手に注釈:単純に書くと、/scoreboard コマンドで正規表現の * 的な物が使えるという話だと思う)
- アドベンチャーモードで他のブロックに対して特定のブロックの設置を許可する為に、アイテムのデータタグを追加。(
/give @p stone 16 0 {CanPlaceOn:["minecraft:diamond_block"]}
)(勝手に注釈: /give コマンドでダイヤモンドブロックに対して設置できる石を16個渡す的な物だと思う) - ツールチップの特定の部分を隠す為に、アイテムのタグデータを追加。(フィールドの 1/enchantments, 2/modifiers, 4/unbreakable, 8/candestroy, 16/canplace でフラグを隠す)(訳した方がいいのか分からないけど、1がエンチャント、2が修飾子、4が壊れない、5が壊す事ができる、16が設置可能の、それぞれの表示に該当するっぽい。)
勝手な感想
今回のアップデートは内部的なものが多いとの事だが、内部的なものでも特にテキストの表示や分岐、チームスコア的なものへのコマンドが多数含まれており PvP や、アドベンチャーゲームっぽいものに関する動作をサポートするものが沢山ある。上手くこれらを利用する事でゲームサーバーはかなり特色の出せる幅が広がりそうな内容だと思う。この方向性は随分前のアドベンチャーアップデートの時以来密かに進められており、Minecraft とマルチサーバーを使う事でゲームツクール的なゲームのプラットフォームとして機能する事を目指しているように見える。
追記:色々見た所レッドストーンの動画などを作られてる人の trigger コマンド解説が分かりやすかったので参考までに紹介。
- 14w06bがきてたよー(主にtriggerコマンドについて):赤石愛のれんらくちょう【Minecraft】 – ブロマガ
- http://ch.nicovideo.jp/akaishi_ai/blomaga/ar450959?cc_referrer=ch
続きを読む以降は、沢山のバグ修正。
その他沢山のバグ修正
Update: A ‘b’ snapshot has been released to fix some nasties. Changelog:
- [Bug MC-19886] – Plants don’t cause an update when the block beneath is broken/light level changed
- [Bug MC-46579] – Tools and swords are to high up on the arm in 3rd person mode
- [Bug MC-47427] – Game crashes when breaking some blocks
- [Bug MC-47428] – Weird slimeblock texture
- [Bug MC-47429] – I don’t get what happened, i was in my test world flying around and it crashed, for two times
- [Bug MC-47430] – When i click on a previous 1.8 snapshot world it crashes
- [Bug MC-47434] – Wrong dirt texture
- [Bug MC-47438] – Game crash while killing slimes
- [Bug MC-47440] – Hopper: java.lang.IllegalArgumentException: n must be positive
- [Bug MC-47442] – Shadow in Inventory
- [Bug MC-47448] – Standing in minecarts
- [Bug MC-47457] – Mining blocks causes crash
- [Bug MC-47459] – Pistons not placing correctly
- [Bug MC-47464] – Block side shading not being applied in Fast with no smooth lighting
- [Bug MC-47466] – Crash “Tesselating block in world” with following world seed
- [Bug MC-47468] – Constant Crash back to MC Launcher Screen
- [Bug MC-47469] – Cactus in pot shows incorrect texture
- [Bug MC-47470] – Two tall flowers variants are not generating.
- [Bug MC-47471] – Weird visual flash bug when mining Glowstone / Block mine crash
- [Bug MC-47477] – Smooth Lighting OFF
- [Bug MC-47482] – Signs display Redstone Block particle when broken
- [Bug MC-47489] – Fishing rod does not cast
- [Bug MC-47492] – The Brightness.. or shading.. broken..
- [Bug MC-47505] – Slimes shadow
- [Bug MC-47542] – Capes doesn’t display correctly when crouched
Bugs fixed in this snapshot:
- [Bug MC-19886] – Plants don’t cause an update when the block beneath is broken/light level changed
- [Bug MC-39139] – walkOneCm stat doesn’t accurately measure distance
- [Bug MC-44688] – /clear fails on strings containing spaces
- [Bug MC-46223] – @a, @p, @e or @r doesn’t include dead player
- [Bug MC-46404] – Hearts, food, armor and crosshair are the wrong color (overlay) when holding certain items.
- [Bug MC-46424] – Chunks not loading for mob camera view
- [Bug MC-46427] – Breaking barriers create lava and water particles
- [Bug MC-46435] – Reticle (Now Hitbox) Appears on Tile Entities In Spectator Mode
- [Bug MC-46473] – Cannot open minecart with chest in spectator mode
- [Bug MC-46492] – Texture Issues With Invisible Slime
- [Bug MC-46535] – Can control minecarts in Spectator Mode
- [Bug MC-46550] – The head of the sheep is bugged
- [Bug MC-46560] – When certain mobs take damage, the red damage indicator is not displayed properly.
- [Bug MC-46579] – Tools and swords are to high up on the arm in 3rd person mode
- [Bug MC-46599] – Trapped chests display triple chests in spectator mode.
- [Bug MC-46694] – Item Frames, Knots and Paintings displaying void particle
- [Bug MC-46695] – “flyingSpeed” flood in the dev console when flying in gamemode 1 and 3
- [Bug MC-46711] – Spectating baby zombies has wrong eye level
- [Bug MC-46715] – Item Repair Duplicating Item
- [Bug MC-46751] – Cardinal direction in debug screen change with mouse while spectating a mob
- [Bug MC-46761] – Zombies and Zombie Pigmen do not show holding items
- [Bug MC-46838] – testfor NBT parsing error
- [Bug MC-46950] – Can see the item name when pressing hotbar shortcut key in spectator mode
- [Bug MC-47268] – Attempting to use a post-processing effect crashes on old Mac hardware
- And many more that weren’t on the bug tracker so we couldn’t mark them as fixed! Did I mention please report bugs? Thanks.
関連項目
- Minecraft snapshot 14w05b minecraftologies – マインクラフト –
- http://minecraft.ologies.net/2014/02/minecraft-snapshot-14w05b/
コメントを残す