We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The NCO Aluminium heat sink and dynamo is uncraftable, possibly caused by an NCO typo ("Aluminum") but unsure.
suggested fix in main.groovy
main.groovy
//Al Turbine Coil crafting.shapedBuilder() .matrix([ [ore('ingotAluminium'), ore('ingotAluminium'), ore('ingotAluminium')], [ore('ingotTough'), ore('ingotHSLASteel'), ore('ingotTough')], [ore('ingotAluminium'), ore('ingotAluminium'), ore('ingotAluminium')] ]) .output(item('nuclearcraft:turbine_dynamo_coil',2)) .replace() .register() //Al fission heat sink crafting.shapedBuilder() .matrix([ [null, ore('ingotAluminium'), null], [ore('ingotAluminium'), item('nuclearcraft:part', 14), ore('ingotAluminium')], [null, ore('ingotAluminium'), null] ]) .output(item('nuclearcraft:solid_fission_sink2', 6)) .replace() .register()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The NCO Aluminium heat sink and dynamo is uncraftable, possibly caused by an NCO typo ("Aluminum") but unsure.
suggested fix in
main.groovy
The text was updated successfully, but these errors were encountered: