forked from luanti-org/minetest_game
		
	Add straw
This commit is contained in:
		
				
					committed by
					
						
						Novatux
					
				
			
			
				
	
			
			
			
						parent
						
							6157982787
						
					
				
				
					commit
					5d8b2442ce
				
			@@ -59,3 +59,20 @@ minetest.register_craft({
 | 
			
		||||
		{"farming:cotton", "farming:cotton"},
 | 
			
		||||
	}
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
-- Straw
 | 
			
		||||
minetest.register_craft({
 | 
			
		||||
	output = "farming:straw 3",
 | 
			
		||||
	recipe = {
 | 
			
		||||
		{"farming:wheat", "farming:wheat", "farming:wheat"},
 | 
			
		||||
		{"farming:wheat", "farming:wheat", "farming:wheat"},
 | 
			
		||||
		{"farming:wheat", "farming:wheat", "farming:wheat"},
 | 
			
		||||
	}
 | 
			
		||||
})
 | 
			
		||||
 | 
			
		||||
minetest.register_craft({
 | 
			
		||||
	output = "farming:wheat 3",
 | 
			
		||||
	recipe = {
 | 
			
		||||
		{"farming:straw"},
 | 
			
		||||
	}
 | 
			
		||||
})
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user