超级玩家
 
- 贡献度
- 68
- 金元
- 6178
- 积分
- 890
- 精华
- 0
- 注册时间
- 2009-7-27
|
本帖最后由 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
tabularasa-1.5_.zip
(42.44 KB, 下载次数: 6486)
|
|