Closed celestialfault closed 3 months ago
GuiMixin.java
file - a floating point variable called 'delta'. This variable captures and holds the 'partial tick' value from the game time delta. In non-technical terms, this means the 'delta' variable keeps track of small time intervals (or 'ticks') within the game, which can provide more precision and control over certain game actions.Good catch
Fixes #36