mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-19 09:31:07 +01:00
Fix itemstring in mcl_fishing: book
This commit is contained in:
parent
35b7e8dd6c
commit
5ccb2ddadf
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue