Questions tagged [minecraft-forge]

Ask Question

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

-1votes0answers16views

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 ... user avatar Joe Jameson

  • 117
-1votes1answer25views

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 ... user avatar Christian Phillips

  • 1
0votes0answers32views

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 ... user avatar Nyktein

  • 1
0votes0answers37views

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 ... user avatar BillyJean

  • 1
0votes0answers31views

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.... user avatar DouFut

  • 1
0votes1answer92views

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'. > ... user avatar heniks

  • 5
0votes1answer60views

[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, ... user avatar ForviX

  • 23
1vote1answer39views

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 ... user avatar anEgg

  • 23
0votes0answers20views

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 ... user avatar NickOfTime

  • 163
0votes0answers38views

[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 ... user avatar ForviX

  • 23
0votes0answers22views

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 ... user avatar Natn8r

  • 1
0votes0answers26views

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 ... user avatar 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 ... user avatar GamerDucker224

  • 1
-1votes1answer123views

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: ... user avatar RedLegend 27

  • 3
0votes0answers38views

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 ... user avatar JackTYM

  • 13

153050per page

1 2 3 4 546

You Might Also Like