Everything posted by LexManos
-
When should you use @OnlyIn(Dist.DEDICATED_SERVER)?
No, You should NEVER be using these annotations. Not even for your rendering code. Not even if the overridden method has it. NEVER. If you run into sided issues, bypass it using proper side checks. If you never call the client side code, on the dedicated server, it doesn't matter if the classes are in your jar. If some other mod/code reflectively access your class in the one specific case where you have a method with a sided class in your signature. Then there can be issues. However those issues are on the side of whomever is reflecting into you unnecessarily.
-
Dynamic Lights Not Working
1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
Server online players issue
Forge does not mess with player count detection. So the server owner is lieing. If you really care, you can run the /list command to get a list of players reported. It should also show up in the tooltip of the server list.
-
Problem Regarding Fullscreen With Forge
1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
Dealing with Decompile Errors
We fix it manually. And we try and make Fernflower better to produce better decompiled code.
-
Dealing with Decompile Errors
Minecraft is copywritten code and publishing their decompiled source is illegal. We do not support you doing it. The toolchain Forge has is specifically designed to keep things like that at arms length but also give you a local copy to reference it.
-
Mods Minecraft Crash.Please Help
1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
Minecraft 1.12.2 crash (Error: java.lang.NoSuchFieldError: EMPTY)
1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
forge installer for 1.15.2 just opens my launcher
Post exact details. Which exact url are you downloading. Show a screenshot of what you are seeing.
-
Do I need to ask mojang or make a book about it?
This is not the place to ask, as we are not Mojang, nore are we lawyers. But the obvious answer is yes... Because Minecraft is a multi-million dollar trademark.. they will probably have issue.
-
I had mods installed before, but when i added some, this happened.
1.7 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
Forge Server Disconnecting Me
1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
A mod that has a feature like schematics blueprint, but easier to see the blocks
This is a place to suggest features for Forge. Not random mod suggestions.
-
[1.15.2] [SOLVED] Could not resolve forge.jar
Run with --stacktrace and read the error, it'll tell you what is wrong.
-
Override Vanilla Blocks class
This is expected due to Mojang's shitty worldgen statically locking everything. Why the hell are you replacing stone/grass?
-
[ForgeGradle] Option to use local mappings
Those commands are fine, and the problem with renaming things that already have names is that it fucks up other people's workspaces when they update and makes it a pain to find what was changed. But that doesnt actually stop you from renaming things. Just don't be an ass about it and name things correctly. And like I freaking said, the mappings are downloaded from maven. ANY MAVEN YOU HAVE CONFIGURED IN YOUR BUILD.GRADLE will work. Seriously, you've already hacked around things and made a 'custom FG' but can't understand the basics of setting up a maven repo in your buildscript... Anyways, this has nothing to do with Forge. You can already use custom mappings. And it's a case where you're just willfully doing things the incorrect way. So gunna close this.
-
[ForgeGradle] Option to use local mappings
People can change mappings, you're just using the wrong command. the bot should have plenty of help text to tell you what to do. and no you dont need a custom FG version -.-
-
Why doesn't this recipe work?
Because that is obviously not a valid ingredient. It also is a bad recipe, unless you're intentionally making it only work in the full crafting grid when you place it in the center. Look into data generators. They will help you.
-
[ForgeGradle] Option to use local mappings
You could just submit names to the bot... But either way, the mappings are downloaded from maven, any maven you have configured in your project. But the problem with using custom mappings is that other people who use your setup don't have that data.
-
The server doomed after opening it wrongly with .jar but not .bat
1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
Server won't run with .bat file
1.12 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.
-
Override Vanilla Blocks class
No that is not what you're wanting to do. You just need to use registry replacements. Just register your block, using vanilla's name. And it'll be overriden in the game.
-
Client Jar file
- Problema con la version de forge 1.17.10
1.7 is no longer supported on this forum. Please update to a modern version of Minecraft to receive support.- help with getting to windows 10 installer
Forge is for the Java edition of Minecraft, not the Windows 10 edition. - Problema con la version de forge 1.17.10
Important Information
By using this site, you agree to our Terms of Use.