I am writing a batch file to install forge (for modded Minecraft). And I can not figure out a way to auto-install Forge. I can't find anything online ...
I am writing a batch file to install forge (for modded Minecraft). And I can not figure out a way to auto-install Forge. I can't find anything online ...
Tutorials for modding Minecraft using Minecraftforge use a constant called BuiltInRegistries.CONFIGURED_FEATURE to allow a mod to register a custom fe ...
I am making a mod that tells you your current speed on the screen. My current issue is finding a good way to get the current speed at each frame. My ...
I'm still a bit of a beginner in Mc Modding and just learned how to use NBT Tags for my own Items, and so my question is if it is possible to put an N ...
When I try to open the minecraft mod project in intelliJ IDEA I get this error when building the project. Caused by: java.io.FileNotFoundException: C ...
I am creating a Forge mod for 1.12.2, and I need a certain item to be dropped when a pig dies of fall damage. I have already found how to change loot ...
I'm trying to make a mod in minecraft (1.12.x) in eclipse, but i'm having a lot of problems with it. Many I managed to solve them but this problem not ...
I was trying to setup my modding environement and when i did 'gradlew setupDecompWorkSpace', this happen : I've tried to change the gradle version ...
I have downloaded and unzipped the FTB Infinity server from CurseForge on my Arch Linux machine and run both the install and run scripts, and I am pre ...
I’m mid-way though writing a Minecraft 1.18.2 mod (Forge 40.1.80). As this is the first Minecraft mod I am writing, I’m not too experienced in the fie ...
For the mod I’m using inttellij IDEA, the jar file I get is from the lib folder, which is in the build folder, and the build folder is in the folder f ...
the crash report for minecraft that happens when i use the mod. ---- Minecraft Crash Report ---- // I bet Cylons wouldn't have this problem. Time: 2 ...
I'm creating an item that when equipped I want it to increase the player's max health and I also want it to be stackable with multiple items so it can ...
When I try to build my mod I get the error: Unable to get mutable Windows environment variable map some infos about what Im using: btw my Wi ...
Hi StackOverflow I was using Eclipse to create my first Minecraft mod, and when I was ready to test it (from Eclipse), the java option (called runClie ...
Im trying to append some things to a google sheet from a Custom GUI in Minecraft. When i try the same code, isolatet, from IntelliJ instead of ingame ...
I have an item which when useOn-ed should remove the block/change it to AIR. I am using the line below: Once I run the client, the block is briefl ...
So I am trying to learn how to code minecraft mods for 1.8.9. This is an old version and I was told to use Java 8 to code it. I tried to run Java 8 wi ...
So I am trying to make a message be sent out in chat when a player joins a world in MC 1.18.2 Forge that is clickable (it will link to an issues page ...
I'm currently working on a forge mod for 1.18.2, I don't really know anything about java, I just want to replace the sun and moon textures for my cust ...