Minecraft Forge is an unofficial API for extending Minecraft. It is built upon the Minecraft Coder Pack (MCP) and is usually updated to the latest version upon release. It is built upon java and has its own initialization system.
689 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Unanswered (my tags)
Minecraft client side mod?
I have looked through forge wiki and many other wiki's but I cannot seem to find and/or understand how to create a minecraft client mod using forge (I mean like you can use this mod on servers and ... java minecraft minecraft-forge
Joe Jameson
- 117
I am trying to setup a workspace for minecraft modding but when I run the command to setup the workspace it gives me a memory error? [duplicate]
I was trying to setup my workspace for minecraft modding but when I ran the gradlew genEclipseRuns command to setup the files it gives me an error telling me that it is unable to start the daemon ... java gradle minecraft minecraft-forge
Christian Phillips
- 1
How to add compatibility of my minecraft mod with another mod? [closed]
There is this mod called Security Craft and I thought about creating an item which would give you the password of any chest regarding the owner of it, but for that I should be able to access the ... java minecraft minecraft-forge java-17
Nyktein
- 1
Send packet to client through ip and port based on Minecraft Protocol [closed]
I'm going to make a store site, where after the purchase in the customer's client of Minecraft will appear entity with a certain nickname. Customer connected to some server. What information besides ... security networking minecraft packet minecraft-forge
BillyJean
- 1
Minecraft forge doesn't load my item texture in 1.12.2
I'm trying to add a texture to an item I have, and it's not loading in Minecraft. Here's my base mod class: package fr.doufut.test; import fr.doufut.test.events.RegisteringEvent; import fr.doufut.... java json minecraft minecraft-forge mod
DouFut
- 1
Could not resolve all files for configuration ':runtimeClasspathCopy'
I get folowing error as soon as I create a minecraft forge mod project for the minecraft version 1.18.2 with java sdk 17: Could not resolve all files for configuration ':runtimeClasspathCopy'. > ... gradle minecraft-forge
heniks
- 5
[Forge 1.8.9]: Including dependencies in JAR
I've been making a Forge mod for Minecraft 1.8.9 with the Forge MDK. So far my mod has 1 dependency, which is SnakeYAML. I added this line: compile 'org.yaml:snakeyaml:1.30' to my build.gradle file, ... gradle minecraft minecraft-forge snakeyaml
ForviX
- 23
How to detect ANY block being broken in Minecraft forge for 1.16.5
I am making a mod in 1.16.5 with Forge to drop an emerald once 50 blocks of any kind have been broken, and I cannot figure it out. I have tried BlockEvent.BreakEvent, onBlockHarvested, and ... java minecraft minecraft-forge
anEgg
- 23
Unable to start/generate eula for a 1.16.3 forge minecraft server [duplicate]
to summarise, I got forge 34.1.0 to make a forge modded server. Did the steps in order and made it to the point where i got: library folder forge.jar file minecraft server.jar file I run the bat ... java server minecraft minecraft-forge
NickOfTime
- 163
[Forge 1.8.9]: SnakeYAML crashes Minecraft
I'm developing a mod with the Forge MDK for Minecraft 1.8.9. I'm using IntelliJ IDEA to edit and run the code. Everything works when I'm running the code directly in IntelliJ, but it crashes when I ... java gradle minecraft-forge snakeyaml
ForviX
- 23
Minecraft Forge How to stop living entities from taking invulnerability for .5 seconds after getting hit from projectile 1.18.2
I was just wondering how to get rid of the .5 second invulnerability every living mob has after getting hit with a custom projectile. I've tried entityarrow.hurtResistantTime = 0; but I keep getting a ... java minecraft minecraft-forge
Natn8r
- 1
How to update Minecraft Forge MDK 14.23.4.2705 to 14.23.5.2860?
I have a desire to write a mod for Minecraft 1.12.2, writing a mod in 2022 for Minecraft 1.12.2 may sound like a retard, because 1.18 already exists. I plan to write a mod on new versions in the ... minecraft-forge
user18464630 -1 votes 0 answers 36 views
Unable to start the daemon process (Minecraft gradlew genEclipseRuns 1.12.2)
I've been having a problem when using the "gradlew genEclipseRuns" that comes in the Readme of the forge mdk, and tried many things, reinstall java, check the paths make sure everything is ... minecraft minecraft-forge
GamerDucker224
- 1
Gradle finished with non-zero exit value 255
I am very new to Java coding and I decided to modify Minecraft as a fun project following a tutorial. When I went to run the Minecraft client from the debug menu, I received: * What went wrong: ... java gradle build.gradle gradlew minecraft-forge
RedLegend 27
- 3
Minecraft Finding The Most Effective Direction To Get To A Yaw Value
Recently I’ve been struck with an issue i’ve spent a couple hours trying to fix with no luck. I am working on a forge mod for Minecraft where a part of it involves turning the player to a specific yaw ... java minecraft minecraft-forge
JackTYM
- 13
153050per page