mojira.dev

cricri_21

Assigned

No issues.

Reported

MC-236191 Negative amplifier effect reset to 0 on join Duplicate MC-164966 [give/summon] Old syntax on named items works with numbers Invalid MC-164517 Playsound : illimited radius of credits sound Duplicate

Comments

@Dhranios Not really. Effect 0-255 exists for a long time. But it's a signed 8-bit representation, so from -128 to 127 (instead of 0 - 255 for a non signed). It allows to adapt the effect behavior on negative values instead of checking many cases if this is above 127 and so on. If negative amplifiers was an issue, it would have been fixed, I think...