
Everything posted by Cadiboo
-
[1.12.2] Custom player inventory
Don’t use GL11 directly, use GLStateManager other than that I can’t see any obvious problems, you might be using scaled resolution incorrectly? Can you post a GitHub?
-
[HELP] The specified module could not be found
Those are things to look into that might be the error
-
[HELP] The specified module could not be found
Update to a modern version
-
[1.12.2] Custom player inventory
Yeah, but it inserts the same itemstack itemstack that is in your old inventory. What if something modifies the old inventory? Your new one will also be modified
-
[1.12.2] deactivate burn-in-sun (extend Zombie) [Solved]
What are you even doing? Just return false from that method
-
[1.12.2] Sending Localized Messages to a Player
Really sorry, I read “new ITextComponentTranslation()” as “localise()”
-
[1.12.2] Block Break Event Post [SOLVED]
I think there’s an onHarvest (or something similar) event. There might also be a getDrops event?
-
[1.12.2] Sending Localized Messages to a Player
This looks like your sending a message translated on the server (ie in the server’s language) to the client where it will appear in the sever’s language. Don’t do this, lang files exists for a reason
-
[1.12.2] deactivate burn-in-sun (extend Zombie) [Solved]
You have complete control over your entities code, find out where it sets itself on fire and delete it (it’s probably in onUpdate or a method called from onUpdate)
-
[1.12.2] Rendering json model withn't creating a block/item for it.
Can you explain in more detail what you are trying to do? are you trying to render a model (with a TESR) without having that model attached to a block or item?
-
[1.12.2] Custom player inventory
What exactly is null? Is player always non null? is getOriginal always non null? do they both have your capability 100% of the time? Also you should be properly copying the itemstacks, not just copying the references.
-
What Can happen if i allocate all my Ram?
Remove half the mods, see if the problematic mod was in the half you removed, if so split that group in half and repeat, if not try the other half.
-
Java Exception creating "mods" folder in Minecraft 1.12 forge server.
Please post the entire log as described in my signature inside a spoiler (click the eye icon) what java version are you using?
-
Crash on startup java.lang.ClassNotFoundException: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTran
What’s mineshafter? If it’s a 3rd party launcher, use the normal launcher, see if the crash still happens and if it does post updated logs
-
[1.12.2] Making a Custom Crafting Table for my mod items [Solved]
What’s going wrong? I can see some obvious small errors, and you probably aren’t using your GUI instead of vanilla’s but I can see anything horrible wrong except for that you copy pasted everything and didn’t change most of the logic
-
What Can happen if i allocate all my Ram?
Try using a binary search
-
mods not work
- Crash on startup java.lang.ClassNotFoundException: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTran
What launcher are you using?- Job 'Version & Libraries' finished with 1 failure(s)!
Don’t necro old threads. This is more than 4 and a half years old. If you have a problem make a new topic- Server starts getting spammed after a bit
Please post the entire log in a spoiler (click the eye icon)- Minecraft Crashes on Loading BlockSlab?
1.6.4 (and all versions below 1.9) are no longer supported on this forum. Update to a modern version to receive support- Minecraft Crashes on Loading BlockSlab?
Please post the entire debug log as described in my signature- Forge Server Crashes Upon Launch
Can you please post the entire debug log as described in my signature?- What Can happen if i allocate all my Ram?
I mean won’t your operating system need some ram too? Nothing horrible should happen but there are reasons for only using the minimum amount of ram required.- Error trying to use minecraft debug
Google this error. 1.8.9 is no longer supported on these forums - Crash on startup java.lang.ClassNotFoundException: $wrapper.net.minecraftforge.fml.common.asm.transformers.EventSubscriptionTran
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.