Update 'mods/default/nodes.lua'

This commit is contained in:
thunderdog1138 2020-05-17 20:49:54 +00:00
parent 235a48487d
commit afb3693690
1 changed files with 0 additions and 21 deletions

View File

@ -909,27 +909,6 @@ minetest.register_node("default:bamboo_bush", {
sounds = default.node_sound_leaves_defaults(),
})
-- Fruit
minetest.register_node("default:jogan_fruit", {
description = S("Jogan Fruit"),
drawtype = "plantlike",
tiles = {"jogan_fruit.png"},
inventory_image = "jogan_fruit.png",
paramtype = "light",
sunlight_propagates = true,
walkable = false,
is_ground_content = false,
selection_box = {
type = "fixed",
fixed = {-3 / 16, -7 / 16, -3 / 16, 3 / 16, 4 / 16, 3 / 16}
},
groups = {fleshy = 3, dig_immediate = 3, flammable = 2,
leafdecay = 3, leafdecay_drop = 1, food_apple = 1},
on_use = minetest.item_eat(2),
sounds = default.node_sound_leaves_defaults(),
})
--
-- Ores
--