mirror of
				https://github.com/Philipbenr/mtfoods.git
				synced 2025-11-01 00:25:31 +01:00 
			
		
		
		
	Add support for ethereal (orange ingredient)
This commit is contained in:
		| @@ -4,3 +4,4 @@ farming | ||||
| farming_plus? | ||||
| vessels | ||||
| flowers? | ||||
| ethereal? | ||||
|   | ||||
							
								
								
									
										7
									
								
								init.lua
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								init.lua
									
									
									
									
									
								
							| @@ -2,8 +2,13 @@ | ||||
| --By: Philipbenr-- | ||||
| --Licence: GPLv3-- | ||||
|  | ||||
| local orange_ing = "farming_plus:orange" | ||||
| if minetest.get_modpath("ethereal") then | ||||
| 	orange_ing = "ethereal:orange" | ||||
| end | ||||
|  | ||||
| ing = { | ||||
| 	orange = "farming_plus:orange", | ||||
| 	orange = orange_ing, | ||||
| 	apple = "default:apple", | ||||
| 	meat = "mobs:meat", | ||||
| 	bread = "farming:bread", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user