
Everything posted by ChampionAsh5357
-
Server crash by mod compatibility
You are currently using Java 19, use Java 17 by changing the PATH environment variable or by using the absolute location of the executable.
-
I don't know why my server crash
The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.3 (Latest), 1.19.2, and 1.18.2 (LTS).
-
Forge server - low resource use and lag
You can use spark to profile the server whenever the load increases to see where the performance slowdowns come from.
-
The game crashed net.minecraftforge.fml.ModLoadingException: Forge (forge) encountered an error during the common_setup event ph
You could use rubidium or oculus/iris, though I don't think it should matter either way.
-
What's up with Scorge?
I didn't even know that there was a curseforge release. I just knew about the Github. I'll ping illy about it.
-
[VANILLA ORE] How to reduce the frequency of VANILLA ore generation?
They are generated the same way as regular ores, so yes, you can control it.
-
[1.19.3] Custom item animations?
You can't perform an equality check on stacks. They are mutable and always changing, so they are unlikely to be the same. You should check if the item in the stack matches your item (via ItemStack#getItem).
-
[1.19.2] Align Jigsaw structure to hill walls
There are cases where the section hasn't been generated yet. As such, you would need to perform numerous safety checks. I would look at OreFeature and BulkSectionAccess for examples on how to safely check the block state of certain blocks.
-
How to fix "incomplete set of tages received from server" error
The version you are using is no longer supported on this forum. Please update to a modern version of Minecraft to receive support. Currently supported versions are 1.19.3 (Latest), 1.19.2, and 1.18.2 (LTS).
-
Need help with game crash
Probably an issue with the YoureSeeingDungeonsMod; try removing it.
-
[1.19.2] Getting kicked when trying to OP myself.
Please provide the debug.log from the logs folder in the game directory in a pastebin or gist. Preferably one from the server and one from the client where the action has taken place.
-
Modpack Help Needed! 1.18.2 - Description: Rendering overlay
Try removing OptiFine; that mod tends to play horribly with others and usually Forge itself.
-
[VANILLA ORE] How to reduce the frequency of VANILLA ore generation?
So the configured feature just modifies the maximum size of the veins. The placed feature determines how many spawn, at what locations, etc. If you want to reduce the size of the vein, modify the number in the configured feature. If you want to reduce the number of veins, modify the placed feature. The placed feature that modifies the number of veins should usually be the first one on the list. The Minecraft wiki has an entire section on what each type does.
-
The game crashed net.minecraftforge.fml.ModLoadingException: Forge (forge) encountered an error during the common_setup event ph
Remove OptiFine, it is currently not compatible with Forge 1.19.3.
-
I would really appreciate help.
Why can't you access the mod folder?
-
Crash on version 1.19.2
Could you please provide the entire debug.log in the logs folder from the game directory in a gist or pastebin?
-
Rendering block outlines of hidden blocks.
They are different things, but you should be able to get one from the other, so there is no issue.
-
Forge Ore Generation 1.19.3
Create a block. Just look at any kind of ore in the Blocks class; it is the same exact process. The rest is just the features which are the json files.
-
How delete slime chunks from entire world?
No, swamps just spawn slimes naturally. If you wanted to modify how slimes spawned in swamps, you would probably need to change the information associated with the spawn placement of the entity itself, which is currently not modifiable. The best you could do is hook into the CheckSpawn event on the forge event bus and make sure the entity is not on the world's surface or below a certain y value.
-
Forge Crashing
Please post the random words from the console in a gist or pastbin and link it, thanks.
-
What's up with Scorge?
It's currently supported on 1.19, so I'm not sure what you are talking about.
-
Failing to launch forge server with any mods
This suggests that there is probably a client only mod on your server. So you might want to remove it if you happen to know what it is. If not, you can post a mod list and someone will probably figure it out.
-
how can i edit mob parameters without using commands or mobifier mod?
The Attributes class? Again, I have no idea what you're trying to do here when you're talking about json files.
-
The game crashed whilst rendering overlay Error: java.lang.RuntimeException: null
As I said, probably some or all of the mods erroring most likely perform concurrent access on things. Typically, they can work without issue or crash sometimes; other times they always conflict. You might want to make a list of mods you added and then do it once again one at a time to see which ones are actually conflicting.
-
Can't open forge
Well, it says check the console for possible error messages, so you could try enabling that (no idea how, search on the internet), and post the output here. It may have the solution.
IPS spam blocked by CleanTalk.