mirror of
				https://github.com/minetest-mods/mesecons.git
				synced 2025-11-04 04:55:26 +01:00 
			
		
		
		
	Merge pull request #202 from dora71/master
Silicon production from normal and desert sand
This commit is contained in:
		@@ -35,7 +35,7 @@ minetest.register_craftitem("mesecons_materials:silicon", {
 | 
			
		||||
minetest.register_craft({
 | 
			
		||||
	output = "mesecons_materials:silicon 4",
 | 
			
		||||
	recipe = {
 | 
			
		||||
		{"default:sand", "default:sand"},
 | 
			
		||||
		{"default:sand", "default:steel_ingot"},
 | 
			
		||||
		{"group:sand", "group:sand"},
 | 
			
		||||
		{"group:sand", "default:steel_ingot"},
 | 
			
		||||
	}
 | 
			
		||||
})
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user