Posted September 28, 20196 yr Hello, I am having some trouble converting this tutorial for 1.13 into 1.14.4 I have included my code for the class with the errors (which lie on Enum Facing and harvestBlock) any help is appreciated. BlockColumb: https://pastebin.com/Gui7UF4Q
September 28, 20196 yr 12 minutes ago, DrMDGG said: I have included my code for the class with the errors (which lie on Enum Facing and harvestBlock) any help is appreciated. I don't see a crash report if the error is coming from Eclipse or IntelliJ that is you not knowing Java. And typically it tells you straight up what the problem is. VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
September 28, 20196 yr 11 minutes ago, Animefan8888 said: I don't see a crash report if the error is coming from Eclipse or IntelliJ that is you not knowing Java. And typically it tells you straight up what the problem is. yeah, I don't know Java very well. hence why I am trying to learn here. runclient: https://pastebin.com/6kf7Qaup (it's not saving the crash-report for some reason)
September 28, 20196 yr Just now, DrMDGG said: yeah, I don't know Java very well. hence why I am trying to learn here. This is not a Java support forum we deal with Forge problems exclusively here. VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
September 28, 20196 yr 23 minutes ago, Animefan8888 said: This is not a Java support forum we deal with Forge problems exclusively here. yeah, i know. thats why im here about errors in a the mod im making
September 28, 20196 yr This is a basic Java issue, not a Forge issue. You should be using an IDE (Eclipse or IntelliJ, Notepad++ is not an IDE). But I'll give you a hint. Where does the BlockColumb() function end? Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
September 28, 20196 yr 6 hours ago, Draco18s said: This is a basic Java issue, not a Forge issue. You should be using an IDE (Eclipse or IntelliJ, Notepad++ is not an IDE). But I'll give you a hint. Where does the BlockColumb() function end? I don't know, I gave up and deleted it all cuz buddy was being a f%$k face. are there any good tutorials that would match up with 1.14.4 I use eclipse. what should I be using Edited September 28, 20196 yr by Guest
September 28, 20196 yr 8 minutes ago, DrMDGG said: are there any good tutorials that would match up with 1.14.4 No there are no good tutorials. 8 minutes ago, DrMDGG said: I use eclipse. what should I be using Eclipse is great. VANILLA MINECRAFT CLASSES ARE THE BEST RESOURCES WHEN MODDING I will be posting 1.15.2 modding tutorials on this channel. If you want to be notified of it do the normal YouTube stuff like subscribing, ect. Forge and vanilla BlockState generator.
September 29, 20196 yr 12 hours ago, Draco18s said: This is a basic Java issue, not a Forge issue. You should be using an IDE (Eclipse or IntelliJ, Notepad++ is not an IDE). But I'll give you a hint. Where does the BlockColumb() function end? I went back to the tutorial, and managed to get past that error to the end of the tutorial, except one thing. this columb.hoverStart line. I get the error: "The final field ItemEntity.hoverStart cannot be assigned" the errored class: https://pastebin.com/hiJJnLwp
September 29, 20196 yr 53 minutes ago, diesieben07 said: Okay. Do you not understand that error? thats why im here. to learn
September 29, 20196 yr 12 minutes ago, diesieben07 said: This error has nothing to do with Forge. It requires basic Java knowledge to understand. Do you know what a final field is? its used to define an entity
September 29, 20196 yr 6 minutes ago, diesieben07 said: No. Please learn basic Java. You can learn about how classes and objects work here: https://docs.oracle.com/javase/tutorial/java/concepts/object.html https://docs.oracle.com/javase/tutorial/java/concepts/class.html thanks . but got any videos? i cant learn from reading. im mildly dyslexic Edited September 29, 20196 yr by Guest
September 29, 20196 yr 2 hours ago, diesieben07 said: I don't, sorry. You'll have to do some searching yourself if you want videos. will do. and I will be back
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.