-
Posts
34 -
Joined
Everything posted by ProPane865
-
[1.14.2] [SOLVED] Button.IPressable not called
ProPane865 replied to Big_Bad_E's topic in Modder Support
Ok... and? This thread should be marked as "solved" if you removed the print statement. -
[1.14.2] [SOLVED] Button.IPressable not called
ProPane865 replied to Big_Bad_E's topic in Modder Support
I don't see a print... -
Please start your own thread, and do not extend on other threads with "I have this issue too!" type of replies.
-
More info please...
-
I feel fairly certain that either the exclamation in the path caused the problem or the launcher isn't installed correctly. Try repairing the installation. If that does not work, then remove the exclamation in the path.
-
His real username does not have an exclamation. EDIT: The filename path has an exclamation in it.
-
The version that worked for me is 27.0.47 (Sorry, I know you said you used old versions).
-
Screenshots?
-
Just delete the version from .minecraft/versions and download a Fresh copy of Forge 1.12 for Windows and install as usual. Show screenshots if that does not work.
-
how do I load forge mods onto minecraft
ProPane865 replied to PASTAR's topic in Support & Bug Reports
Download and install Forge 1.12.2, set the profile in your launcher, and put the mod jar file in the "mods" folder. -
You can't use 1.14 mods with 1.12 because of the massive API changes! I bet bookshelf 1.14 is the problem.
-
Yes, I am coding in 1.14, and I see that they renamed the classes!
-
You should care, because of API changes in newer versions of Minecraft!
-
None of the Forge installations are appearing.
ProPane865 replied to TheReddest's topic in Support & Bug Reports
NVM -
[Forge 1.14] How to get an Overlay from in an event
ProPane865 replied to lizzyd710's topic in Modder Support
Did you spell cancelled wrong? -
What mods do you have? Are you on 1.14?
-
Alright, I have searched for "Gui" but got the following: - GuiAccessDenied - GuiBackupFailed - GuiButtonExt - GuiCheckBox - GuiConfirmation - GuiContainerEvent - GuiMessageDialog - GuiModList - GuiNotification - GuiOpenEvent - GuiScreenEvent - GuiSlider - GuiSlotModList - GuiUnicodeGlyphButton - GuiUtils That's pretty much it, I didn't find anything relating to GuiContainer! There were also HUGE structural API changes for 1.13, so I had my doubts that the class would remain untouched.
-
I'm serious. Nobody knows?
-
No one knows? Weird............
-
Yes, but the way you wrote your code makes it very complicated to get an image from a model. Please use a more efficient way like in my code. You will not regret it.
-
Please rewrite your code ground-up. That is a terrible way of registering items in forge!