mirror of
https://github.com/rubenwardy/food.git
synced 2024-11-13 05:40:34 +01:00
deleted redundant file
This commit is contained in:
parent
805bf35c17
commit
96ae535801
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(),
|
||||
})
|
Loading…
Reference in New Issue
Block a user