Fix itemstring in mcl_fishing: book

This commit is contained in:
Wuzzy 2017-02-17 18:29:50 +01:00
parent 35b7e8dd6c
commit 5ccb2ddadf
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ minetest.register_tool("mcl_fishing:fishing_rod", {
itemwear = math.random(49144, 65535) -- 75%-100% damaged
elseif r == 2 then
-- TODO: Enchanted book
itemname = "mcl_core:book"
itemname = "mcl_books:book"
elseif r == 3 then
-- TODO: Enchanted
itemname = "mcl_fishing:fishing_rod"