Everything posted by warjort
-
how to implement other mods into my eclipse workspace?
https://forge.gemwire.uk/wiki/Dependencies
-
[1.6.4] Cannot build mod because ForgeGradle 1.0 is no longer on maven
The source code for what you want is here: https://github.com/MinecraftForge/ForgeGradle/tree/FG_1.0 or there is this in the modern maven repository: https://maven.minecraftforge.net/net/minecraftforge/gradle/ForgeGradle/1.0/maven-metadata.xml But, you won't get support for anything before 1.18 in this forum. You will have to work through problems yourself or find somebody else who mods on your version to help you.
-
Hello in need of help for running my modded server!.
Use java 17, mixin does not support java 19
-
Freezing Glitch Again
Looks like an issue with updgraded netherite mod? Check you have the latest version the contact the mod author.
-
SERVER DON'T WORK | 1.18.2 | Only forge server
Use java 17, mixin does not support java 19
-
Launcher crashes
You are trying to mods for 1.15 with minecraft 1.18.2? Download the versions of those mods that are for minecraft 1.18.2
-
How do i add more ram to my server?
Read the comments in your user_jvm_args.txt
-
Exception in server tick loop
There is nothing else in that log about your problem. I have underlined the following mods that are modifying code in this area: But that does not mean it is one of these mods. They are just ones you can check first to see if you have the latest version or there are known issues.
-
Crash Report (on Mcreator)
- I keep getting the following error when I try to start up minecraft. The game crashed whilst rendering overlay Error: java.lang
Nope, now you are missing geckolib You should check the mod pages of your mods to make sure you have all mods they say they need.- I keep getting the following error when I try to start up minecraft. The game crashed whilst rendering overlay Error: java.lang
Looks like you are missing the terrablender mod?- [1.19.2] Rendersystem called from wrong thread
If there is no data or processing relevant on the server, you can check the side. You basically let the client decide to show the screen with no veto by the server. You still shouldn't have client classes directly in your entity. But I don't think that is what you want? You have an "isTalking" field which doesn't look to implemented properly no synch server <-> client I am guessing your intention is that the villager can only talk to one player at once? As it stands, that is kind of true on the server, but not on the client. The client has no idea if the villager is talking to other players only if the local player is. And the server has no idea when players stop talking to villagers.- All the mods to the sky crashes while playing
Issue with the createaddition mod, check you have the latest version the contact the mod author.- 1.19 - Can't interact with custom entity
Entity.isPickable() controls whether a ray trace can target your entity.- I need help with EntityRenderer (1.18.2)
Looks like you haven't registered an entity renderer for one of your entities?- Getting an 'errors in currently selected datapacks' message when trying to create a new world (1.18.2 Forge)
Looks like an issue with a broken recipe for create. The error message does not say which recipe or what mod is adding it. The problem is not necessarily with create, it could be one of its add-on mods or something else that is adding create recipes. I think the error means somebody has created a recipe with zero fluid amount?- Help! Forge 1.18.2 not working
Since you don't show the full the log it's hard to say. Looks like there is some issue with the jars in your .minecraft/libraries folder? All the classes it says it can't find are from jars in that folder. A possible cause might be the folder or the jars have the wrong operating system permissions? One thing you can try is rename your .minecraft folder to something else to back it up. Then reinstall minecraft from scratch. This will force it to redownload/reinstall those jars. You say you already tried it, but did you make sure it was actually installing into an empty folder or was it reinstalling over files that already exist.- Exception in server tick loop
Your error says something is trying to modify the list of entities in a chunk incorrectly. There is nothing in that crash report that says which mod is causing the problem. If you post the logs/debug.log that might contain some extra information that gives a hint? But it is likely the only way you are going to find the problem mod is by removing mods individually until you find it. (Backup your world before removing mods). Mobs relating to mobs/entities or obscure mods with few downloads would be the first ones to test. You should also check you have the latest versions of your mods and check to see if their issues/bug report pages have a known problem relating to this.- I need help
LivingConversionEvent- FTB Stoneblock 3 server timing out
Looks like an issue with chisels and bits. Check you have the latest version then contact the mod author.- My mod is loaded but it doesn't work anyway
https://docs.minecraftforge.net/en/latest/concepts/resources/#resourcelocation minecraft:diamond yourmodid:your_item othermodid:other_item You really need to read the docs/wiki instead of asking these minecraft 101 questions.- OpenGL Error id=1280/1282
It is an issue with your graphics driver: nvoglv64.dll If your driver is up-to-date you need to contact the manufacturer. Sometimes downgrading a driver to a previous version can avoid newly introduced bugs in the driver.- forge crashing
Your configuration file is invalid/corrutped. You can find it in world/serverconfig If you don't have a backup of this file and don't know how to fix it (ask the mod author), you can delete it and it should be recreated with default options.- Minecraft 1.18.2 crashed after running when injecting CodeChickenLib dependency on build.gradle
https://forge.gemwire.uk/wiki/Dependencies- Crops don't drop custom Loot Table
I didn't see anything obviously wrong with your code, so I downloaded and ran the mod. I grew the cucumber crop to age 5 and then harvested it. I got 3 seeds and 1 cucumber. Seems to be working for me? Try downloading your github repo to a different folder and then comparing it with your current workspace. They are obviously different. - I keep getting the following error when I try to start up minecraft. The game crashed whilst rendering overlay Error: java.lang
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.