我的世界模组

Minecraft模组(英语:Minecraft mods)是指一系列由玩家制作的《Minecraft》游戏模组,借由修改游戏中的内容来得到不同的游戏体验。目前我的世界中有无数的Minecraft模组存在[2],玩家可以任意下载游玩,在基岩版中有一部分可选择付费购买。透过第三方软件能够让多个Minecraft模组同时游玩,不仅提高了游戏的可玩性,并且建立一个与官方《Minecraft》完全不同的游戏体验[3][5]。由于Minecraft模组社群是游戏中最活跃的社群之一[6],Minecraft模组被认为是《Minecraft》游戏得以成功的几大原因之一[7][8]

Minecraft模组可用于游戏的PC和移动版本,但主机版不能直接安装模组[9][10]

技术可行性 编辑

《Minecraft》的特别之处在于其可以任意修改[11]。从Minecraft发行至今,许多独立的程式设计者利用了这个特性在游戏中加了许多内容,也就是大家所称的游戏模组[11][12]

PC版本的Minecraft模组分为两种:单人模组和伺服器模组[13]

  • 单人模组:玩家需要在游戏文件中插入或替换新文件,或安装模组加载器(例如Forge、Liteloader或Fabric等)来安装模组[14][15]
  • 伺服器模组:安装在伺服器上,玩家只要登录伺服器就能体验模组的内容,通常称为插件,建构上比单人模组容易许多[13]。 在任何情况下,要安装多个模组且能运行、不发生模组冲突、不拖慢电脑性能是需要一点技巧的,尤其是在一些较旧或是性能较弱的电脑[16]
  • 自定义模组:这种模组主要安装在伺服器上,是经商讨后服主请人定制的模组。

在PC版的Minecraft制作模组完全是可行的,因为模组程序编者可以轻易的借由反编译利用以Java写出来的Minecraft的原始码[18]

在大多数平台的基岩版中则稍有不同,因为其用C++语言编写,而不是Java[19]。在以前,如果玩家使用的是Android系统,可用名为BlockLauncher的手机应用程式来安装模组[20],而iOS则必须安装一个名为mcpedeb.deb的文件[21]。此外,如果玩家想要在iOS顺利的安装并执行模组的话可能还需要越狱[21]。在Android和iOS的两种系统中,模组是用JavaScript编写的[20]。而现在则可以通过资源包和行为包来方便的实现修改和添加游戏内容[22]

历史 编辑

虽然Minecraft的第一个PC版于2009年五月中旬发布[23],但当时还没有任何游戏模组,直到2010年中发布alpha时才开始出现游戏修改。早期只有利用服务端来改变游戏内容或环境的服务端模组[6]。随着的alpha版本的发布,第一个客户端模组开始出现,但都是增加相对简单的事情,比如其他的材质或修改游戏中的指南针[6]

到2010年底,新发布的模组增加的特性比以往来的更多,此时,我的世界现在正准备进入其测试开发阶段,Beta版,当时许多模组已十分流行,例如Industrial Craft2、Railcraft和BuildCraft首次向公众发布。相较于早期的模组,这些模组已经完全改变了整个游戏的玩法,而不是只有简单地调整一些细微的枝节[6]

2011年11月,Forge发布。Forge并没有加入新的功能也没有调整游戏中的内容,而是允许在同一个Minecraft客户端中安装并运行多个模组,又称为FML(Forge Mod Loader)。在Forge发布之前,当时流行的IndustrialCraft和BuildCraft并不能同时执行,因为他们的安装方式是取代Minecraft客户端Jar档中的Class档,由于都需要覆盖相同的Minecraft基础Java文件,因此无法同时安装,而Forge则利用了动态加载的方式,无须直接取代Jar档中的文件,使的多个模组要同时安装时无须触及其基本的代码[6]

 
2012年,Mojang在Minecon 2012组织了一个关于我的世界模组的小组,Minecraft的首席开发人员Jens Bergensten举行了一次演讲。

Minecraft的正式版本于2011年11月18日发布,Minecraft模组的社群也不断成长[6]。2012年2月,Mojang聘请了Bukkit插件的开发人员开发官方的Modding API,目标是允许模组开发人员能够更简单地调整或修改Minecraft游戏内容[24]。2015年,Mojang在社交媒体上宣布这个Modding API仍在开发中,然而,其已在三年前就宣布了要开发Modding API一事[25]

Minecraft模组社群对微软于2014年底收购Mojang表示担忧,Minecraft模组社群的许多人认为微软可能会终止目前Mojang默许许多Minecraft模组及相关第二创作的行为[26],尽管存在担忧,但微软尚未宣布对Mojang政策进行任何修改[26]

2015年4月,微软宣布要给提供一个Microsoft Visual Studio开发包,为模组开发者提供了一种更简单的创作方法[27][28]。同年7月,微软发布了一个新的Windows 10版本的Minecraft,并且与以往版本有很大差异,其由C++编辑完成[19]。此消息再度引发Minecraft模组社群担忧,由于此消息可能是Java版本被逐步淘汰的一个征兆,由于C++并不像Java那样可以“Reverse Engineerable”,Java可以透过动态加载其他类别或可执行文件,而C++则无那么大的弹性,因此此举将严重阻碍Minecraft模组的发展。然而,Mojang开发人员Tommaso Checchi向Reddit上的粉丝保证,由于模组“太重要了”(too important),因此不会停止开发基于Java的版本[19]

2016年,Minecraft的1.9版更新发布[29],随着这次更新,Mojang承诺此次更新会大大的简化mod的创建和更新[25]。但由于这更新破坏了先前已发布模组所使用的架构,迫使许多模组创作者要花费大量时间来更新模组作品[25]。也因此许多模组停止开发而停在旧版本1.8甚至是1.7.10。

2017年4月,Mojang宣布将建立一个称为Minecraft Marketplace的平台,在这个平台上,玩家将可以贩卖Windows 10版本的用户自定义内容[30]。虽然这个电子商店着重在冒险地图、皮肤和材质包等非程序修改的内容,但PC World则认为此举将使Windows 10版本更接近经典的最初之Java版本中“玩家所熟悉的可塑造的世界”[31]

争议 编辑

我的世界模组多年来一直存在争议。其中一个争议与一个名为格雷科技的模组有关,格雷科技模组主要透过将Minecraft某些物件的制作复杂化来提升游戏难度[32]。2013年,格雷科技模组作者注意到一些格雷科技模组中的合成方式被加入Tinkers' Construct模组中,而格雷科技模组作者为了报复因此在模组中加入“安装Tinkers' Construct后会死机”的代码。后来两个模组的作者和解[33][34]

另一个争议与名为Bukkit的软件相关,Bukkit是一个可以在Minecraft伺服器安装插件的软件,也可以视为是Minecraft的一个服务端模组[35]。由于这个项目已经多次转手开发,因此先在的开发者与过去开发过Bukkit的开发者开始争论谁是此作品的著作权持有者[6]。最终在2014年,一个名为Warren“EvilSeph”Loo的开发者尝试在游戏中的代码加入著作权,然而此一事造成了Bukkit有很长一段时间处于失修的状态[6][36]。后来Mojang介入以挽救该项目[36]。最后的著作权持有者变为由Mojang持有,也因此,另一个由社群开发名为“CraftBukkit”的独立伺服器[37],由于部分代码基于Bukkit,因此有侵犯著作权之虞,而遭到终止,它被另一个独立伺服器spigot所替代。

另一个争议发生在2017年3月,当时斯洛伐克的网络公司ESET举出了使用Minecraft mod的幌子而通过Google Play商店审查的87个特洛伊木马病毒的例子。这些木马病毒的目的大部分是积极展示广告或让玩家下载其他应用程式。这些假的Minecraft mod在2017年的前三个月已有超过一百万的下载量[38][39]

内容 编辑

 
Tinkers Construct模组将铸造的概念加入了游戏,使得玩家可以将原始材料冶炼并铸造成工具和武器的部件。

在Minecraft游戏修改的相关创作中,又可以细分为模组、模组包、附加模组及插件,其功能不尽相同,例如模组为较大的游戏修改、而插件通常指服务端模组,客户端不需安装即可登录伺服器并游玩;附加模组则为某个模组的模组(模组的游戏修改或二次创作),用于改变某个模组的游戏体验,而模组包则是一系列模组的集合。

正式的Minecraft模组数量不易估计,因为其数量十分庞大,且有的只支持新版、有的只支持旧版,难以统计出一个确切的数据,但根据一些模组发布的网站可以得到大略值,例如CurseForge网站上就有超过84,000个已发布的Minecraft模组[33] ,其中也包含了多种不同的模组种类[5],例如改变世界生成、角色扮演类、科幻类、奇幻魔法等不同类型[i]

举例来说,有些模组添加了新的世界或维度,比如《Galacticraft》[40] [41] 以及《暮色森林》模组(Twilight Forest [42][41] [43][44] 。部分的模组主要着重于在游戏中加入更多科技与技术的相关元素,透过添加各式各样的机器,可以帮助玩家自动生成某些游戏内材料,例如《更多实用装置》(Extra Utilities)[ii]、《BuildCraft》[45][46][47][iii] 和《工业时代》(IndustrialCraft)[6] [48][49]等。此外,也有些模组有加入现代化的武器,例如《Flan's Mod》[40][45][46]和《Tinkers Construct》等[33][43][44][48]。亦有部分模组试图改变Minecraft中的自然元素,例如《Natura》、《林业模组》(Forestry)[44][48]、《Biomes O' Plenty》和《Mo' Creatures》等[45][46][50]

然而,并非所有模组都会在游戏中加入新的元素。部分模组透过加入GUI来辅助游戏,例如小地图模组《minimap》[14][40][50]、《Optifine》模组[14][44][46]和JEI物品管理器(Just Enough Items)[33][44][46][47]

另外有另一种游戏修改称为模组包,是指一个包含已设置并调整好的一系列模组安装档、包或启动器,透过多个模组之间集成以获得不同于仅安装单一模组的游戏体验[33][51]。模组包通常会集成一系列相同主题的模组[52]。较知名的模组包启动器或社群包括FTB、CurseForge[53][54][52]等。

官方认可 编辑

起初Mojang表达的立场是不支持游戏修改,但2012年,Mojang则声称正在开发我的世界模组的知识库[55],并且在他们网站的帮助列表中列出了教导玩家如何安装模组并游玩模组的一系列教学视频[55]

Minecraft的创建者马库斯·泊松在2012年承认他最初对mods持怀疑态度,因为他担心玩家制作的自定义修改内容会威胁到他对游戏的愿景[56]。后来选择接受是因为马库斯·泊松意识到我的世界模组是赋予我的世界游戏归属的一个重要原因(mods are “a huge reason of what Minecraft is”)[56],部分模组作者最终甚至被Mojang聘用[57]

影响 编辑

Minecraft本身 编辑

不少知名模组的内容最终并入了《Minecraft》本体。比如模组开发者Drzhark在《Mo' Creatures》模组中加入了马匹,后来Mojang请Drzhark协助将其加入了Minecraft本体[iv][v]红石系统中的活塞原本也是模组中的内容,但是让许多Minecraft玩家印象深刻,因此后来也加入了游戏[58]

教育 编辑

 
《Minecraft》是一款偶尔会在学校用于教育目的的游戏。

Minecraft模组可以用于让孩子们入门编程[59],例如ComputerCraftEdu项目采用了2011的ComputerCraft模组进行教学[60]。采用Minecraft模组做为教材的程式设计班还有加州大学,他们利用教导学生编写Minecraft模组来让8-18岁的孩子学习编程方法[7][61]

此外,还有一个教育项目,上述ComputerCraftEdu的母项目——MinecraftEdu,为了传授更广泛的科目包括语文,历史和艺术而广泛的在各大学校推广Minecraft以及其各种模组,以便有效的达成教育目的[62]

在《The Parent's Guidebook to Minecraft》中,作者柯里·德斯门表示,在家自学与Minecraft是一个有趣的组合,因为建立一个简单的模组可以很容易地产生一些用于演示科学原理的示意图[64]

参见 编辑

参考文献 编辑

  1. ^ 1.0 1.1 Rogers Cadenhead. Absolute Beginner's Guide to Minecraft Mods Programming. Indianapolis: Que Publishing. 2014. ISBN 0-133903-22-2. 
  2. ^ Cadenhead 2014[1], p. 367
  3. ^ Shamus Young. Yes, Minecraft is Still A Thing. The Escapist. Defy Media. 28 December 2015 [11 February 2016]. (原始内容存档于2018-01-08). 
  4. ^ 4.0 4.1 4.2 Lars van Schaik and Ronald Vledder. De ultieme gids voor Minecraft. Doetinchem: Reshift Digital. 2015. ISBN 82-261-0074-7. 
  5. ^ 5.0 5.1 Van Schaik and Vledder 2015[4], p. 107
  6. ^ 6.0 6.1 6.2 6.3 6.4 6.5 6.6 6.7 6.8 Aaron Mills. A Brief History of Minecraft Modding. Packt Publishing. 3 June 2015 [11 February 2016]. (原始内容存档于2016-02-25). 
  7. ^ 7.0 7.1 Klint Finley. New Minecraft Mod Teaches You Code as You Play. Wired. Condé Nast Publishing. 18 August 2014 [11 February 2016]. (原始内容存档于2016-03-16). 
  8. ^ Chris O'Brien. How Minecraft became one of the biggest video games in history. Los Angeles Times. Tribune Publishing. 3 September 2013 [11 February 2016]. (原始内容存档于2017-12-13). 
  9. ^ Benjamin Abbott. Mods for Minecraft and Skyrim: The one thing consoles are missing. Metro. DMG Media. 30 January 2014 [11 February 2016]. (原始内容存档于2016-02-16). 
  10. ^ Jonas Wekenborg. Minecraft PE: Mods installieren (Android/iOS). GIGA. ECONA Internet AG. 8 July 2014 [11 February 2016]. (原始内容存档于2016-03-01) (德语). 
  11. ^ 11.0 11.1 Max Eddy. How to Mod Minecraft. PC Magazine. ZiffDavis. 30 July 2013 [11 February 2016]. (原始内容存档于2016-03-02). 
  12. ^ George Avalos. Parents' guide to 'Minecraft,' advanced level: Mods and servers will require your help. San Jose Mercury News. Digital First Media. 30 January 2015 [11 February 2016]. (原始内容存档于2016-03-09). 
  13. ^ 13.0 13.1 Nate Ralph. How to Install Minecraft Mods. PCWorld. IDG. 18 November 2011 [12 February 2016]. (原始内容存档于2016-03-21). 
  14. ^ 14.0 14.1 14.2 Die besten Mods für Minecraft. CHIP. CHIP Communications. 2 April 2013 [12 February 2016]. (原始内容存档于2016-03-15) (德语). 
  15. ^ Mike Wehner. The ultimate Mac user's guide to Minecraft on OS X – mods, skins, and more. Engadget. AOL. 25 March 2014 [12 February 2016]. (原始内容存档于2016-03-06). 
  16. ^ Jack Schofield. What’s the best laptop for running Minecraft?. The Guardian. Guardian Media Group. 31 December 2015 [10 March 2016]. (原始内容存档于2016-03-12). 
  17. ^ Jimmy Koene. Sams Teach Yourself Mod Development for Minecraft in 24 Hours. Indianapolis: Sams Publishing. 2015. ISBN 9-7806723-3763-5. 
  18. ^ Koene 2015, Hour 1[17], pg. 1
  19. ^ 19.0 19.1 19.2 Emanuel Maiberg. 'Why Gamers Are Worried About 'Minecraft: Windows 10 Edition'. VICE. Motherboard. 6 July 2015 [18 February 2016]. (原始内容存档于2016-03-09). 
  20. ^ 20.0 20.1 Tais Carvalho. Minecraft Pocket Edition: veja como instalar mods no game de construir. TechTudo. Grupo Globo. 1 May 2015 [16 February 2016]. (原始内容存档于2016-03-15) (西班牙语). 
  21. ^ 21.0 21.1 Jonas Wekenborg. Minecraft PE: Mods unter iOS installieren. GIGA. ECONA Internet AG. 8 July 2014 [16 February 2016]. (原始内容存档于2016-03-18) (德语). 
  22. ^ Building your first custom mobs and add-ons for minecraft. [2022-02-03]. (原始内容存档于2022-06-07) (英语). 
  23. ^ Graham Smith. The First Moments of Minecraft. PC Gamer. Future plc. 6 February 2012 [12 February 2016]. (原始内容存档于2016-03-10). 
  24. ^ Purchese, Robert. Mojang hires Bukkit server-mod team to make official Minecraft API. Eurogamer. Gamer Network. 29 February 2012 [13 February 2016]. (原始内容存档于2018-03-27). 
  25. ^ 25.0 25.1 25.2 Minecraft Developer Explains Mojang's Viewpoint On Mods. Attack of the Fanboy. 1 May 2015 [13 February 2016]. (原始内容存档于2016-02-15). 
  26. ^ 26.0 26.1 Brustein, Joshua. Microsoft Turns a Minecraft Mod Into an Education Business. Bloomberg L.P. Bloomberg. 19 January 2016 [13 February 2016]. (原始内容存档于2017-05-20). 
  27. ^ Mathews, Lee. Microsoft embraces Minecraft modding with new Visual Studio tools. Geek.com. Ziff Davis Media. 1 May 2015 [13 February 2016]. (原始内容存档于2018-02-27). 
  28. ^ Metz, Cade. Microsoft Moves Toward Open Source as Linux Fills Its Cloud. Wired. Condé Nast Publishing. 12 August 2015 [14 February 2016]. (原始内容存档于2018-09-08). 
  29. ^ Galang, Gel. 'Minecraft 1.9' update brings new Snapshot 16W02A for bug testing, 'Minecraft: Story Mode' dated for Wii U release. International Business Times (Australia). IBT Media. 19 January 2016 [18 February 2016]. (原始内容存档于2016-03-08). 
  30. ^ Forward, Jordan. Minecraft Marketplace brings all those Java version mods to Windows 10 Edition – for a price. PCGamesN. Network N. 10 April 2017 [27 April 2017]. (原始内容存档于2018-12-17). 
  31. ^ Hachman, Mark. Minecraft pulls Pocket users closer to Windows with paid DLC and Paint 3D support. PCWorld. IDG. 10 April 2017 [27 April 2017]. (原始内容存档于2017-07-03). 
  32. ^ Stitz, Joe. Feed The Beast: The Mod Wars. CrysisTV. CrysisTV. 18 August 2013 [11 February 2016]. (原始内容存档于16 February 2016). 
  33. ^ 33.0 33.1 33.2 33.3 33.4 Geere, Duncan. Minecraft In 2014: Your Guide To Mods and Modpacks. Rock, Paper, Shotgun. 13 October 2014 [13 February 2016]. (原始内容存档于2017-07-31). 
  34. ^ Benson, Julian. Minecraft mod GregTech contains code to crash game. PCGamesN. Network N. 30 June 2013 [18 February 2016]. (原始内容存档于2018-10-21). 
  35. ^ Cadenhead 2014[1], p. 2
  36. ^ 36.0 36.1 Fudge, James. As The Mod Turns: The Latest In The Ongoing Minecraft 'Bukkit' Saga. GamePolitics.com. Entertainment Consumers Association. 5 September 2014 [10 March 2016]. (原始内容存档于2016-03-10). 
  37. ^ What is the difference between Bukkit and CraftBukkit?. wiki.bukkit.org. [2014-06-17]. (原始内容存档于2016-03-04). 
  38. ^ Iordache, Elena. Google Play Store Trojans in Fake Minecraft Mods. TNH Online. 24 March 2017 [27 April 2017]. (原始内容存档于2018-10-21). 
  39. ^ Barth, Bradley. Nearly a million Minecraft players feel like blockheads after installing fake mod apps. SC Magazine US. Haymarket Media Group. 23 March 2017 [27 April 2017]. (原始内容存档于2017-12-04). 
  40. ^ 40.0 40.1 40.2 Van Schaik and Vledder 2015[4], p. 113
  41. ^ 41.0 41.1 Hoovler, Evan. 32 awesome sci-fi and fantasy Minecraft mods. Blastr. NBC Universal. 2 December 2014 [18 February 2016]. (原始内容存档于2017-06-05). 
  42. ^ The Twilight Forest. CurseForge. [2018-05-23]. (原始内容存档于2018-05-24) (美国英语). 
  43. ^ 43.0 43.1 Oxford, Nadia. Ten Best Minecraft Mods: More Creatures, Twilight Forest, Speed Harvester, Custom NPCs, Instant Lakes. USgamer. Gamer Network. 2 October 2014 [28 April 2017]. (原始内容存档于2018-06-17). 
  44. ^ 44.0 44.1 44.2 44.3 44.4 Geere, Duncan. The 25 best Minecraft mods. PC Gamer. Future plc. 20 February 2015 [18 February 2016]. (原始内容存档于2018-09-23). 
  45. ^ 45.0 45.1 45.2 Peckham, Matt. The 10 Best Minecraft Mods. TIME. Time Inc. 7 May 2012 [18 February 2016]. (原始内容存档于2012-05-09). 
  46. ^ 46.0 46.1 46.2 46.3 46.4 Reimers, Christopher. Minecraft – Die besten Mods mit Installations-Anleitung. GameStar. Webedia. 28 March 2015 [18 February 2016]. (原始内容存档于2017-02-15) (德语). 
  47. ^ 47.0 47.1 Smith, Mike. Spice Up Your Minecraft with These 6 Killer Mods. Yahoo!. 22 July 2014 [18 February 2016]. (原始内容存档于2017-07-29). 
  48. ^ 48.0 48.1 48.2 Smith, Matt. 5 Minecraft Mods That Give The Game A Whole New Life. MakeUseOf. [2018-10-13]. (原始内容存档于2018-08-10). 
  49. ^ Industrial Craft. Industrial Craft. [2017-07-16]. (原始内容存档于2016-07-23) (美国英语). 
  50. ^ 50.0 50.1 Eddy, Max. Mods 1–5 – The 10 Best Minecraft Mods Anyone Can Use. PC Magazine. Ziff Davis. 30 July 2013 [28 April 2017]. (原始内容存档于2018-08-10). 
  51. ^ Van Schaik and Vledder 2015[4], p. 119
  52. ^ 52.0 52.1 Geere, Duncan. The Best Minecraft mods. TechRadar. Future plc. 16 April 2017 [27 April 2017]. (原始内容存档于2018-01-25). 
  53. ^ Guide to Modpacks. 16 March 2017 [27 April 2017]. (原始内容存档于2018-02-27). 
  54. ^ Fabrizio Ferri-Benedetti. Minecraft: Die 11 besten Mod Packs. Softonic.com. 24 November 2014 [10 March 2016]. (原始内容存档于2016-03-10) (德语). 
  55. ^ 55.0 55.1 Minecraft mods. Mojang. [2018-10-21]. (原始内容存档于2018-10-21). 
  56. ^ 56.0 56.1 Cook, Dave. Notch: 'Minecraft mod used to threaten my vision' – Minecraft creator speaks. VG247. Videogaming247 Ltd. 1 August 2012 [10 March 2016]. (原始内容存档于2018-10-21). 
  57. ^ Stuart, Keith. Meet the blockheads: a rare glimpse inside Minecraft's HQ. The Guardian. Guardian Media Group. 8 February 2017 [27 April 2017]. (原始内容存档于2018-10-21). 
  58. ^ Gamasutra – Minecraft, Intellectual Property, and the Future of Copyright. [2016-03-19]. (原始内容存档于2016-03-10). 
  59. ^ Ben Popper. Why parents are raising their kids on Minecraft. The Verge. Vox Media. 15 September 2014 [2016-03-12]. (原始内容存档于2016-03-10). 
  60. ^ Alex Wawro. Gamasutra – TeacherGaming mods Minecraft to teach basic coding skills. [2016-03-12]. (原始内容存档于2016-03-10). 
  61. ^ Minecraft Modding Courses – ThoughtSTEM. [2016-03-12]. (原始内容存档于2016-03-16). 
  62. ^ MinecraftEdu – Software. [2016-03-12]. (原始内容存档于2016-03-12). 
  63. ^ Cori Dusman. The Parent's Guidebook to Minecraft. 2013. ISBN 0-133521-91-5. 
  64. ^ Dusman 2013[63], p. 214
一手资料
  1. ^ list of Minecraft mods in curseforge. Curse. [2018-10-13]. (原始内容存档于2018-09-05). (一手资料)
  2. ^ RW Tema. Extra Utilities old issues. github.com. 18 Jul 2014 [2018-10-13]. (原始内容存档于2018-06-11). 
  3. ^ BuildCraft NextGen 6.0.17 – (Builders, Blueprints, Pipes, Quarry, Auto Crafting, Engines) – Minecraft Mods – Mapping and Modding – Minecraft Forum – Minecraft Forum. www.minecraftforum.net. [2017-07-16]. (原始内容存档于2017-07-20) (美国英语). 
  4. ^ Jens Bergensten [@jeb_]. Minecraft (PC) has hit 10M! As promised, a subtle hint on the main 1.6 feature (thanks @ebbakier): :D (推文). 5 April 2013 [12 February 2016] –通过Twitter. 
  5. ^ Jens Bergensten [@jeb_]. Also big thanks to @DrZhark, the creator of Mo' Creatures, that have assisted us to make it happen! (推文). 5 April 2013 [12 February 2016] –通过Twitter. 

延伸阅读 编辑

  • Rogers Cadenhead, Absolute Beginner's Guide to Minecraft Mods Programming, (Indianapolis: Que Publishing, 2014). ISBN 0-13-390322-2
  • Cori Dusman, The Parent's Guidebook to Minecraft, (San Francisco: Peachpit Press, 2013). ISBN 0-13-352191-5
  • Jimmy Koene, Sams Teach Yourself Mod Development for Minecraft in 24 Hours, (Indianapolis: Sams Publishing, 2015). ISBN 978-0-672-33763-5
  • Lars van Schaik and Ronald Vledder (eds.), De ultieme gids voor Minecraft, (Doetinchem: Reshift Digital, 2015). ISBN 82-261-0074-7

外部链接 编辑