mirror of
				https://github.com/mt-mods/basic_materials.git
				synced 2025-10-31 04:45:32 +01:00 
			
		
		
		
	Fix silicon not appearing in recipe book
This commit is contained in:
		| @@ -31,4 +31,4 @@ minetest.register_alias("technic:rebar",                  "basic_materials:steel | ||||
|  | ||||
| minetest.register_alias_force("mesecons_materials:silicon", "basic_materials:silicon") | ||||
| minetest.register_alias_force("glooptest:chainlink",       "basic_materials:chainlink_steel") | ||||
| minetest.register_alias_force("homedecor:chainlink_steel", "basic_materials:chainlink_steel") | ||||
| minetest.register_alias_force("homedecor:chainlink_steel", "basic_materials:chainlink_steel") | ||||
|   | ||||
| @@ -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