Everything posted by warjort
-
How to Stop a Sword Hitting an Entity
https://forge.gemwire.uk/wiki/Events
-
I have problem with my server (version 1.19.2 forge)
Use java 17
-
1.19.2 Pack Trouble Around: The game crashed whilst rendering overlay Error: java.lang.IncompatibleClassChangeError: class trabe
I underlined it in my previous response. Now you have posted the debug.log, I can tell you it is this one:
-
i acctually have no idea of whats the error (running 1.18.2 with forge 40.1.2 ,log : https://paste.ee/p/PbiSl)
Cracked clients are not supported here.
-
1.19.2 Pack Trouble Around: The game crashed whilst rendering overlay Error: java.lang.IncompatibleClassChangeError: class trabe
Check you have the latest version then contact the mod author.
-
i acctually have no idea of whats the error (running 1.18.2 with forge 40.1.2 ,log : https://paste.ee/p/PbiSl)
https://www.curseforge.com/minecraft/mc-mods/kotlin-for-forge
-
help error code -805306369
Broken config file, you can find it in the world/serverconfig folder. If you don't have a backup, you can delete it and it will be recreated with default values.
-
Minecraft 1.19.2 Modpack Crash at loading phase
Check you have the latest version then contact the mod author.
-
[RESOLVED] [1.18.2] The mod I'm updating is triggering an AMD driver crash
Why would changing your graphics driver change the jar? That AMD bug has been around for a while, but I haven't seen people reporting it that often recently. Maybe they finally fixed it in a recent release? The fact that changing the AMD driver version fixes the problem (including using old drivers), shows it is not a bug with your mod, forge or minecraft. It also doesn't occur with nvidia, intel, etc. If somebody has the buggy driver, they would likely hit the problem eventually whichever mod they install.
-
[SLOVED] IllegalStateException - Duplicate key with minecraftLibrary dependencies in gradle
I am not very familiar with jarjar. I have never used it. But I guess you are pulling in a copy of jna as one of the dependencies of that jar. Minecraft already includes jna as part of its classpath and so that is confusing it? Try excluding it: https://forge.gemwire.uk/wiki/Jar-in-Jar#Using_dependency_filters
-
The game failed to create my player model. I need help
https://github.com/TeamMidnightDust/MidnightLib/issues/19
-
The game failed to create my player model. I need help
https://github.com/TeamMidnightDust/MidnightLib/issues/19
-
Make Vanilla Effect Durations Stackable
https://github.com/MinecraftForge/MinecraftForge/blob/01846c729a21c13cb86447c4e233b83a314b6856/src/main/java/net/minecraftforge/event/entity/living/MobEffectEvent.java#L105
-
UUID of added entity / Server can't keep up
Check you have the latest version then contact the mod author.
-
Forge 40.2.0/ Java 1.18.2 Crash on Mod Load
Post a link to your logs/debug.log on a file sharing site. The correct way to build a modpack is to add mods individually or in small groups and test it. That way you will know which mod is causing problems.
-
Issue with parsing a json recipe file
https://github.com/elytraByte/Boulanger/blob/master/src/main/resources/data/boulanger/recipes/separator.json
-
Time Change ????
Look at what TimeCommand does.
-
Mods + Noob = Please Help!
There is no 1.19.4 version of ftb lib? https://www.curseforge.com/minecraft/mc-mods/ftb-library-forge/files
-
Problem with adding 'wthit' as dependency [solved]
If you are running it inside eclipse, it doesn't use the gradle build directly. You need to (re)generate the eclipse run configurations from the gradle build. Also their wiki says you need to use the "badpackets" mod as well: https://docs.bai.lol/wthit/plugin/getting_started/ But, I suggest you contact the mod author about their mod. These are the forge support forums.
-
1.19.3 how to render lines through blocks using LevelRenderer.renderLineBox
You shouldn't be playing with opengl calls directly, you will likely just break things when you change things in ways minecraft doesn't understand. Use minecraft's RenderSystem. But in this case, directly modifying the opengl state using any of those calls is not going to work. You are using a buffer to do the rendering. That means it is not doing the rendering immediately. Instead once everybody has had a chance to fill the buffer (long after your code has run); * The rendering state is initialised from the RenderType of the buffer * The buffer is flushed to the graphics card * The relevant shader(s) are called to process the buffer. If you want to do something different you will likely have to make your own RenderType (if one does not already exist that does what you want) or draw directly so you have control of the rendering state. I am not an expert on rendering, so I can't really help you with how to do that.
-
[RESOLVED] [1.18.2] The mod I'm updating is triggering an AMD driver crash
Try this: https://forums.minecraftforge.net/topic/119038-1192-failed-to-run-example-mod-on-fresh-setup/#comment-522788 or one of the other solutions linked from that thread. Including contact AMD about bugs in their driver.
-
[1.19.3] How to extend the range at which destroyBlockProgress crack overlays are rendered?
Why are you doing it with a mixin? The end of renderLevel() is almost certainly the wrong place. You will likely break the transparency rendering? Use this event with stage AFTER_BLOCK_ENTITIES which gets called just before the vanilla rendering code. https://github.com/MinecraftForge/MinecraftForge/blob/01846c729a21c13cb86447c4e233b83a314b6856/src/main/java/net/minecraftforge/client/event/RenderLevelStageEvent.java That way your code will be in the right place.
-
I can not run my mod on Server
You are trying to load client classes on the server.
-
The game crashed whilst rendering overlay Error: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError
Check you have the latest versions then contact the mod authors.
-
My main world that uses optifine refuses to load
The error says the image isn't loaded for some reason. It does not say which mod is causing the problem. Since this is something related to texture loading, try it without optifine or your custom texture packs. Also, since the error uses the word "allocated", it might mean you need to give it more memory?
IPS spam blocked by CleanTalk.