fbpx
维基百科

我的世界模組

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 1.13後出現的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遊戲標準版本加入了《Mo' Creatures》模組中加入的馬匹[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. . 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. . Blastr. NBC Universal. 2 December 2014 [18 February 2016]. (原始内容存档于2017-06-05). 
  42. ^ . 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. . 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. [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. ^ . [2016-03-12]. (原始内容存档于2016-03-16). 
  62. ^ . [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. ^ . 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

外部連結 编辑

我的世界模組, minecraft模組, 英語, minecraft, mods, 是指一系列由玩家製作的, minecraft, 遊戲模組, 藉由修改游戏中的内容來得到不同的遊戲體驗, 目前我的世界中有无数的minecraft模組存在, 玩家可以任意下載遊玩, 在基岩版中有一部分可選擇付費购买, 透過第三方軟體能夠讓多個minecraft模組同時遊玩, 不僅提高了游戏的可玩性, 並且建立一個與官方, minecraft, 完全不同的遊戲體驗, 由於minecraft模組社群是遊戲中最活躍的社群之一, minecr. Minecraft模組 英語 Minecraft mods 是指一系列由玩家製作的 Minecraft 遊戲模組 藉由修改游戏中的内容來得到不同的遊戲體驗 目前我的世界中有无数的Minecraft模組存在 2 玩家可以任意下載遊玩 在基岩版中有一部分可選擇付費购买 透過第三方軟體能夠讓多個Minecraft模組同時遊玩 不僅提高了游戏的可玩性 並且建立一個與官方 Minecraft 完全不同的遊戲體驗 3 5 由於Minecraft模組社群是遊戲中最活躍的社群之一 6 Minecraft模組被認為是 Minecraft 遊戲得以成功的几大原因之一 7 8 Minecraft模組可用於遊戲的PC和移動版本 但家機版不能直接安裝模組 9 10 目录 1 技術可行性 2 歷史 2 1 爭議 3 內容 4 官方認可 5 影響 5 1 Minecraft本身 5 2 教育 6 參見 7 參考文獻 8 延伸閱讀 9 外部連結技術可行性 编辑 Minecraft 是一個特別的電子遊戲 尤其是其容易修改的特性 11 從Minecraft發行至今 許多獨立的程式設計者利用了這個特性在遊戲中加了許多內容 也就是大家所稱的遊戲模組 11 12 PC版本的Minecraft模組非為兩種 單人模組和服務器模組 13 單人模組 玩家需要在遊戲文件中插入或替換新文件 或安裝模組載入器例如較常見的Forge 輕量化的Liteloader 1 13後出現的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 nbsp 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 內容 编辑主条目 我的世界模組列表 nbsp 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遊戲標準版本加入了 Mo Creatures 模組中加入的馬匹 iv v 紅石系統中活塞原本也是只有在模組中出現的內容 但是對許多Minecraft玩家留下了很大的影響 因此後來也加入了遊戲 58 教育 编辑 nbsp 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 參見 编辑 nbsp 我的世界主题 nbsp 电子游戏主题 遊戲模組 我的世界模組列表參考文獻 编辑 1 0 1 1 Rogers Cadenhead Absolute Beginner s Guide to Minecraft Mods Programming Indianapolis Que Publishing 2014 ISBN 0 133903 22 2 Cadenhead 2014 1 p 367 Shamus Young Yes Minecraft is Still A Thing The Escapist Defy Media 28 December 2015 11 February 2016 原始内容存档于2018 01 08 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 0 5 1 Van Schaik and Vledder 2015 4 p 107 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 0 7 1 Klint Finley New Minecraft Mod Teaches You Code as You Play Wired Conde Nast Publishing 18 August 2014 11 February 2016 原始内容存档于2016 03 16 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 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 Jonas Wekenborg Minecraft PE Mods installieren Android iOS GIGA ECONA Internet AG 8 July 2014 11 February 2016 原始内容存档于2016 03 01 德语 11 0 11 1 Max Eddy How to Mod Minecraft PC Magazine ZiffDavis 30 July 2013 11 February 2016 原始内容存档于2016 03 02 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 0 13 1 Nate Ralph How to Install Minecraft Mods PCWorld IDG 18 November 2011 12 February 2016 原始内容存档于2016 03 21 14 0 14 1 14 2 Die besten Mods fur Minecraft CHIP CHIP Communications 2 April 2013 12 February 2016 原始内容存档于2016 03 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 Jack Schofield What s the best laptop for running Minecraft The Guardian Guardian Media Group 31 December 2015 10 March 2016 原始内容存档于2016 03 12 Jimmy Koene Sams Teach Yourself Mod Development for Minecraft in 24 Hours Indianapolis Sams Publishing 2015 ISBN 9 7806723 3763 5 Koene 2015 Hour 1 17 pg 1 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 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 0 21 1 Jonas Wekenborg Minecraft PE Mods unter iOS installieren GIGA ECONA Internet AG 8 July 2014 16 February 2016 原始内容存档于2016 03 18 德语 Building your first custom mobs and add ons for minecraft 2022 02 03 原始内容存档于2022 06 07 英语 Graham Smith The First Moments of Minecraft PC Gamer Future plc 6 February 2012 12 February 2016 原始内容存档于2016 03 10 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 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 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 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 Metz Cade Microsoft Moves Toward Open Source as Linux Fills Its Cloud Wired Conde Nast Publishing 12 August 2015 14 February 2016 原始内容存档于2018 09 08 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 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 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 Stitz Joe Feed The Beast The Mod Wars CrysisTV CrysisTV 18 August 2013 11 February 2016 原始内容存档于16 February 2016 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 Benson Julian Minecraft mod GregTech contains code to crash game PCGamesN Network N 30 June 2013 18 February 2016 原始内容存档于2018 10 21 Cadenhead 2014 1 p 2 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 What is the difference between Bukkit and CraftBukkit wiki bukkit org 2014 06 17 原始内容存档于2016 03 04 Iordache Elena Google Play Store Trojans in Fake Minecraft Mods TNH Online 24 March 2017 27 April 2017 原始内容存档于2018 10 21 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 0 40 1 40 2 Van Schaik and Vledder 2015 4 p 113 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 The Twilight Forest CurseForge 2018 05 23 原始内容存档于2018 05 24 美国英语 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 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 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 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 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 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 Industrial Craft Industrial Craft 2017 07 16 原始内容存档于2016 07 23 美国英语 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 Van Schaik and Vledder 2015 4 p 119 52 0 52 1 Geere Duncan The Best Minecraft mods TechRadar Future plc 16 April 2017 27 April 2017 原始内容存档于2018 01 25 Guide to Modpacks 16 March 2017 27 April 2017 原始内容存档于2018 02 27 Fabrizio Ferri Benedetti Minecraft Die 11 besten Mod Packs Softonic com 24 November 2014 10 March 2016 原始内容存档于2016 03 10 德语 55 0 55 1 Minecraft mods Mojang 2018 10 21 原始内容存档于2018 10 21 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 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 Gamasutra Minecraft Intellectual Property and the Future of Copyright 2016 03 19 原始内容存档于2016 03 10 Ben Popper Why parents are raising their kids on Minecraft The Verge Vox Media 15 September 2014 2016 03 12 原始内容存档于2016 03 10 Alex Wawro Gamasutra TeacherGaming mods Minecraft to teach basic coding skills 2016 03 12 原始内容存档于2016 03 10 Minecraft Modding Courses ThoughtSTEM 2016 03 12 原始内容存档于2016 03 16 MinecraftEdu Software 2016 03 12 原始内容存档于2016 03 12 Cori Dusman The Parent s Guidebook to Minecraft 2013 ISBN 0 133521 91 5 Dusman 2013 63 p 214 一手資料 list of Minecraft mods in curseforge Curse 2018 10 13 原始内容存档于2018 09 05 一手資料 RW Tema Extra Utilities old issues github com 18 Jul 2014 2018 10 13 原始内容存档于2018 06 11 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 美国英语 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 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外部連結 编辑CurseForge 页面存档备份 存于互联网档案馆 Planet Minecraft 页面存档备份 存于互联网档案馆 取自 https zh wikipedia org w index php title 我的世界模組 amp oldid 77900504, 维基百科,wiki,书籍,书籍,图书馆,

文章

,阅读,下载,免费,免费下载,mp3,视频,mp4,3gp, jpg,jpeg,gif,png,图片,音乐,歌曲,电影,书籍,游戏,游戏。