minecraft-forge Questions

1

I can't figure out how to read the blockbreak progress in minecraft forge version 1.16. I know the function DestroyBlockProgress and the variant with hashmaps, but I can't find out how this works. ...
Postobit asked 11/6, 2021 at 17:27

3

Solved

I'm trying to log into using MinecraftServer.logInfo(), but I get a nosuchmethod exception. server.logInfo("Example message"); I'm getting the instance of MinecraftServer in the server starting...
Osbourn asked 22/9, 2017 at 15:47

12

Solved

I am making a custom armor, and in my armor class I am getting this error: The method getArmorTexture(ItemStack, Entity, int, int) of type ArmorE must override or implement a supertype method ...
Twopenny asked 29/9, 2014 at 23:21

5

I try to build my gradle project and I get the following error: 1:36 PM Gradle sync failed: Unable to make field private static final java.util.Map java.lang.ProcessEnvironment.theCaseInsensitiveEn...
Dippold asked 10/6, 2021 at 10:42

2

Solved

I wanted to switch to IntelliJ for forge modding (minecraft). When I do what they are saying to do on internet, I get a maven error... Unindexed remote maven repositories found. Disable... The f...
Sottish asked 23/2, 2017 at 21:44

3

Solved

While it doesn't appear that this is a duplicate based on my searches, I'm sure other people have complained about this in many places. I play minecraft and know java pretty well, so I thought it w...
Sweettalk asked 31/7, 2021 at 16:2

2

Solved

I'm trying to teach myself java syntax and using minecraft as a platform for diving in. I'm having a problem though because none of my textures are being loaded. For that matter neither are my loca...
Dubois asked 23/12, 2014 at 15:27

3

I have gradle 6.0.1 and JDK 13.0.1 installed and tried gradlew setupDecompWorkspace, but it tells me "Could not determine java version from '13.0.1' ". I've tried to find an answer for a week now a...
Nice asked 20/11, 2019 at 16:17

1

Solved

I have a forge server/client project setup in Eclipse and am running a vanilla server. I'd like to copy some structures my children have built in another vanilla world and modify them slightly (ie....
Breeches asked 1/7, 2018 at 14:38

2

Solved

I have just started learning Java while modding Minecraft. I have watched a tutorial on adding the blocks into the game using the Minecraft Forge API, but I have a problem. There is no longer the "...
Vereeniging asked 24/1, 2015 at 0:58

1

Solved

I'm trying to execute a Gradle command-line task -setupDecompWorkspace to set up Minecraft Forge, but the task gets stuck on decompileMC. I've tried the first solution from this issue, but it didn'...
Impanel asked 19/11, 2016 at 8:18

1

Solved

I've looked all over the net and YouTube and for some reason this is some top secret information or something but I'm trying to find out where to get started on making a Minecraft client mod,...
Remington asked 30/3, 2014 at 3:29

1

Solved

How can I add an external library in gradle? My build.gradle contains: buildscript { repositories { mavenCentral() maven { name = "forge" url = "http://files.minecraftforge.net/maven" } mav...
Ilo asked 29/3, 2014 at 17:25

1

I am trying to add a method to a Minecraft source file, but I have to figure out how to do it without actually editing the source files, since it is illegal to redistribute source files which would...
Spectrophotometer asked 2/9, 2013 at 20:29
1

© 2022 - 2025 — McMap. All rights reserved.