mirror of
https://github.com/mt-mods/basic_materials.git
synced 2025-07-07 18:40:23 +02:00
Fix silicon not appearing in recipe book
This commit is contained in:
@ -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},
|
||||
|
Reference in New Issue
Block a user