Everything posted by Ugdhar
-
coding mob ai
Of course they did, because what you want to do probably can't be done with their software.
-
SOLVED
You should leave your post as-is, and just add the world solved to the title, and perhaps even explain the solution, instead of deleting the entire thing. This helps people in the future that may have the same issue fix it when they do a search.
-
[1.17.1] No suitable driver found for jdbc:mysql
Please post full logs, including full errors messages. An exception can be caused by approximately 1 zillion things.
-
Minecraft Forge Server Crash
The FirstPersonMod is for clients, not servers, try removing it. If it still crashes, post new logs. *edit: looks like you have other client mods on there too, I saw mousetweaks. Make sure to consult mod descriptions/instructions for if they are compatible with dedicated servers.
-
1.17 Mods with public repos
If you go browse some mods on curseforge, some of them will have links back to their source. The link is usually in the row of links right above the main area of the mod description.
-
How did you learn to mod?
Not a problem, really the main thing people take offense to around here is not knowing basic Java (syntax, classes, inheritance, scope, etc), and not showing code/logs, especially after being asked. Besides that, I don't think people mind repeated requests for help. It also helps if you try something(s), so you show motivation, and also have some code to share. "I'm trying to do this, here's what I tried, here's what it does/doesn't do that I don't expect" will get way more help than "How do I do this?" with no attempt at all.
-
[1.14 ]Getting the count of all ChickenEntity
1.14 is out of support, you'd be better off going for 1.16 or right for 1.17; once there is a release build of 1.17, I believe 1.15 will be out of support as well.
-
How did you learn to mod?
More or less same deal as the other responders, but would also like to add, get a github account if you don't have one, and learn how to use your IDE with git. It makes managing your own code so much easier, you can roll back changes, create branches, etc. etc. and probably one of the more helpful, you can link to it here if you have a problem, and you get much more help with a working* codebase than just describing your problem, or copy/pasting a couple classes into a forums post. (*working - includes what is needed to be capable of being built/run, if there are errors you can't figure out, people can/will often help) I'm with you on video tutorials, they're terrible, whoever thought videos were a good medium for coding tutorials was high AF. That's the generation we're in though, if it's not a video, no one cares.
-
The game crashed whilst rendering overlay please help ASAP.
Try deleting that jei-client.toml file in your config folder.
-
Animated Sprite For Projectile Entity (1.16.5)
Maybe the Ghast fireball thing?
-
Creating an custom cactus plant
Have you tried stepping through your code with the debugger? I'd set a breakpoint at the beginning of the canSustainPlant method and step through it to see what's going down.
-
These libraries failed to download. Try again. (mac) 1.17.1
You need to open a terminal window, and make sure you are in the same folder/directory as the installer. Then run
-
Forge server installer can't open
Run the installer from the commandline and post the output. If it generates an installer log (same filename as installer but ends with .log if you can see file extensions) post that as well.
-
Crashing on forge 36.2.2
There are errors, the file was just too big to show in the viewer, you have to click the "view the full file" link. This error seems to be spamming towards the end of the log (also, lots of bad loot table errors that don't really say where they're from) It also finishes off with a nice GL error, and a tick taking 3 minutes:
-
Issue with running the 1.17.1 Forge server.
Is your downloads folder a OneDrive/GoogleDrive or something like that? That's my first guess for your issue running the installer directly from your downloads folder. I just downloaded that same version, and ran install for both client and server (from my downloads folder, Win10 Home), and it worked flawlessly. Which version of Java are you using (java -version from the commandline should show it)? For MC/Forge 1.17, I used the latest Java 16 from AdoptOpenJDK.
-
I need help
Try using Java 8 instead of 16 when using MC/Forge 1.16.5
-
I need to put something in client tick loop
At the top of the page there's a link for "Docs", go there, make sure you're on 1.16.x, and look for "Events". Pretty simple.
-
Mod doesn't show up
Nope, you could edit the title and add [SOLVED] to it so people see it was solved. Also adding a post explaining your fix would be a nice thing to do, in case someone runs into a similar issue, and actually searches the forums first, they may come across your post and get the help they need!
-
Server crashing with create mod (any version)
Please post the full debug log, it will have more information in it.
-
Can't run forge server 1.16.5
Forge does not support Java 16, at least not until 1.17 comes out. Best to use 8 since that's what Mojang ships.
-
Hi. I made a server with ngrok modded but when i join the server and i m trying to get a modded item it says it doesn t exist
More information is needed. If this is for a version lower than 1.15, it is no longer supported. If it is 1.15 or higher, please post your debug.log from the server and the client, and that should give people something to start with to figure out what's up.
-
I don't really know but i need help
Old versions of forge are no longer supported, you will need to update to receive support. There banner at the top of most pages on these forums tell which versions are supported.
-
My forge in 1.16 doesnt work
Please post your latest log from attempting to launch the game, it should tell us what's going on.
-
Minecraft Server not
Please post your server log, it should give a clue what's going on.
-
Bruh
It looks like you may be trying to reply to someone's support post, you instead you created a new one.