Towdium / JustEnoughCalculation

A simple minecraft mod help you calculate the cost for recipes
Other
54 stars 41 forks source link

Two fixes to calculator widget #121

Closed Despacito696969 closed 1 year ago

Despacito696969 commented 1 year ago
  1. Fixed mouse position being multiplied by two when using calculator widget.
  2. Fixed incorrect behavior in client mode, where instead of creating a widget if a player has enabled the option, it would create as many widgets as the number of calculators player had. This meant that without a calculator you couldn't see the widget and with multiple calculators, every time you would open an inventory you would get multiple widgets spawned in the same place.
Towdium commented 1 year ago

Thanks!