Everything posted by warjort
-
Custom Item Not Dropping
You should post the entire *real* code. We aren't going to spend time trying to debug code you aren't actually using.
-
All items Replaced With Air?? Pls Help
Can't really help you if you don't post the up-to-date code. If your code is anything like the link you posted before, you have a problem here: https://github.com/DJ-Laser/BetterAllaysMod/blob/7d00639cd3aceef113e4ed093b15c38ae0e50230/src/main/java/com/djlaser/betterallays/block/ModBlocks.java#L39 You use SmallJadeBude.get() but that block isn't registered yet. What you should do is make your TemplateBuddingBlock take a list of RegistryObject<Block> instead of blocks directly. That way you don't have to worry about the ordering. You call get() when you need the real object at runtime which is well after all the blocks have been registered.
-
[Solved] Command only executable in overworld - Forge 1.18.2
player.level.dimension() == Level.OVERWORLD
-
build error 1.19
https://forums.minecraftforge.net/topic/117925-forge-1192-43147-crashing-on-startup-with-exit-code-1/#comment-519007 Error with graphics driver, see the above thread for a possible fix. Otherwise contact the manufacturer.
-
Forge crashing, any help for 'Failed to build unique mod list after mod discovery'?
No, that is the latest log. It doesn't show the mod ids for the mods. But you have both rei (roughly enough items) and jei (just enough items) installed which won't work.
-
Crash on Startup
Install the 1.19.2 version of journeymap https://www.curseforge.com/minecraft/mc-mods/journeymap/files/all?filter-game-version=1738749986%3A73407
-
Minecraft 1.18 modded crash when open inventory
Issue with the tinker's construct mod, check you have the latest version then contact the mod author.
-
Crash on Startup
You have 4 mods that want a different version of forge. Try upgrading to the latest version of forge. You will need the latest preview version of optifine. https://github.com/sp614x/optifine/issues/7127 Your actual crash is with the supplementaries mod: Check you have the latest version then contact the mod author.
-
How do i give my Forge 1.19.2 Server more Ram ?
Read user_jvm_args.txt
-
All items Replaced With Air?? Pls Help
You are trying to reference an object that isn't registered (yet?) Blocks are registered before items. https://forge.gemwire.uk/wiki/Registration
-
Crash Forge Mod
- The Game Crashed Whilst Rendering Overlay (BakedQuad)
Don't paraphrase errors, post a link to your debug.log- How to add a Button in 1.19.2
Look at vanilla's ErrorScreen. That's basically all it is, a button and some text. 🙂- internal exception org.spongepowered.asm.mixin.transformer.throwables.mixintransformererror
Guess you posted the wrong debug.log then?- internal exception org.spongepowered.asm.mixin.transformer.throwables.mixintransformererror
Issue with the littletiles mod. Check you have the latest version then contact the mod author.- Help with consuming an item
Look at what vanilla items do with ItemStack.shrink() and InteractionResultHolder.sidedSuccess() e.g. BoatItem.use()- Applying a Custom Effect
You are still trying to access objects before they are registered.- FPS stuttering with good computer - doesn't happen to others
https://www.curseforge.com/minecraft/mc-mods/spark- Game keeps crashing and saying its because of rendering overlay
No read my footer.- internal exception org.spongepowered.asm.mixin.transformer.throwables.mixintransformererror
You need to show your debug.log- Game keeps crashing and saying its because of rendering overlay
Can't help you if you don't post the debug.log- How many items can be register in Forge?
Minecraft 1.12 and before had a limit of 65535 items (actually 4096 but you had 16 "colors" per item), 1.13 removed that limit.- Applying a Custom Effect
run/logs/debug.log- Forge crashing, any help for 'Failed to build unique mod list after mod discovery'?
As it says, you have duplicate mods installed. Since you don't post the debug.log I can't tell you what they are.- Can't download on windows
https://johann.loefflmann.net/en/software/jarfix/index.html - The Game Crashed Whilst Rendering Overlay (BakedQuad)
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.