Started by
bananaguy
on
Topic category: Help with Minecraft modding (Java Edition)
Is it possible to have GUI elements move dynamically? For example, a button in a menu that slowly moves off-screen when that menu is open, without having hundreds of duplicate buttons that toggle visibility with each having a slightly shifted position
You would need to create a custom GUI component as Minecraft currently has nothing similar to this.