Update: texture bug fix

It was found that the chestplate texture didn't have all the needed
updates to it's color change. (Showing the original texture was diamond
chestplate of MCL)

  Changed tools to not show debug information in logs.
master
david 2021-10-02 13:29:30 -04:00
parent 2cd9e703c2
commit 5c98f6b78a
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 732 B

After

Width:  |  Height:  |  Size: 712 B

View File

@ -13,7 +13,7 @@ renew_tools.uses = 365
renew_tools.factor = 42 -- 36
-- Do we log when we repair? Used for debugging
renew_tools.log = true
renew_tools.log = false
-- Only support repairing tools when they are in the main inventory of the player
local function check_player(player, timer)