You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
秘银及以上罐子要求合成秘银及其他板子,而工作台合成已经被remove了,沉浸金属冲压机和工业压缩机合成的不算完成这个研究.
自己用的解决方法:
var plates = [thaumadditions:mithrillium_plate,
thaumadditions:adaminite_plate,
thaumadditions:mithminite_plate] as IItemStack[];
for plate in plates {
recipes.addShapeless(plate , [plate]);
}
The text was updated successfully, but these errors were encountered:
秘银及以上罐子要求合成秘银及其他板子,而工作台合成已经被remove了,沉浸金属冲压机和工业压缩机合成的不算完成这个研究.
自己用的解决方法:
var plates = [thaumadditions:mithrillium_plate,
thaumadditions:adaminite_plate,
thaumadditions:mithminite_plate] as IItemStack[];
for plate in plates {
recipes.addShapeless(plate , [plate]);
}
The text was updated successfully, but these errors were encountered: