我的世界Minecraft Java版17w49a发。每周快照是Minecraft的测试机制,主要用于下一个正式版的特性预览。然而,每周快照主要用于新特性展示,通常存在大量漏洞。因此对于普通玩家建议仅做测试尝鲜用。使用测试版打开存档前请务必备份。适用于正式版的Mod不兼容快照,且大多数Mod都不对每周快照提供支持。Minecraft 1.13 仍未发布,17w49a为其第9个预览版。

Minecraft 快照 17w49a

Java版 1.13 的快照

This weeks snapshot brings us bug fixes! Lots of bug fixes.

这一周的快照都是修漏洞!修了很多漏洞。

17w49a的更改

Added new data concept: 'tags'

增加了新的数据概念:'tags'

Lots of bug fixes!

修了很多漏洞!

Tab now also cycles the command suggestions again

Tab再次可以循环选择命令提示了

修复的漏洞:

Fixed bugMC-99321- Hoppers cannot pull items from double chests if second chest is blocked

如果第二个箱子被锁,漏斗无法从大箱子吸出物品

Fixed bugMC-121282- Server icons erased on loading multiplayer menu

服务器图标在加载多人游戏菜单时消失了

Fixed bugMC-121631- Taking items from the creative inventory search tab no longer resets search text

从创造模式物品栏的搜索选项卡中拿出物品后不再重置搜索文本

Fixed bugMC-121632- Pressing "chat" key selects search in creative inventory/recipe book AND types the letter

按下“聊天”按钮会转到创造模式物品栏/配方书,并输入相应字母

Fixed bugMC-121648- "Difficulty" in settings is untranslated and lowercase

“难度”选项未翻译,且为小写形式

Fixed bugMC-121665- Key "None" display string as "key.keyboard.-1"

键位“无”会显示字符串“key.keyboard.-1”

Fixed bugMC-121705- Cursor is offset from actual mouse location when opening GUIs while moving mouse

在移动鼠标时打开GUI界面,会导致光标位置偏离实际位置

Fixed bugMC-121709- The clickable area to sort the statistics menu are not in the right place

统计菜单里的可点击区域不在恰当的位置

Fixed bugMC-121714- Unable to save screenshot of PNG format

无法将截屏保存为PNG格式

Fixed bugMC-121718- You can not select the spectator menu

无法选择旁观者菜单

Fixed bugMC-121808- Command argument validation for single entity says player in some error messages

对于只容许单个实体的命令参数,错误信息写的是“玩家”一词

Fixed bugMC-121873- Dark background missing from beacon GUI

信标GUI缺失黑色背景

Fixed bugMC-122148- No Block, Item, Mob, GUI, or any other texture renders -- No sounds play

无方块、物品、生物、GUI,或其他所有材质的渲染——没有声音播放

Fixed bugMC-122270- Pushing blocks with connections doesn't update them

推动有连接的方块不会导致更新

Fixed bugMC-122295- Backups folder is created outside of the server directory when using a dedicated server

使用专门服务器时,备份文件夹创建在了服务器目录之外

Fixed bugMC-122309- '/gamerule gameLoopFunction' does not tab complete function names

'/gamerule gameLoopFunction'无法自动补全函数名称

Fixed bugMC-122314- All maps created in earlier versions are now the same

所有早期版本的地图都变成一样的了

Fixed bugMC-122355- Crash on breaking banner: java.lang.ClassCastException: arw cannot be cast to aru

破坏旗帜时崩溃:java.lang.ClassCastException: arw cannot be cast to aru

Fixed bugMC-122383- Pre-existing chests invisible, overlapping

预先存在的箱子有不可见、重叠的问题

Fixed bugMC-122395- Custom player heads are called "block.minecraft.player_headnamed"

自定义玩家头颅的名称为"block.minecraft.player_headnamed"

Fixed bugMC-122492- Debug stick can be used by non-op players

非管理员玩家可以使用调试棒

Fixed bugMC-122521- Damaged anvil always turns to the North

损坏的铁砧永远朝南

Fixed bugMC-122536- "set_nbt" function in loot table does not merge NBT to item

战利品表的"set_nbt"功能无法合并NBT标签到物品中

Fixed bugMC-122558- Health criteria scoreboard objectives do not use hearts to display value anymore

Health类记分版目标不再使用心形显示值了

Fixed bugMC-122573- Crash due to carpet and sticky pistons

因地毯和粘性活塞导致的崩溃

Fixed bugMC-122584- Incorrect format string order in statistics

统计中有不正确的格式字符串顺序

Fixed bugMC-122625- Order of contents of north- and east-facing double chests changed after update

更新之后,朝北和朝南的箱子中物品的顺序会改变

Fixed bugMC-122639- Can't place lily pads on ice

无法在冰上放置睡莲

Fixed bugMC-122643- Snow, carpet and daylight detectors culling adjacent upper slabs

雪、地毯和日光检测器会导致邻接的上半砖渲染出错

Fixed bugMC-122644- Datapacks cannot replace vanilla crafting recipes.

数据包无法替换纯净合成配方

Fixed bugMC-122646- Attempting to add cullface to glass panes does not work

向玻璃板添加剔除面不起作用

Fixed bugMC-122650- Player heads aren't affected by upgrade paths, renamed to "block.minecraft.player_headnamed" + head texture does not show, only when placed

玩家的头不会被路径更新影响,被重命名为"block.minecraft.player_headnamed + 头部材质在放置后不显示

Fixed bugMC-122718- Dirt border of "video settings" menu encroaching too far on settings

“视频设置”菜单的泥土材质在设置界面延伸过远

标签

Items & blocks can be "tagged" with an ID, to make testing for things much easier. For example, checking if a block is "wool" with a command needs to actually test for every wool-like block individually. Now you can test if it matches the tag minecraft:wool, instead.

物品和方块可以“贴上”一个ID标签,使得测试更为简便。例如,要用一条命令检测一个方块是不是“wool”,实际上需要分别检测所有羊毛类的方块。现在你可以检测方块是否匹配标签“minecraft:wool”了。

标签的类型

Currently there's block tags and item tags. You use block tags when testing for blocks in the world, and item tags for testing for items (even block-items) in inventories. It may seem like we could just stick with item tags, but not every block has an item!

目前有的是方块标签和物品标签。你可以用方块标签检测世界中的方块,同时可以用物品标签检测物品栏中的物品(包括方块物品)。看起来我们可以只用物品标签,但是不是所有方块都有物品形式!

创建标签

Inside data packs, you can create a file at data/(namespace)/tags/blocks/foo.json to make a block tag called namespace:foo, which contains a list of blocks that should be tagged with namespace:foo.

在数据包内,你可以在 data/(命名空间)/tags/blocks/foo.json 的位置创建一个文件,这样就会创建一个名为 命名空间:foo 的方块标签,里面包含着应该被贴上 命名空间:foo 的方块列表。

工作进展

There's not many default tags (both item & block have minecraft:planks and minecraft:wool currently, that's it). We're migrating things over to it, still.

现在还没有很多的默认标签(具体说就是,物品和方块目前只有minecraft:planks和minecraft:wool而已)。我们仍在进行迁移到标签的工作。

配方

Recipes can now refer to a tag instead of an item. This should save a few hundred thousand lines of code, somewhere.

在物品之外,配方现在可以指定标签了。这可以在某些地方节省好几万行代码了吧。

安装快照

Please report any and all bugs you find in Minecraft to bugs.mojang.com. If nobody reports a bug, we can’t fix it! experimental development snapshots” and save. To switch to the normal version, you can select it in the dropdown at the bottom left corner of the launcher. Back up your world first or run the game on in a different folder (See the “new profile” dialog). Snapshots can corrupt your world, please backup and/or run them in a different folder from your main worlds.请在http://bugs.mojang.com报告Minecraft中的BUG。如果没人汇报BUG的话,我们无法修复它!如果你想试玩快照,请打开官 方启动器并点击“New Profile”按钮,选中“snapshots”并选择“Enable experimental development snapshots”并点击保存。如果想切换到普通的版本,你可以在启动器左下角按钮上方的下拉菜单中选择。在开始快照前备份你的世界或在不同的文件夹中启动快照(见“new profile”对话框)。快照可能会玩坏你的存档,请千万记得备份存档和/或在与你的存档不同文件夹里运行。

我的世界java版本试玩_我的世界Minecraft Java版17w49a发布相关推荐

  1. 我的世界JAVA版本mod推荐_我的世界经典必玩MOD推荐

    游戏园我的世界官方群:325049520二群:256070479欢迎各路喜爱我的世界的小伙伴们加入讨论! 玩服务器的小伙伴们可以加入:464651602群一起联机玩游戏哦! 如果你有心仪的作品或者心得 ...

  2. 苹果钥匙试玩_苹果和宝马如何改变您的车钥匙

    苹果钥匙试玩 The coming of a standardized authentication protocol for phones and cars, making various cars ...

  3. mc有什么红石机器人_我的世界红石机器人怎么做_我的世界红石机器人制作教程...

    我的世界是一款风靡全球的高自由度沙盒游戏,很多玩家都认为在游戏中做一个会动的机器人是一件很有趣的事情,然而还有很多小伙伴不清楚怎么搭建机器人,那么我的世界红石机器人怎么做?下面小编就把我的世界红石机器 ...

  4. 我的世界java营火如何合成_我的世界如果有了篝火会怎么样? 原来MC还可以这样玩...

    众所周知<我的世界>JAVA版1.14,PE版1.10都加入了全新的方块"篝火".对于这个方块,我们充满了期待!若在这样的版本里玩MC,会发生什么呢? 这次" ...

  5. 我的世界基java版刷怪机制_我的世界1.8版本刷怪机制_我的世界代码1.8版本刷怪机制_快吧单机游戏...

    我的世界代码1.8版本刷怪机制,我的世界中如何刷怪?今天给大家带来玩家"etflly"总结分享的1.8刷怪机制(源码解析),感兴趣的一起来看看吧!我的世界1.8版本刷怪机制. 昨天 ...

  6. 我的世界1.12.2java下载_我的世界Minecraft Java版1.12.2 pre2 宣布

    我们依然在建造1.13,可是我们同样一直在存眷着一些需要放在当今版本的.被迫切需求的内容.个中的一部门工作呈现了意外,所以我们宣布了1.12.2的第二个预宣布版!在这个版本里我们也进级了游戏内的标题以 ...

  7. 我的世界1.12.2java下载_我的世界:Minecraft Java版 1.12.2-pre1发布

    我的世界:Minecraft Java版 1.12.2-pre1发布!Minecraft 1.12.2仍未发布,1.12.2-pre1为其第1个预览版.预发布版是Minecraft的测试机制,如果该版 ...

  8. 电脑运行java程序很卡_我的世界卡运行不流畅解决办法

    在玩我的世界时候很卡怎么办?今天游戏园小编为大家带来了我的世界卡机不流畅的解决办法,一直被这个问题困扰的同学快来看看吧! 运行Mc很卡,但配置是达标的,可为java程序增加内存量提升流畅程度 方法一. ...

  9. 我的世界1.12.2java下载_我的世界java版整合包

    Minecraft我的世界java版整合包是一款由mcbbc论坛大神提供整合包资源,适合休闲的玩家一键安装去玩,也适合想进军MC的小白用户安装,本整合包整合了从1.6.2到1.12.2所有版本的jav ...

  10. 我的世界1.6.4java下载_我的世界Java版1.16.4

    我的世界Java版1.16.4是一款结合创造与冒险两种元素的像素沙盒创造类游戏,这款游戏绝对是玩家锻炼想象力以及创造力的不错选择,因为这款游戏的工具非常多,玩家完全不需要担心材料不够的问题,如此自由的 ...

最新文章

  1. 在Linux下如何安装配置SVN服务
  2. Vivado中Debug的用法总结
  3. 母校/母语/母公司怎么说?
  4. Django连接数据库增删改查操作
  5. Java注解的基本概念和原理及其简单实用
  6. linux的基础知识——线程
  7. linux内核关闭网络巨帧xenomai,xenomai内核解析--双核系统调用(二)--应用如何区分xenomai/linux系统调用或服务...
  8. there are so many javascript library
  9. MTCNN-tensorflow源码解析-gen_landmark_aug_12.py;gen_imglist_pnet.py
  10. Android FrameWork——Activity启动过程详解
  11. 同时装有py2 和3,运行scrapy如何区分
  12. (Quicker)懒人福利:鼠标快捷操作工具箱
  13. FragmentStatePagerAdapter写法
  14. win7下装ubuntu双系统
  15. MDataTable属性RecordsAffected新应用:WebService与Json交互的记录总数
  16. linux所有内存监控,流量监控?负载监控?内存监控?IO监控?check_linux_stats全部替你搞定!...
  17. 软件网站安全性的设计与检测与解决方案
  18. 宏正ATEN推出ALTUSEN系列 全面冲刺KVM高端市场
  19. 36氪开放日 —— 笔记
  20. 目前为止最靠谱的禁用windows10update易升自动更新的办法

热门文章

  1. 快商通对话式AI打造超级咨询师获中科院《互联网周刊》高度认可
  2. 计算机辅助翻译实践语料库,《计算机辅助翻译实践》
  3. Java程序员的工资标准是多少
  4. linux如何破解密码
  5. 前端基础学习之Sass
  6. word 2010 脚注 尾注 尾注序号 连续尾注 尾注分隔符 删除
  7. Windows 10 无法访问共享的解决办法
  8. Highcharts构建加权平均值图表
  9. 【绘制关系网络图】Gephi 入门使用
  10. 笔记本w ndows未能启动,手把手教你windows无法启动怎么办