forked from minetest-mods/technic
		
	Add gloopores' Kalite dust as a more effecient fuel than lumps
This commit is contained in:
		
				
					committed by
					
						
						ShadowNinja
					
				
			
			
				
	
			
			
			
						parent
						
							bc0ac581aa
						
					
				
				
					commit
					2e04374de8
				
			@@ -129,3 +129,10 @@ minetest.register_craft({
 | 
			
		||||
	burntime = 50,
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
if minetest.get_modpath("gloopores") or minetest.get_modpath("glooptest") then
 | 
			
		||||
	minetest.register_craft({
 | 
			
		||||
		type = "fuel",
 | 
			
		||||
		recipe = "technic:kalite_dust",
 | 
			
		||||
		burntime = 37.5,
 | 
			
		||||
	})
 | 
			
		||||
end
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user