forked from minetest-mods/moreores
		
	Give 24 copper rails per craft instead of 16.
This commit is contained in:
		
							
								
								
									
										2
									
								
								init.lua
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								init.lua
									
									
									
									
									
								
							@@ -312,7 +312,7 @@ end
 | 
			
		||||
 | 
			
		||||
-- Copper rail (special node):
 | 
			
		||||
minetest.register_craft({
 | 
			
		||||
	output = "moreores:copper_rail 16",
 | 
			
		||||
	output = "moreores:copper_rail 24",
 | 
			
		||||
	recipe = {
 | 
			
		||||
		{"default:copper_ingot", "", "default:copper_ingot"},
 | 
			
		||||
		{"default:copper_ingot", "group:stick", "default:copper_ingot"},
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user