mirror of
				https://github.com/minetest-mods/mesecons.git
				synced 2025-11-04 12:55:29 +01:00 
			
		
		
		
	Update init.lua
Ability to produce silicon either from "normal" sand or from 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