Add bone block, chorus fruit, popped chorus fruit, update purpur block textures
This commit is contained in:
parent
2e03f15820
commit
f1b8ee0151
10 changed files with 4 additions and 9 deletions
|
@ -108,12 +108,11 @@ minetest.register_node("mcl_end:dragon_egg", {
|
|||
})
|
||||
|
||||
-- Craftitems
|
||||
-- TODO: Add textures for chorus fruit and popped chorus fruit
|
||||
--[[
|
||||
minetest.register_craftitem("mcl_end:chorus_fruit", {
|
||||
description = "Chorus Fruit",
|
||||
wield_image = "mcl_end_chorus_fruit.png",
|
||||
inventory_image = "mcl_end_chorus_fruit.png",
|
||||
-- TODO: Teleport player
|
||||
on_use = minetest.item_eat(4),
|
||||
groups = { food = 2, eatable = 4 },
|
||||
stack_max = 64,
|
||||
|
@ -126,7 +125,6 @@ minetest.register_craftitem("mcl_end:chorus_fruit_popped", {
|
|||
groups = { craftitem = 1 },
|
||||
stack_max = 64,
|
||||
})
|
||||
]]
|
||||
|
||||
minetest.register_craftitem("mcl_end:ender_eye", {
|
||||
description = "Eye of Ender",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue