Jump to content

Teerth

Members
  • Posts

    9
  • Joined

  • Last visited

Teerth's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. do you have discord
  2. here https://gist.github.com/Teerthdev/80e8e9c5d79710f9368a166faa993561
  3. if (mouseX > guiLeft + 71 && mouseX < guiLeft + 71 + 16 && mouseY > guiTop + 71 && mouseY < guiTop + 71 + 16) { this.renderTooltip(ms, new StringTextComponent("\u00A7e" + "Turn-Right" + "Text"), mouseX, mouseY); see this works but when i copy paste same code under it and change position it does not work and this is other code which does not work only i got this from a server this.addButton(new ImageButton(this.guiLeft + 71, this.guiTop + 53, 16, 16, 0, 0, 0, new ResourceLocation("car_example:textures/circle1.png"), 16, 16, (p_2130901) -> { CarExampleMod.PACKET_HANDLER.sendToServer(new Diamond2Gui.ButtonPressedMessage(0, x, y, z)); Diamond2Gui.handleButtonAction(entity, 0, x, y, z); }, new StringTextComponent("Hello, this is a tooltip")));
  4. Hey i created a this code it works but on one button like if i add more of these it does not show only and if you have any other code pls let me know i need urgent help
  5. how to that data generator any example
  6. what about 500 models
  7. Hi i wanted to create a baked model ex I have 50 textures and when i right click it changes textures so how to create that any example
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.