misode / minecraft-schemas

Schemas to parse and validate JSON structures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

loot_table bonus_roll and rolls do not accept negative values

ChenCMD opened this issue · comments

commented
loot_table bonus_roll and rolls do not accept negative values

Does the game accept negative values and do those provide valuable results?

commented

Yes. For example, if you enter a negative value for rolls and set bonus_roll to 1, rolls + luck * bonus_roll will be the number of items drawn.