mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
Add work type option for config gui.
Removed some useless function for setting guis. fix work penalty increase_only not working.
This commit is contained in:
parent
519ab1853c
commit
ce01702cea
16 changed files with 400 additions and 151 deletions
|
|
@ -72,7 +72,8 @@ permission_needed_for_color: true
|
|||
# Valid values include 0 to 1000.
|
||||
use_of_color_cost: 0
|
||||
|
||||
# Every time an item is used on the anvil. item work penalty is added to the price and increase
|
||||
# Work penalty increase the price for every anvil use.
|
||||
# This config allow you to choose the comportment of work penalty.
|
||||
# Vanilla work penalty formula can be represented as 2 * previous_penalty + 1. with start value equal to 0
|
||||
# See https://minecraft.wiki/w/Anvil_mechanics#Anvil_uses for more detail
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue