Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

神秘领域秘银及以上罐子无法完成研究 #12

Open
Death-123 opened this issue May 18, 2019 · 1 comment
Open

神秘领域秘银及以上罐子无法完成研究 #12

Death-123 opened this issue May 18, 2019 · 1 comment
Labels
bug Something isn't working 已修复

Comments

@Death-123
Copy link

秘银及以上罐子要求合成秘银及其他板子,而工作台合成已经被remove了,沉浸金属冲压机和工业压缩机合成的不算完成这个研究.
自己用的解决方法:
var plates = [thaumadditions:mithrillium_plate,
thaumadditions:adaminite_plate,
thaumadditions:mithminite_plate] as IItemStack[];
for plate in plates {
recipes.addShapeless(plate , [plate]);
}

@YiChenCraft
Copy link
Member

下次更新解决

@YiChenCraft YiChenCraft added bug Something isn't working 已修复 labels May 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working 已修复
Projects
None yet
Development

No branches or pull requests

2 participants