codetaylor / dropt-1.12

Flexible block drop strategies.
https://minecraft.curseforge.com/projects/dropt
Other
6 stars 2 forks source link

How to do fortune decimals in fortuneModifier #34

Closed Trinsdar closed 6 years ago

Trinsdar commented 6 years ago

how do I do decimals? it will only allow integers https://paste.dimdev.org/qodasexija.json also, the fortune just affects one of the drops, dropping seven of one gem instead of a total of seven random gems. @codetaylor

codetaylor commented 6 years ago

You can't use floats, only ints.

You can use dropCount to get different drops.