
Everything posted by Cadiboo
-
These libraries failed to download.
It’s in the same folder as the installer, and named the same way as the installer except it ends in .log not .jar
-
[1.10.2] Issue with ore(s) registered with the Ore Dictionary - Missing texture(?)
Update. 1.14.2 is out.
-
This happens when trying to load Minecraft
Only Java 8 is supported for 1.12.2
-
Questions about the future of modding....
No. Fabric uses Mixins to inject hooks into MC while Forge uses bin patches that are applied at install time. Fabric also encourages its mods to use a Mixin based approach, while Forge uses its own hooks and encourages mods to use the event system. Potentially, however MCP is deeply ingrained into Forge, Forge’s patches and Forges toolchain, so transitioning from MCP to Yarn would be difficult.
-
The game crashed whilst initializing game
Download a git client (GitHub desktop will do) and make a new repository at the folder about your src folder (the one with build.gradle and .gitignore in it), commit the files and then push the repository to GitHub.
-
Looking for Minecraft Modding Tutorials (version 1.13).
https://cadiboo.github.io/tutorials/1.13.2/forge/ https://github.com/Cadiboo/Example-Mod/tree/1.13.2/
-
The game crashed whilst initializing game
@bnsy Post your code, preferably as a GitHub repo. @sj3vans Make a new thread for yourself and then post your code as a GitHub repo on it.
-
1.14.2 Download for Windows?
The installer is a normal jar file. Run it normally and it will install Forge for you. Java files can run on any OS, that’s pretty much the point of the language.
-
[1.13.2] InputStream only receives input on shutdown
Netty is a proper networking library. It has documentation
-
[1.14.2] NullPointer Exception on title screen
Also, none of this https://github.com/pchonacky/bleeding-edge/blob/50667399b20ad5fd56770297e8d0e64ce0a3eed2/src/main/java/net/chonacky/minecraft/mod/chicken_mod/ChickenMod.java#L40-L42 should be in your code as it is in your mods.toml
-
[1.14.2] NullPointer Exception on title screen
Place a breakpoint right before And look at the actual error that is thrown. This error is meant to be displayed in a GUI, but MC crashes before it can be displayed
-
[1.14.2] Startup Crash
Make sure you’ve updated your mods.toml values to 1.14.2 and 26
-
Forge 1.12.2 crashes
Make your own thread
-
My mods arent working on my minecraft multiplayer server
Double post
-
My mods arent working on my minecraft multiplayer server
It means that you have mods installed that directly edit minecraft’s code as it is loaded
-
wrong import in ExampleMod class
https://github.com/MinecraftForge/MinecraftForge/pull/5781
-
Checking if all shulkerbox items are the same
Look at how the shulker box deserialises it’s nbt into an inventory. Then do that. Don’t go over the NBT tags.
-
Implicit super constructor ItemBase() is undefined. Must explicitly invoke another constructor
If you’re following a tutorial right now, stop. It’s making you write bad code that you will need to remove later.
-
[1.14.2] NullPointer Exception on title screen
My bad. However, the only thing that can cause this error AFAIK is not updating your mods.toml.
-
[1.12.2] Apple Tree help
Objectholders need to public static final and null.
-
[deleted]
^ Leave it for other people with the same problem in the future.
-
[1.12.2] Apple Tree help
Whenever you ask for help it’s good to include what you’re trying to do (from a player’s perspective), what you’ve tried and the problem your having (and logs if applicable)
-
[1.14.2] NullPointer Exception on title screen
In general it’s a good idea to search on the forums for similar issues before making your own. Make sure that you’ve updated your mods.toml file contents to use 1.14.2 instead of 1.13.2 for the Mc version and 26 instead of 25 for the Forge version.
-
[1.12.2] Custom ServerSelectionList?
My question is: can you see the minecraft source code under external/references libraries in your IDE? If you can, then you can look at the code and understand how it works, and probably subclass GuiMultiplayer (probably with a deflating subclass) that has the functionality that you want. If you can’t, it means that you’ve set up your project wrong and need to redo the setup properly. The general answer to is “no”. There is no way to change the parameters of a vanilla class’s constructor.
-
Error on startup
I believe that this is caused by having an ancient java version that doesn’t support LetsEncrypt, to https signer that Forge uses
IPS spam blocked by CleanTalk.