mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-12-26 18:09:33 +01:00
fix excedent lines
This commit is contained in:
parent
46379b924d
commit
597b66ddcb
1 changed files with 1 additions and 2 deletions
|
@ -37,8 +37,7 @@ local fish = function(itemstack, player, pointed_thing)
|
|||
local num = 0
|
||||
local ent = nil
|
||||
local noent = true
|
||||
|
||||
|
||||
|
||||
local durability = 65
|
||||
local unbreaking = mcl_enchanting.get_enchantment(itemstack, "unbreaking")
|
||||
if unbreaking > 0 then
|
||||
|
|
Loading…
Reference in a new issue