Everything posted by warjort
-
Minecraft freezes sometimes when I pause the game. (1.19.2)
Sorry, but I "offered" to analyse the thread dump if you provided it. I didn't offer to teach you java or system administation. I wouldn't do that job even if you paid me. ๐ Maybe somebody else reading this forum will offer to help you? But if you can't figure it out how to use those free tools from that link above or other docs on the internet, you are probably more likely to get help in a java focused support forum.
-
i really need help.
We can't help if you don't post a link to the logs/debug.log (after you removed that mod). We have no psychic powers.
-
i really need help.
You are trying to use a mod for minecraft 1.19.3 with 1.19.4 There is no 1.19.4 version of that mod that I can see? https://www.curseforge.com/minecraft/mc-mods/callable-horses Contact the mod author for more help.
-
Suggestion for best way to handle crop tiers
We don't write or design your mod for you. But adding to the NBT or using a capability is only relevant if you want different ItemStacks of the same Item to have different values. If you do that, ItemStacks with different values won't stack together. If you want to modify other people's blocks to drop different items: https://forge.gemwire.uk/wiki/Dynamic_Loot_Modification
-
Suggestion for best way to handle crop tiers
https://github.com/MinecraftForge/MinecraftForge/blob/9a25527a54011378c1a1e6b3b6dd0e90bd52fafb/src/main/java/net/minecraftforge/event/entity/living/LivingEntityUseItemEvent.java#L109
-
[SOLVED] [1.18.2] level.explode() doesn't trigger block updates (+correct method to "launch" player?)
Instead you come back after less than 20 minutes of research (if you did any at all). This is a support forum. Not a teach me modding forum. But to answer part of your question. The vanilla client has lots of "simulation" code that runs client side so the user sees improved responsiveness. e.g. breaking blocks or predicting where entities will move to If the client's simulation gets it wrong, the server (which is authoratitive) will eventually correct it.
-
Missing mandatory dependencies
Don't post on other people's threads unless you helping the original poster. Start your own thread. That error means you have 15 mods that want/are for a different version of Forge. It is likely one of those mods uses mixins and is crashing the game due to this incompatiblity before Forge can tell you which mods they are. In modern times, this is usually reported when not using the latest version of Forge for 1.18.2 since mods like create want the most recent versions.
-
[SOLVED] [1.18.2] level.explode() doesn't trigger block updates (+correct method to "launch" player?)
All that code does is modify the client state, it never reaches the server where the real state is stored and where you actually want to make modifications. https://forums.minecraftforge.net/topic/123325-1194-destroying-several-adjacent-blocks/?do=findComment&comment=535976 Or use search for the hundreds of other posts about this "sidedSuccess" FAQ. For the complications in modifying entity velocities: https://forums.minecraftforge.net/topic/119553-1192-solved-cannot-get-passengers-of-an-entity-when-there-are-multiple-instances-of-the-entity-in-the-world/#comment-524427
-
FORGE MINECRAFT SERVER ERROR
You also need to use java 17
-
FORGE MINECRAFT SERVER ERROR
- 1.19.2 modpack server
Check you have the latest version then contact the mod author. Again the logs/debug.log might have more precise information. I shouldn't have to keep asking for that file.- Need help with dedicated server
If you modify the client to include the following in its "java arguments" - you set it in the same place you specify the -Xmx memory value -Dforge.logging.mojang.level=debug it might show more information about the error you are seeing.- Need help with dedicated server
Heap space: likely means you don't have enough memory on the client but... Stack Overflow: is a bug which might be causing the memory problem?- Need help with dedicated server
There is nothing in the log that indicates what the problem is. The client is joining the game which you can see on both the client and server: The server then times out the client because it is not sending/responding to any network packets (including the "keep alive ping") The first indication this has happened on the client is - this is a normal message when a client leaves a server The only other information between when the client joined the server and it getting disconnected is the iceberg mod changing some network code. If it's not iceberg, I would guess the only way you will find the problem mod is by experimenting with removing mods until the problem goes away. Backup your world on the server before removing mods.- 1.19.4 TPA Mod Request (will pay)
There already is such a mod, it's just not been updated to 1.19.4 yet. https://github.com/FTBTeam/FTB-Essentials/tree/main/src/main/java/dev/ftb/mods/ftbessentials/command Why don't you talk to somebody at FTB. Maybe they will expedite a 1.19.4 version in exchange for a donation?- Need help with dedicated server
You also have this error: Check you have the latest version then contact the mod author.- Vault Hunters 3rd edition not loading into world
Broken configuration file. You can find it in the world/serverconfig folder. If you don't have a backup, you can delete the file and it will be recreated with default values.- Need help with dedicated server
That says the client is taking too long. Either because it is, or it "crashed". You need to post the logs/debug.log from the client.- Minecraft 1.19.2 forge 43.2.10 not opening.
https://forums.minecraftforge.net/topic/123416-exit-code-1/#comment-536369- MC forge crashes anytime I try to play, Please Help
Also just reinstalling forge won't delete the old config files or saves, etc. See that link for how to full clean reinstall with a "backup".- MC forge crashes anytime I try to play, Please Help
It's impossible to get the same error if you really did delete the correct file. Either you deleted the wrong file or you have a different error. https://forums.minecraftforge.net/topic/123483-essential-mod-forge-1194-error-1/?do=findComment&comment=536913- Server won't launch - All The Mods 8 - Error message below.
You should use java 17 for both: https://minecraft.fandom.com/wiki/Tutorials/Update_Java it is the current LTS: https://endoflife.date/java- MC forge crashes anytime I try to play, Please Help
Broken config file. You can find it in the config subfolder. If you don't have a backup, delete the file and it will be recreated with default values.- Server won't launch - All The Mods 8 - Error message below.
https://forums.minecraftforge.net/topic/122698-forge-1182-server-wont-load-up-with-dawncraft/?do=findComment&comment=533997 Jarfix won't help you unless you are clicking on a jar (which you are not when starting the server).- malformed input around byte 73
Essentials completely reworks the networking of minecraft. You need to ask them. - 1.19.2 modpack server
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.