mirror of
				https://github.com/D00Med/scifi_nodes.git
				synced 2025-11-04 07:45:30 +01:00 
			
		
		
		
	add crafting recipe for teleporter pad
This commit is contained in:
		
				
					committed by
					
						
						Buckaroo Banzai
					
				
			
			
				
	
			
			
			
						parent
						
							3d7e7a82a5
						
					
				
				
					commit
					1273b627c2
				
			
							
								
								
									
										11
									
								
								crafts.lua
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								crafts.lua
									
									
									
									
									
								
							@@ -10,8 +10,19 @@ if minetest.get_modpath("basic_materials") then
 | 
			
		||||
            {"homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting"}
 | 
			
		||||
        }
 | 
			
		||||
    })
 | 
			
		||||
 | 
			
		||||
	minetest.register_craft({
 | 
			
		||||
		output = "scifi_nodes:pad",
 | 
			
		||||
		recipe = {
 | 
			
		||||
			{"homedecor:plastic_sheeting", "quartz:block", "homedecor:plastic_sheeting"},
 | 
			
		||||
			{"default:mese_crystal", "quartz:block", "default:mese_crystal"},
 | 
			
		||||
			{"homedecor:plastic_sheeting", "quartz:block", "homedecor:plastic_sheeting"}
 | 
			
		||||
		}
 | 
			
		||||
	})
 | 
			
		||||
 | 
			
		||||
end
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
if not minetest.get_modpath("default") or not minetest.get_modpath("dye") then
 | 
			
		||||
    -- the default and dye mod are required for most of the recipes
 | 
			
		||||
    -- if either of them is missing (because we are not in the default game)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user