Jump to content

Solarient

Members
  • Posts

    34
  • Joined

  • Last visited

Posts posted by Solarient

  1. Went to read the manual and found nothing when it came to GUI's. (To be specific I am making an item that will show a GUI when right clicked.). I know this is a dumb question, but are GUI's supported on the newest version of the MDK? If so, where can I find a way to add them? If GUI support isn't allowed, can I just use J Frames instead? 

    https://mcforge.readthedocs.io/en/1.15.x/blocks/interaction/#usage-examples I am assuming this is the only documentation Forge released for GUI's.

  2. On 8/21/2020 at 9:18 AM, Draco18s said:

    If you don't want to read the documentation, that's fine. But no one's going to help you if you can't be bothered.

    My question was clearly to find an external tutorial different from the actual documentation... 

     

    "Any references that I can use?(tutorials etc.) (Not including the forge files)"


    You could have just not answered. I would have found another way, (Which I have)... Don't be a smart ass.

  3. I am looking to make custom stats(Strength, speed, energy) for an RPG-style mod. These stats should be able to save in game. 

     

    What should I look into to start making these?

     

    This is for forge version 1.16.1.

  4. 34 minutes ago, Beethoven92 said:

    Of course you have to represent your item in code. You need to register it in the forge registries so the game knows it exists

    Ok, just registered it. But how would I make the item 3d? I put the item json in assets with the correct name but it shows as the purple and black thing (meaning no model or texture)

     

    Here is the code.

    https://pastebin.com/MWB0hRpY

     

    I am gonna assume i might need to make a separate class to render it.

     

  5. So for GUI's, I notice in TurtyWurty's video, how the class his screen class extends is just the container screen for a chest. I am aiming on just using a panel to display information with buttons to change values and display more panels (screens). How will I be able to find the right class for what I want? If you know can, you also tell me how to use it? It would be highly appreciated.

     

    Here is the video for reference.

    AND BEFORE THE MODS FLIP THEIR LIDS!!! I AM USING THE LATEST VERSION OF FORGE.

     

     

     

×
×
  • Create New...

Important Information

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