-
Posts
48 -
Joined
-
Last visited
Everything posted by Flurry
-
Could you explain a bit more if that's okay with you.
-
Screen rendering something.
-
I've made a post similar to this one beforehand, yet it wasn't recognized enough to get any responses. Sorry if this is a repost, ? I've wanted to make guis in forge for a while now, but the majority of the tutorials for the primary version (1.14.4) are for older versions, I've wanted to know if I'm missing something right here or am I just blind in general to not notice anything to help me, so can anybody provide any type of videos/links to help with my question?
-
Whenever a change is made, the src is the exact same as how it was before.
Flurry replied to Flurry's topic in Modder Support
Found out my problem, to be honest here I selected the last option where I import it from a folder/archive, and it updates whenever I make an update. Also, I don't know how to work out vi. -
I've tried changing it to my default stuff when creating a small mod/project, yet it still doesn't update it. Even though I installed the default stuff, I don't understand how in my last project it was updating recently and keep it up to date whenever I changed something, weird. EX : Let's say I changed the com.examplemod.examplemod to cat.lolol.mymod, it still doesn't change it to that cat example I said.
-
Minecraft Forge server crashes on startup
Flurry replied to CrazyBre02's topic in Support & Bug Reports
they do that. -
Minecraft Forge server crashes on startup
Flurry replied to CrazyBre02's topic in Support & Bug Reports
Did you leave the IP in the server.properties open? -
Minecraft Forge server crashes on startup
Flurry replied to CrazyBre02's topic in Support & Bug Reports
I had this problem once before, I remember it said the server is running on that port?, perhaps it's running it on the IP (yours specifically), I mainly changed it to localhost yet I don't know if in this case, it'll work. Also, read some of the errors and probably try and fix them and see if that makes a difference. -
I don't understand what you mean by "through twitch", either that or I'm dumb Another thing, looking at the crash report it'll say a small amount of what's wrong/not working. From what I see, it's probably with audio or something, and a few others. I can't tell that well, check back at what you changed/such.
-
[1.14.4 ]what's up with the var names like "p_76131_0_"?
Flurry replied to andGarrett's topic in General Discussion
I worked with ModCoderPack before knowing forge was better to mod Minecraft better, and a majority of the functions in there were like what you're asking for, Animefan is absolutely correct, if you use something like JD-GUI and look inside of the Minecraft-1.14.jar or whatever version you like, it'll show the obfuscated code. -
I wanted to make some keystrokes within my mod because it'll also have other resources to add some more interest to Minecraft, experiencing with LWJGL and input functions I know how the callbacks and such works, but it'll be different within Forge ever since the GuiScreen and the Gui have changed to events ever since the 1.14 change, so are there any videos or resources that could help me create GUIs & learn how to use input alongside that? Thank you!
-
I got one more question, when I imported my thing aka my java thing, it didn't change the examplemod to what my mod is called, any solution to this?
-
I got it, and I'm happily making my own minecraft mod with forge.
-
I have Java 11, and I wanted to make a mod with Forge for a while now. Yet i cannot due to the fact that I can't get it with that version of java if I wanted to get the 8th version I don't know what type of way to get it besides getting an oracle account.
-
My mod fails to play any type of music or the GUI especially. I've tried to replace the JSON file with the 1.8 or the 1.9 code and it still didn't work. Any files or sites that could help me with my problem?
-
ShaderManager - Woops
-
Oh, shot! Anyways, what I mean by "this" I meant like the ShaderManager within the net.minecraft.client.shader, do you know any place that can help me?
-
What do you mean the threads merged? (I'm new to this.)
-
Reposted after 2 days due to no response, if this is a bannable offense or an account removal (I'm new) I will delete this post if needed, thank you. As far as I know, I was fixing this last night, but I believe there were errors within setting a String as a Collection<?> I believe. However though I just set it to String in the end, if you need me to represent my code please respond. Here's the error I receive - [07:11:10] [Client thread/INFO]: Caught error stitching, removing all assigned resource packs java.lang.NullPointerException at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:192) ~[guava-15.0.jar:?] at com.google.common.base.Joiner.toString(Joiner.java:436) ~[guava-15.0.jar:?] at com.google.common.base.Joiner.appendTo(Joiner.java:108) ~[guava-15.0.jar:?] at com.google.common.base.Joiner.appendTo(Joiner.java:152) ~[guava-15.0.jar:?] at com.google.common.base.Joiner.join(Joiner.java:193) ~[guava-15.0.jar:?] at com.google.common.base.Joiner.join(Joiner.java:183) ~[guava-15.0.jar:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:103) ~[bin/:?] at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:671) [bin/:?] at net.minecraft.client.Minecraft.startGame(Minecraft.java:555) [bin/:?] at net.minecraft.client.Minecraft.run(Minecraft.java:953) [bin/:?] at net.minecraft.client.main.Main.main(Main.java:168) [bin/:?] at Start.main(Start.java:9) [bin/:?]
-
As far as I know, I was fixing this last night, but I believe there were errors within setting a String as a Collection<?> I believe. However though I just set it to String in the end, if you need me to represent my code please respond. Here's the error I receive - [07:11:10] [Client thread/INFO]: Caught error stitching, removing all assigned resource packs java.lang.NullPointerException at com.google.common.base.Preconditions.checkNotNull(Preconditions.java:192) ~[guava-15.0.jar:?] at com.google.common.base.Joiner.toString(Joiner.java:436) ~[guava-15.0.jar:?] at com.google.common.base.Joiner.appendTo(Joiner.java:108) ~[guava-15.0.jar:?] at com.google.common.base.Joiner.appendTo(Joiner.java:152) ~[guava-15.0.jar:?] at com.google.common.base.Joiner.join(Joiner.java:193) ~[guava-15.0.jar:?] at com.google.common.base.Joiner.join(Joiner.java:183) ~[guava-15.0.jar:?] at net.minecraft.client.resources.SimpleReloadableResourceManager.reloadResources(SimpleReloadableResourceManager.java:103) ~[bin/:?] at net.minecraft.client.Minecraft.refreshResources(Minecraft.java:671) [bin/:?] at net.minecraft.client.Minecraft.startGame(Minecraft.java:555) [bin/:?] at net.minecraft.client.Minecraft.run(Minecraft.java:953) [bin/:?] at net.minecraft.client.main.Main.main(Main.java:168) [bin/:?] at Start.main(Start.java:9) [bin/:?]