Jump to content

Flurry

Members
  • Posts

    48
  • Joined

  • Last visited

Everything posted by Flurry

  1. Could you explain a bit more if that's okay with you.
  2. 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?
  3. 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.
  4. 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.
  5. Did you leave the IP in the server.properties open?
  6. 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.
  7. 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.
  8. 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.
  9. 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!
  10. 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?
  11. I got it, and I'm happily making my own minecraft mod with forge.
  12. 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.
  13. 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?
  14. 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?
  15. What do you mean the threads merged? (I'm new to this.)
  16. 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/:?]
  17. 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/:?]
×
×
  • Create New...

Important Information

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