mirror of
				https://github.com/rubenwardy/food.git
				synced 2025-11-03 20:25:25 +01:00 
			
		
		
		
	deleted redundant file
This commit is contained in:
		
							
								
								
									
										25
									
								
								fruits.lua
									
									
									
									
									
								
							
							
						
						
									
										25
									
								
								fruits.lua
									
									
									
									
									
								
							@@ -1,25 +0,0 @@
 | 
			
		||||
-- RUBENFOOD MOD
 | 
			
		||||
-- A mod written by rubenwardy that adds
 | 
			
		||||
-- food to the minetest game
 | 
			
		||||
-- =====================================
 | 
			
		||||
-- >> rubenfood/fruits.lua
 | 
			
		||||
-- adds fruits
 | 
			
		||||
-- =====================================
 | 
			
		||||
-- [regis-food] Oranges
 | 
			
		||||
-- =====================================
 | 
			
		||||
 | 
			
		||||
print ("RubenFood [Master] - Loading Fruits")
 | 
			
		||||
 | 
			
		||||
minetest.register_node(":default:orange", {
 | 
			
		||||
	description = "Orange Fruit",
 | 
			
		||||
	drawtype = "plantlike",
 | 
			
		||||
	visual_scale = 1.0,
 | 
			
		||||
	tiles = {"food_orange.png"},
 | 
			
		||||
	inventory_image = "food_orange.png",
 | 
			
		||||
	paramtype = "light",
 | 
			
		||||
	sunlight_propagates = true,
 | 
			
		||||
	walkable = false,
 | 
			
		||||
	groups = {fleshy=3,dig_immediate=3,flammable=2},
 | 
			
		||||
	on_use = minetest.item_eat(4),
 | 
			
		||||
	sounds = default.node_sound_defaults(),
 | 
			
		||||
})
 | 
			
		||||
		Reference in New Issue
	
	Block a user