
Solarient
Members-
Posts
34 -
Joined
-
Last visited
Everything posted by Solarient
-
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.
-
I recently started making a minecraft server through forge but I am having some problems starting it up. I have done the right port forwarding ports and everything else, but I keep getting this error in the command prompt. (I blurred out the file path and I.P address)
-
Best put butter in that 🤣 this boutta be willd
-
I clearly asked for something different, but your little butt buddy insisted on being a smart ass.
-
awwww im sowwy I made fun of your shitty documentation 🤣🤣.
-
Did i hurt your feewings? 🤣
-
Thank you!
-
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.
-
Any references that I can use?(tutorials etc.) (Not including the forge files)
-
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.
-
That doesn't help at all
-
What is a good example of a .json which can be used to "call" an .obj file. If you have any good references please share the link.
-
I fixed the missing textures. However I still got the same result.
-
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.
-
I am trying to make an item which is a 3d model. I have made the json already in block bench for it. Do I need to make some sort of class for it? Or is it not possible?
-
Help with types of GUI's and how to ue them
Solarient replied to Solarient's topic in Modder Support
I have never used those before, thanks for referring them to me. I will research it on my own. Thank you for the help. -
Help with types of GUI's and how to ue them
Solarient replied to Solarient's topic in Modder Support
I guess that makes sense... Is there a detailed reference on how these classes work? Or is it similar to JPanels and JFrames in the Java.swing class? -
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.
-
Thank you, say I were using Intellij how would I search Hierarchies?
-
https://skmedix.github.io/ForgeJavaDocs/javadoc/forge/1.9.4-12.17.0.2051/overview-summary.html Here is the link to the Forge API Packages that I found. Is this old?