Remove chorus fruit b/c of missing texture
This commit is contained in:
parent
d25f3b51b6
commit
4647bbcad9
|
@ -103,6 +103,7 @@ minetest.register_node("mcl_end:dragon_egg", {
|
||||||
|
|
||||||
-- Craftitems
|
-- Craftitems
|
||||||
-- TODO: Add textures for chorus fruit and popped chorus fruit
|
-- TODO: Add textures for chorus fruit and popped chorus fruit
|
||||||
|
--[[
|
||||||
minetest.register_craftitem("mcl_end:chorus_fruit", {
|
minetest.register_craftitem("mcl_end:chorus_fruit", {
|
||||||
description = "Chorus Fruit",
|
description = "Chorus Fruit",
|
||||||
wield_image = "mcl_end_chorus_fruit.png",
|
wield_image = "mcl_end_chorus_fruit.png",
|
||||||
|
@ -119,6 +120,7 @@ minetest.register_craftitem("mcl_end:chorus_fruit_popped", {
|
||||||
groups = { craftitem = 1 },
|
groups = { craftitem = 1 },
|
||||||
stack_max = 64,
|
stack_max = 64,
|
||||||
})
|
})
|
||||||
|
]]
|
||||||
|
|
||||||
minetest.register_craftitem("mcl_end:ender_eye", {
|
minetest.register_craftitem("mcl_end:ender_eye", {
|
||||||
description = "Eye of Ender",
|
description = "Eye of Ender",
|
||||||
|
|
Loading…
Reference in New Issue