World Border (Fabric)

World Border (Fabric)

261k Downloads

Fixed Anvil Repair Cost - doesn't work as intended

Zothen1973 opened this issue ยท 2 comments

commented

Information

Minecraft version: 1.16.5
Forge version: 36.1.9
Environment: Singleplayer / Multiplayer -> BOTH

Mod name: fixedanvilrepaircost_1.16.5-1.4.jar

Description

No matter how many diamonds I put into the anvil, the diamond tools/armor only gets repaired by 33.33%.

grafik

[General] #The amount of level it costs to repair an item on an anvil. A value of 0 keeps vanilla behaviour. #Range: 0 ~ 100 repairCostLevelAmount = 3 #The amount of material it costs to repair an item on an anvil. A value of 0 keeps vanilla behaviour. #Range: 0 ~ 64 repairCostMaterialAmount = 1 #How much the item is repaired per action. By default 33.33%, so 3 of 'repairCostMaterialAmount' fully repairs any item. #Range: 0.0 ~ 1.0 percentRepairedPerAction = 0.3333

commented

Thanks for opening the bug report! I've tested it locally just to be sure. If you want to repair an item, you'll have to use the anvil multiple times. So it uses 1 diamond when grabbing the output stack, and you put it back on the left. The mod does not change vanilla behaviour. It works as intended I believe.

commented

Anyone there?