Add shulker shell and dragon's breath
This commit is contained in:
parent
97bd4fe734
commit
b85683ecdd
4 changed files with 7 additions and 3 deletions
|
@ -43,12 +43,10 @@ minetest.register_craft({
|
|||
}
|
||||
})
|
||||
|
||||
-- TODO: Get texture
|
||||
--[[
|
||||
minetest.register_craftitem("mcl_potions:dragon_breath", {
|
||||
description = "Dragon's Breath",
|
||||
wield_image = "mcl_potions_dragon_breath.png",
|
||||
inventory_image = "mcl_potions_dragon_breath.png",
|
||||
groups = { brewitem = 1 },
|
||||
stack_max = 64,
|
||||
})
|
||||
]]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue