Jump to content

Paperclippy

Members
  • Posts

    3
  • Joined

  • Last visited

Paperclippy's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Hello, essentially what I am trying to create is a waypoint. A point in the world is selected and text is rendered to the screen, always facing the player, with the same scale, but seemingly at this point in the world. I've been thinking about something in minecraft similar to this, or maybe a mod that does essentially this that is open source, but I can't think of anything. All of the mods that I have looked at that have something like this are not open source. Any ideas?
  2. I'm trying to draw two textures over each other in a ContainerScreen, but whenever I do the transparent background (for my custom texture) turns into a purple and black "missing" texture.
  3. I have a 9x3 container opened by a button in the inventory. Whenever I open it, it gives me this error: In the container, the inventory of the player gets messed up. The only items that appear are in a 3x3 area on the far left of the inventory (slots 1-3, 10-12, 19-21). In the new inventory, the only items able to be placed are in, again, a 3x3 area in those same slots, but in the new inventory. The hotbar is unaffected. I have tried increasing the size of the inventory that is created, but it will give the same error just with whatever number I put in instead of 27. I would try to figure this out on my own but I can't figure out exactly what the error message means (Is 27 the index it is trying to access? The size of the array? Then how would I know the index/size?) and I've run out of leads for what the problem could be. Here is my code: EventSpellBookButton.java (Opens Container) CardContainer.java To be honest I'm not entirely sure where the problem is, but hopefully this is enough information. Let me know if you need any more info or if you need me to create a GitHub repository for all my code.
×
×
  • Create New...

Important Information

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