最MC论坛

标题: Dinnerbone:新版本或将加入自定义合成及自定义成就功能 [打印本页]

作者: ByakuyaRinne    时间: 2017-3-24 00:02
标题: Dinnerbone:新版本或将加入自定义合成及自定义成就功能
Zuimc新闻资讯-开发者动态
注意:消息来源于Minecraft的开发者,内容真实性不明



Dinnerbone:好吧,所以我想是我的网络代理服务器搞砸了.技术是困难的,这里有更多的图片,用zip格式:http://media.dinnerbone.com/uplo ... 0-52_ttcfj9tDnV.zip
(解压后的图片,将其后缀名改为zip,解压后会得到名spoilers.7z的文件)
https://pan.baidu.com/s/1kVlxxXl

Yayap13:有关于密码的提示吗?(这里指spoilers.7z的密码)
Dinnerbone:这是我正在做的事情.这样,除非你知道我在做什么,否则你无法知道我在做什么.


可知密码为:advancements
解压该图片
可获得如下4个json
advancements/chest_recipe.json

  1. {
  2.         "rewards": {
  3.                 "recipes": ["minecraft:chest"]
  4.         },
  5.         "criteria": {
  6.                 "slightly_full_inventory": {
  7.                         "trigger": "minecraft:inventory_changed",
  8.                         "conditions": {
  9.                                 "slots": {
  10.                                         "occupied": 9
  11.                                 }
  12.                         }
  13.                 },
  14.                 "already_has_recipe": {
  15.                         "trigger": "minecraft:recipe_unlocked",
  16.                         "conditions": {
  17.                                 "recipe": "minecraft:chest"
  18.                         }
  19.                 }
  20.         },
  21.         "requirements": [["slightly_full_inventory"], ["already_has_recipe"]]
  22. }
复制代码
advancements/upgrade_tools.json
  1. {
  2.         "display": {
  3.                 "icon": "minecraft:stone_pickaxe",
  4.                 "title": "Upgrade tools"
  5.         },
  6.         "parent": "minecraft:story/mine_stone",
  7.         "criteria": {
  8.                 "stone_pickaxe": {
  9.                         "trigger": "minecraft:inventory_changed",
  10.                         "conditions": {
  11.                                 "items": [
  12.                                         {
  13.                                                 "item": "minecraft:stone_pickaxe"
  14.                                         }
  15.                                 ]
  16.                         }
  17.                 }
  18.         }
  19. }
复制代码
recipes/book.json

  1. {
  2.   "type": "crafting_shapeless",
  3.   "ingredients": [
  4.     {
  5.       "item": "minecraft:paper"
  6.     },
  7.     {
  8.       "item": "minecraft:paper"
  9.     },
  10.     {
  11.       "item": "minecraft:paper"
  12.     },
  13.     {
  14.       "item": "minecraft:leather"
  15.     }
  16.   ],
  17.   "result": {
  18.     "item": "minecraft:book"
  19.   }
  20. }
复制代码

recipes/golden_axe.json
  1. {
  2.   "type": "crafting_shaped",
  3.   "pattern": [
  4.     "XX",
  5.     "X#",
  6.     " #"
  7.   ],
  8.   "key": {
  9.     "#": {
  10.       "item": "minecraft:stick"
  11.     },
  12.     "X": {
  13.       "item": "minecraft:gold_ingot"
  14.     }
  15.   },
  16.   "result": {
  17.     "item": "minecraft:golden_axe"
  18.   }
  19. }
复制代码
目测是成就与合成表的json
由此推测成就与合成表或将可自定义


作者: 我是来下东西的    时间: 2017-4-9 11:13
最好修改合成简单点....出多MOD想弄个整合和朋友玩
作者: dawdawdawd    时间: 2017-5-4 19:42
没什么不可能,MC连版权都不咋管,更别说内容了




欢迎光临 最MC论坛 (http://www.zuimc.com/) Powered by Discuz! X3.2