[情報] 1.12 Pre-Release 5

看板Minecraft (當個創世神)作者 (流河=L)時間8年前 (2017/05/17 21:57), 8年前編輯推噓8(808)
留言16則, 8人參與, 最新討論串1/1
https://minecraft.net/en-us/article/minecraft-112-pre-release-3 We've been working hard to squash a whole bunch of bugs this week, that we just had to get a new pre-release out there as soon as possible! Look at that list of bug fixes! It's almost 10 whole bugs long! Changes in 1.12 pre-release 3 Added resistance to "how did we get here?" hidden challenge Gave "how did we get here?" hidden challenge a big experience reward Added more food items to "a balanced diet" challenge Changed parrots to be fed with seeds, not cookies Advancements will now remember the tab you last selected The tutorial hints will be a little more smarter about deciding if now is a good time to learn how to punch wood Allowed parrots to spawn in old jungles Added new keybinding for opening advancements (default "L") Huge optimizations to both recipe book & creative inventory searching Some optimizations to advancements Technical: Changed "requirements" of advancements to an AND of ORs Technical: Functions should now use file extension ".mcfunction" Technical: Functions should not prefix commands with "/" (forwards slash) Technical: Functions should only use "#" to comment (not "//") Technical: Functions should recurse as expected, even whilst mixing /function and /execute Fixed bug MC-92916 - Player teleporting to unloaded chunks causing current chunks to be unloaded is removed from loaded entities list and not tracked by EntityTracker anymore resulting in client side desync Fixed bug MC-96555 - Wolves, ocelots and parrots can teleport in all non-full cube blocks near owner including path, lava, fire... Fixed bug MC-103067 - The unit for "Minutes Played" statistic is not always minutes Fixed bug MC-108304 - "Level Requirement" message is not translateable Fixed bug MC-108343 - Minecraft crashes with "java.lang.NullPointerException: Ticking screen" while pinging server on multiplayer server list (previously due to network issues, now more frequent) Fixed bug MC-110243 - Sneaking + Hit = Moved Wrongly / No Knockback Fixed bug MC-111054 - Invalid lang in options.txt leads to connection error Fixed bug MC-111859 - Movement Validation Wrong Fixed bug MC-112017 - The anvil rename field accepts 31 characters but the server rejects it if it is over 30 Fixed bug MC-112425 - Hitting rabbits with fire aspect sword: Couldn't smelt 0xtile.air@0 because there is no smelting recipe Fixed bug MC-112765 - hoverEvent JSON with specified color does not share among new lines Fixed bug MC-113255 - Server does not test if some files exist before trying to interact with them Fixed bug MC-113429 - Wither can break piston extension and end gateway Fixed bug MC-114110 - Constructor for playerlist header and footer packet (SPacketPlayerListHeaderFooter) is missing footer parameter Fixed bug MC-114281 - MutableBlockPos leak Fixed bug MC-115033 - Recipes for certain item subtype are unlocked for any subtype of item Fixed bug MC-115404 - Items can duplicate if the item entity gets modified Fixed bug MC-115407 - Loot entries serialise incorrectly Fixed bug MC-116373 - Glazed terracotta blocks can be pulled with slime blocks Fixed bug MC-116409 - Popup instructions for new players invasive for experienced users Fixed bug MC-116422 - Fires put out by splash water bottles do not cause block update Fixed bug MC-116425 - Invalid Map Can Crash Server Fixed bug MC-116505 - Other sneaking players appear lower than you in multiplayer Fixed bug MC-116533 - Glazed terracotta can't be pushed by branched slimeblock Fixed bug MC-116663 - Empty advancement file crashes server when loading world Fixed bug MC-116667 - Advancement GUI loading random textures if no background is defined Fixed bug MC-116735 - "Previous Output" in command blocks shows under textbox Fixed bug MC-116808 - @s is described as "target yourself" in a command block Fixed bug MC-116905 - Dispenser Recipe uses Enchanted Bow Fixed bug MC-116924 - Invalid advancement frame type crashes server Fixed bug MC-116925 - Messages for Narrator library are not logged properly Fixed bug MC-116926 - Advancement file containing only "null" crashes server Fixed bug MC-116927 - Server crashes with "null" as advancement title or description value Fixed bug MC-116934 - advancement trigger changed_dimension ignores end to overworld Fixed bug MC-116973 - /fill only supports block entity tags for one of the filled blocks Fixed bug MC-116982 - Block particles displayed in corner of area when using destroy option in fill command Fixed bug MC-117009 - Some blocks can't trigger placed_block of advancements Fixed bug MC-117012 - placed_block trigger doesn't detect corresponding block from buckets (but does detect the bucket item itself) Fixed bug MC-117022 - /fill does not always send block updates Fixed bug MC-117035 - Selected Advancement tab is forgotten when menu is closed Fixed bug MC-117117 - Parrots disappear when entering the back of a boat Fixed bug MC-117138 - "Loaded 'X' advancements" console spam Fixed bug MC-117197 - Message for non-existent team specified in entity NBT data is logged as info instead of warning or error Fixed bug MC-117223 - /reload feedback does not mention functions Fixed bug MC-117268 - /function feedback says "commands" despite functions being able to contain only one command Fixed bug MC-117313 - Advancements inherit "hidden": "true" field from their parent and cannot be overwritten Fixed bug MC-117318 - Advancement title is not highlighted in hover text of advancement announcement in chat Fixed bug MC-117319 - execute/selectors are broken Fixed bug MC-117321 - [Functions] Anything commands executed relative to anything doesn't doesn't run the command Fixed bug MC-117331 - Tripwire Hooks and Ladders can be placed on blocks that they should not be able to Fixed bug MC-117332 - gamerule sendCommandFeedback and commandBlockOutput doesn't stop /functions from writing errors Fixed bug MC-117341 - "How Did We Get Here?" Does not require the resistance effect Fixed bug MC-117352 - Advancements misaligned offscreen Fixed bug MC-117382 - "How did we get here" advancement does not give the reward Fixed bug MC-117402 - Recipe book does not correctly add items to already placed but offset items in crafting grid invalidating recipe Fixed bug MC-117419 - Advancement conditions with nbt data do not work correctly for inventory_changed Fixed bug MC-117428 - /function with /execute "An unknown error occurred while attempting to perform this command" Fixed bug MC-117450 - Fences and walls now connect to melons, pumpkins, and jack-o-lanterns Fixed bug MC-117471 - Obtaining charcoal unlocks Block of Coal recipe Fixed bug MC-117481 - Cannot place levers on hoppers anymore Fixed bug MC-117518 - Recipe Book "Click and hold for more" option does not default to items you have in your inventory Fixed bug MC-117543 - Recipe book is inconsistent with existing UI elements Fixed bug MC-117545 - Recipe book tabs are cut off/misaligned Added some new bugs! --------------- 加個新隱藏成就"how did we get here?" 並附贈1000經驗獎勵 加更多食物種類到成就"a balanced diet" 鸚鵡改吃種子而非餅乾 成就介面會記憶上次開的分頁 教學提示現在會更聰明判斷是不是該來打樹 鸚鵡現在會在舊雨林出現 加入熱鍵L開啟成就介面 大幅優化合成與創造物品欄搜尋 優化些成就相關 改變成就的 "requirements"到AND of ORs Function檔副檔名改成".mcfunction" 裏面指令開頭不加"/" 註解前改加"#" 就算同時用 /function 跟 /execute /function也該會照預期遞減 參考:https://redd.it/6bopne 後面幾句其實看不是很懂.. -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 114.36.176.248 ※ 文章網址: https://www.ptt.cc/bbs/Minecraft/M.1495029440.A.825.html ※ 編輯: error405 (114.36.176.248), 05/17/2017 21:59:05

05/17 22:44, , 1F
一段時間沒玩 已經要 1.12 pre 了啊
05/17 22:44, 1F

05/18 00:14, , 2F
現在餵食鸚鵡餅乾的話,會無差別秒殺牠…
05/18 00:14, 2F

05/18 00:29, , 3F
...那貓狗能吃餅乾跟可可豆嗎 囧
05/18 00:29, 3F

05/18 00:35, , 4F
巧克力對狗狗不好
05/18 00:35, 4F

05/18 00:58, , 5F
明明可以做一個不含巧克力的餅乾配方
05/18 00:58, 5F

05/18 01:01, , 6F
來建議把餅乾做成可調味的好了 (?
05/18 01:01, 6F

05/18 02:45, , 7F
可可含可可鹼會有興奮作用 小型動物代謝差 基本上都不能吃
05/18 02:45, 7F

05/18 02:49, , 8F
人代謝比較強 正常攝取反而有益健康 但極大量還是有可能死
05/18 02:49, 8F

05/18 03:11, , 9F
似乎在沒成就時開成就介面會炸掉的樣子
05/18 03:11, 9F

05/18 23:48, , 10F
pre 4出來了
05/18 23:48, 10F

05/18 23:48, , 11F
上一版會crash game的都修掉了
05/18 23:48, 11F

05/18 23:48, , 12F
不過感覺bug數量還是很多
05/18 23:48, 12F

05/18 23:58, , 13F
床在地圖上有正確顏色&function多了if跟unless能用
05/18 23:58, 13F

05/19 09:51, , 14F
BUG: 樓梯目前暫時不能用了, 收到 update 時會掉下來
05/19 09:51, 14F

05/19 09:56, , 15F
要來看看會不會打破 1.8.2 的 pre7 紀錄了嗎 (?)
05/19 09:56, 15F

05/19 17:20, , 16F
pre5出囉 修了十幾個bug就不貼過來了
05/19 17:20, 16F
文章代碼(AID): #1P75R0Wb (Minecraft)
文章代碼(AID): #1P75R0Wb (Minecraft)