warjort
Members-
Posts
5420 -
Joined
-
Last visited
-
Days Won
175
Everything posted by warjort
-
My server crashed, could you please help me?
warjort replied to loisfossa's topic in Support & Bug Reports
Looks like an issue with the useful slime mod trying to load client classes on the server? Contact the mod author. -
If that error really is causing you a problem and you have the latest versions of those mods then you should contact the mod authors. And/or check their issues pages for already known problems. e.g. I found this: https://github.com/someaddons/betterfpsdistances/issues/9
-
I just posted a link explaining what your problem is. Yet 1 minute later you ask another question that shows a complete lack of understanding. Tell me again that you "researched it". Hint: What do you think this does?: https://github.com/MinecraftForge/MinecraftForge/blob/42115d37d6a46856e3dc914b54a1ce6d33b9872a/mdk/build.gradle#L162 I have a pretty high tolerance for people that don't understand but are willing to put the effort in to learn. I have zero tolerance for lazy people that expect to be spoon fed like a baby. They are just time sinks where any effort you do put in, is just wasted because they just coming back for more and more with any attempt to understand what they are doing for themselves.
-
https://forums.minecraftforge.net/topic/123707-bow-damage/?do=findComment&comment=537518
-
https://blog.minecraftforge.net/personal/sciwhiz12/what-are-mappings/ You are trying to use the deobfuscated classes in an obfuscated environment.
-
When I try your mod it says I need 55 biomes. I doubt advancements will change once you have created them? Unless you do something like vanilla's datafixerupper. You probably need to create a new world/player to test any changes to the definition. The way you are doing this is very brittle. Another mod doing the same thing is going to conflict. But I don't know a better way to do it.
-
You also seem to have a conflict between betterfpsdist and rubidium (sodium) which may or may not be related?
-
This is not an AMD or PC support forum. You need to ask the people that can actually help you. But, AMD have posted an FAQ that might be your problem? https://forums.minecraftforge.net/topic/123710-minecraft-1194-forge-crash/?do=findComment&comment=537535 The correct way to get a full reinstall of minecraft is: * Find your .minecraft folder and rename it something else, e.g. oldminecraft * then reinstall minecraft and forge If you don't move the .minecraft folder out of the way, you will probably just be reinstalling over old files that don't get replaced and might be corrupted in some way? But you obviously need to keep some of your old files like your saves.
-
Strange Behavior with setPose and setForcedPose in 1.19.4
warjort replied to R3charged's topic in Modder Support
Players are usually controlled by the client. https://forums.minecraftforge.net/topic/123317-1193-show-player-crawling-for-all-players/?do=findComment&comment=536039 You also need to check the "phase" of that tick event, otherwise you will do things twice per tick. -
There's no error in that log. Post a link to the launcher_log.txt
-
Crash report- can you tell me what’s wrong?
warjort replied to Birdie's topic in Support & Bug Reports
This is a crash in java. Youw will need to ask microsoft what the problem is. The full java crash file name is underlined above. You could also try a different java. I would guess it is something to do with the voice chat since that it the last thing in the log? -
Crash report- can you tell me what’s wrong?
warjort replied to Birdie's topic in Support & Bug Reports
-
fixed it thanks it was twilight forest causeing my issue
warjort replied to vocally_lost's topic in Support & Bug Reports
One of your mods has not registered its entity properly. The logs/debug.log might have more information?- 1 reply
-
- 1
-
You uninstalled ae2 which has a "spatial storage" dimension. The game won't let you load that save until you reinstall ae2. It is a part of the save's worldgen. So either; * Reinstall ae2 * Create a new world which won't have that dimension Looks like you uninstalled twilight forest and the_wild_update which is also part of that save's worldgen?
-
No. You need to work on not wasting people's time. Then you wouldn't get "rude" answers pointing it out.
-
This is not a learning java forum. if you don't know what this means you need to buy a book on learning java or whatever it takes to learn the language. You also posted this less than 15 minutes after I answered your last question. i.e. you spent practically zero time trying to understand this for yourself. Finally, stop dumping code and logs in the forums. I already told you this. Code should be posted on github, logs on a file sharing site.
-
[WorkArounded][1.19.4] Capability not syncing to local world
warjort replied to perromercenary00's topic in Modder Support
We are not a human search engine. Please do your own research. https://forge.gemwire.uk/wiki/Capabilities/Attaching