The sort-of-weekly thingy is back?
No breaking changes for Fabric API.
/tick command from the Carpet mod arrives in the vanilla game. To support this functionality in your mod:
| package io.github.itzispyder.coherent.util.minecraft; | |
| import io.github.itzispyder.coherent.Global; | |
| import io.github.itzispyder.coherent.data.Color; | |
| import io.github.itzispyder.coherent.gui.misc.animators.Animations; | |
| import io.github.itzispyder.coherent.gui.misc.animators.Animator; | |
| import io.github.itzispyder.coherent.modules.Module; | |
| import io.github.itzispyder.coherent.modules.modules.client.ClickGUI; | |
| import io.github.itzispyder.coherent.util.MathUtils; | |
| import net.minecraft.client.gui.DrawContext; |