mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-24 05:47:59 +01:00
Adjust volume of the gem finding enchant
This commit is contained in:
parent
cdec84e83e
commit
e287ab165f
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ public class GemFindingEnchantment extends SimpleEnchantment {
|
|||
|
||||
volume = Math.max(volume, 0.04F);
|
||||
|
||||
user.getEnchants().computeIfAbsent(this, Data::new).level = (float)volume * (1.3F + level * 0.3F);
|
||||
user.getEnchants().computeIfAbsent(this, Data::new).level = (float)volume * (1.3F + level);
|
||||
}
|
||||
|
||||
@Environment(EnvType.CLIENT)
|
||||
|
|
Loading…
Reference in a new issue