Skip to content

Commit fb9b464

Browse files
HackuouBONNe
authored andcommitted
Update config.yml to include info on decimals and total chance values per tier (#22)
* Update config.yml to include info on decimals and max chance values Update config.yml to include info on decimals for chances and max chance values for tiers.
1 parent 3e44046 commit fb9b464

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/resources/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ offline-generation: false
1313
# min-level: island level (integer from -1 till Integer.MAX_VALUE) | -1 will mean that this level will be the only level that will be applied. | First level will be always selected
1414
# name: String that will be displayed in commands
1515
# blocks: List of Minecraft Materials and chance of getting it.
16+
# Note: You can not use decimals for chances and the total chances for your tier do not have to add to 100, because of this you can do the same thing as decimals but with larger numbers.
1617
tiers:
1718
default:
1819
min-level: 0
@@ -134,4 +135,4 @@ gamemodes:
134135
REDSTONE_ORE: 1
135136
DIRT: 1
136137
DIAMOND_ORE: 1
137-
EMERALD_ORE: 1
138+
EMERALD_ORE: 1

0 commit comments

Comments
 (0)