consume duration modifier broken
800020h opened this issue ยท 1 comments
minecraft 1.20.1
fabric loader 0.15.10
fabric API 0.92.1+1.20.1
Spice of Fabric 1.6.2+mc1.20.1
tested in minimal instance
when you eat food the consume duration doesn't change
- default
consumeDuration * power(1.3, timesEaten)
doesn't work - this
consumeDuration * 10
doesn't work - this
consumeDuration + consumeDuration * floor(timesEaten / 8)
doesn't work