Remove chorus fruit b/c of missing texture

This commit is contained in:
Wuzzy 2017-01-28 01:14:19 +01:00
parent d25f3b51b6
commit 4647bbcad9
1 changed files with 2 additions and 0 deletions

View File

@ -103,6 +103,7 @@ 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",
@ -119,6 +120,7 @@ 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",