Everything posted by LexManos
-
[1.13] Using MCP to deobfuscate source code
You dont use MCP.
-
Linux Forge Crash (Before Mods are loaded)
>.< Dammet Mezz... Test things like this... Oh well hes learning. it happens.
-
Textures messed with forge
Remove optifine.
-
Forge Server 1.12 not even starting
Use java 8
-
Constantly update the state of a block
this.direction seems to be a static/block field that is shared between all blocks, this is fundamentally wrong. You're wanting to set it in the block state but failing. Show how you place the block. Try looking at the Furnace block for how to place things facing different directions.
-
[Solved] static WorldSavedData
You should almost never make anything in MC static. This thing that saves you 'client-server sync'... what happens on dedicated servers? or lan play where there are multiple clients? Things should be logically separated by the sides/world they are in. Also, what happens when multiple worlds load? you say it gets initalized in WorldEvent.Load? Well you do know that is called for all dimensions right? And it can be called multiple times for the same world as they are loaded/unloaded.
-
minecraft says its missing a mod called forge...
Lat time I checked... 2529 is less then 2611 and 2655.
-
Performances drop - switching from Forge 1.12.2 Build 2674 to Build 2678
"Performance drops" is not a valid report. We need some form of actual numbers, videos showing issues, SOMETHING that can actually be tracked or reproduced. Also, luckally you're not like some people and pushing out a 500 build change and complaining, you only have 4 builds. And looking at the history I have a idea which one could be effecting it. So try 2675 vs 2674. If you can reproduce, provide logs, The sampler mod may help: https://minecraft.curseforge.com/projects/sampler
-
Minecraft crashed when I loaded a HUGE schematic using Forge's world edit
1) Wrong Forum 2) Forge doesn't have a world edit, so im just going to assume you mean the world edit mod, so you should probably ask them. 3) Read the EAQs, and ALWAYS post a log.
-
getter for abList header and footer
Forge does not typically add getters/setters to fields. As that would get out of hand quite quickely. The standard options are existing functions, reflection, and access transformers, in that order.
-
forge get's stuck on unpacking packed files
You can always download and put the scala library in manually: https://repo1.maven.org/maven2/org/scala-lang/scala-compiler/2.11.1/ Not sure why you're having issues, there is usually more then just stalling.
-
Registering Server-Only Entity [1.12]
You shouldn't. Read this for issues with server only entities: https://github.com/MinecraftForge/MinecraftForge/issues/4870 However, you're slightly trying to do something different. You want to have your entity pretend to be something different on the client. That.. is actually a semi-plausible idea. Have you tried NOT registering your entity and just having it extend EntityRabbit? Does the Entity Registry do any form of hierarchy mapping {Getting the Rabbit entry for subclasses of Rabit that don't have mappings}... That may be something to look into.
-
Draw GUI Screen during the Initzialization
This is far before any normal mod loading is done, so no. You also shouldn't do it as doing fancy things like that would do nothing but increase load times. Which is bad.
-
Minecraft Bedrock Edition
Then play the Java version. But ya closing this as it's not really worth discussing. Bedrock is completely different from the Java version. It doesn't have the same ability to be modified as Java does. IF a API/Injection Point ever comes into place for Bedrock, then I'll reassess it. But don't expect Java mods to work on Bedrock.
-
Minecraft Bedrock Edition
Never going to happen.
-
Need Help! Trying to help daughter with mods of minecraft.
If you install it using our installer then it will be fine. As it installs the file it's trying to download. Post the install log, it is created in the same folder you ran the installer. Also show screenshots of what launcher you're using, and post the full log from the launcher. The more information you give the better we can help you. The only way that you could be getting the error that you posted is if the file our installer installs isn't there, so I have to go under the assumption you didn't install it correctly. It *could* be a profile issue. You installed it on your windows profile and not on your daughters. More log files will hell our by saying exactly what was installed where.
-
Need Help! Trying to help daughter with mods of minecraft.
Use the installer from http://files.minecraftforge.net/ to install Forge. Whatever you used to install didn't install it correctly.
-
Help with Forge server crash?
Then show us the full screenshot of you running the server from the command line. There is ALWAYS a log SOMEWHERE.
-
Help with Forge server crash?
This is why posting the FULL LOG FILE is important. It will tell us exactly what files it is scanning for mods and which ones it is loading. Delete the logs folder, re-run it, and give us all the files it creates.
-
Modded World Protection
There is for when you load it in Forge. Vanilla doesn't know nore care which is what hes complaining about. That's on Mojang. We've told him to use separate game directories. He thinks thats not good enough. Anyways dont bump old threads.
-
Microsoft buys Mojang/Minecraft ... FAQ for Forge Team/LexManos
They are not coming to the Java version. Atleast not for the forseeable future. There, acknowledged.
-
I get disconnected when i try to join my singleplayer world
- Blue screen (Not blue screen of death)
Wrong log...- I download installer for 1.7.10 and it comes up with 1.12.2
Do Not EVER download anything that isn't from the MinecraftForge.net domain. EVER. If it comes with a fancy looking installer, or any bundeled software then it's not Forge. People should feel free to file reports with google about these malicious/abusive website: https://support.google.com/groups/answer/81275?hl=en- Unable to view a post that I created
Your "mini-utility' is a unknown random binary file that if we are to trust the source you linked does nothing more then copies a few files and runs a command. If we don't trust your source, it could do all kinds of malicious things. If a modder can not manage that on his they shouldn't be modding. So no, your post isn't allowed here. - Blue screen (Not blue screen of death)
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.