Fix silicon not appearing in recipe book

This commit is contained in:
FlitPix 2024-02-14 12:27:25 -05:00
parent 1009295ee6
commit ad79519dd7
2 changed files with 2 additions and 2 deletions

View File

@ -527,7 +527,7 @@ register_craft({
if not have_hades_materials then
register_craft( {
output = materials.silicon.." 4",
output = "basic_materials:silicon 4",
recipe = {
{materials.sand, materials.sand},
{materials.sand, materials.steel_ingot},