GuiTaek

Results 16 comments of GuiTaek

Yes, the icon doesn't change on hover, there isn't even a part of the image designated for that ready implemented feature :) Anything I can add to the original bug...

I have some new information. This bug appears very often in various different scenarios, however I wasn't able to find a single process that works always, therefore I don't open...

I found a reproduceable way to trigger this bug. Also, I got quilt work and therefore tested the bug on the latest version. I will update my first comment to...

By the way, this should be fixed now as now, you can get to the overworld through possessing endermans

Probably a new feature, you can just use `text_align` instead of `alignment` if you are working with Labels instead of Buttons

I used this class in my mod in it works fine: ``` package import dev.architectury.event.events.common.PlayerEvent; import net.minecraft.world.entity.LivingEntity; import net.minecraft.world.entity.item.ItemEntity; import net.minecraft.world.entity.player.Player; import net.minecraft.world.item.ItemStack; import org.spongepowered.asm.mixin.Mixin; import org.spongepowered.asm.mixin.injection.At; import org.spongepowered.asm.mixin.injection.Inject; import...