forked from VoxeLibre/VoxeLibre
fix excedent lines
This commit is contained in:
parent
a602f64ea5
commit
60e74fc41d
|
@ -37,8 +37,7 @@ local fish = function(itemstack, player, pointed_thing)
|
||||||
local num = 0
|
local num = 0
|
||||||
local ent = nil
|
local ent = nil
|
||||||
local noent = true
|
local noent = true
|
||||||
|
|
||||||
|
|
||||||
local durability = 65
|
local durability = 65
|
||||||
local unbreaking = mcl_enchanting.get_enchantment(itemstack, "unbreaking")
|
local unbreaking = mcl_enchanting.get_enchantment(itemstack, "unbreaking")
|
||||||
if unbreaking > 0 then
|
if unbreaking > 0 then
|
||||||
|
|
Loading…
Reference in New Issue