xjh982000 发表于 2013-12-22 14:27

【MOD】【搬运】moder的福音,新物品不需要添加到player.config

本帖最后由 xjh982000 于 2013-12-28 15:45 编辑

原帖地址
http://community.playstarbound.com/index.php?resources/the-tabula-rasa.114/



添加了一个新合成器,只要 groups 里 有 ‘mod’ 标签 ,就可以不需要解锁蓝图,直接在这个合成器里合成,这样就免去了添加新物品mod 还必须要修改 player.config 的麻烦

补上合成方法 , 不再需要火炬合成了,直接在C合成菜单就可以合成

例子:
http://bbs.3dmgame.com/thread-4171912-1-1.html
里就用了这个mod

打开合成文件 extractor.recipe 可以看到
{
"input" : [
    { "item" : "smoothmetal", "count" : 4 },
      { "item" : "glassmaterial", "count" : 1 }
],
"output" : { "item" : "extractor", "count" : 1 },
"groups" : [ "mod", "craftingtable", "other", "all" ]
}



解压到mods文件夹

3DM下载站:http://dl.3dmgame.com/201312/41709.html



























更新v1.5
页: [1]
查看完整版本: 【MOD】【搬运】moder的福音,新物品不需要添加到player.config