mirror of
				https://codeberg.org/tenplus1/farming.git
				synced 2025-10-30 06:05:32 +01:00 
			
		
		
		
	Merge remote-tracking branch 'upstream/master'
This commit is contained in:
		
							
								
								
									
										15
									
								
								food.lua
									
									
									
									
									
								
							
							
						
						
									
										15
									
								
								food.lua
									
									
									
									
									
								
							| @@ -417,6 +417,21 @@ minetest.register_craft({ | |||||||
| 	} | 	} | ||||||
| }) | }) | ||||||
|  |  | ||||||
|  | -- Mac & Cheese | ||||||
|  |  | ||||||
|  | minetest.register_craftitem("farming:mac_and_cheese", { | ||||||
|  | 	description = S("Mac & Cheese"), | ||||||
|  | 	inventory_image = "farming_mac_and_cheese.png", | ||||||
|  | 	on_use = minetest.item_eat(6, "farming:bowl") | ||||||
|  | }) | ||||||
|  |  | ||||||
|  | minetest.register_craft({ | ||||||
|  | 	output = "farming:mac_and_cheese", | ||||||
|  | 	recipe = { | ||||||
|  | 		{"group:food_pasta", "group:food_cheese", "group:food_bowl"} | ||||||
|  | 	} | ||||||
|  | }) | ||||||
|  |  | ||||||
| -- Spaghetti | -- Spaghetti | ||||||
|  |  | ||||||
| minetest.register_craftitem("farming:spaghetti", { | minetest.register_craftitem("farming:spaghetti", { | ||||||
|   | |||||||
| @@ -180,3 +180,6 @@ Created by TechM8 (https://www.deviantart.com/techm8) | |||||||
|  |  | ||||||
| Created by RZR0 (CC-BY-NC-SA) | Created by RZR0 (CC-BY-NC-SA) | ||||||
|   farming_blueberry_pie.png |   farming_blueberry_pie.png | ||||||
|  |  | ||||||
|  | Created by DMBuce (MIT - https://github.com/DMBuce/hatchling-snacks) | ||||||
|  |   farming_mac_and_cheese.png | ||||||
|   | |||||||
							
								
								
									
										
											BIN
										
									
								
								textures/farming_mac_and_cheese.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								textures/farming_mac_and_cheese.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| After Width: | Height: | Size: 353 B | 
		Reference in New Issue
	
	Block a user