Jump to content
  • Home
  • Files
  • Docs
  • Merch
Topics
  • All Content

  • This Topic
  • This Forum

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • ForgeGradle
  • Error on startup
1.13 Update Notes for Mod Creators
Sign in to follow this  
Followers 3
TheCubicJedi

Error on startup

By TheCubicJedi, June 3 in ForgeGradle

  • Reply to this topic
  • Start new topic

Recommended Posts

TheCubicJedi    0

TheCubicJedi

TheCubicJedi    0

  • Tree Puncher
  • TheCubicJedi
  • Members
  • 0
  • 9 posts
Posted June 3

After I added a class extending from BlockOre in my project, gradlew runClient refused to run my mod. Here's the log:

Spoiler

gradlew runClient
To honour the JVM settings for this build a new JVM will be forked. Please consider using the daemon: https://docs.gradle.org/4.9/userguide/gradle_daemon.html.
Daemon will be stopped at the end of the build stopping after processing

> Configure project :
New Dep: net.minecraftforge:forge:1.13.2-25.0.219_mapped_snapshot_20180921-1.13

> Task :runClient
2019-06-03 16:22:07,126 main WARN Disabling terminal, you're running in an unsupported environment.
[16:22:07.423] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmluserdevclient, --fml.mcpVersion, 20190213.203750, --fml.mcVersion, 1.13.2, --fml.forgeGroup, net.minecraftforge, --fml.forgeVersion, 25.0.219, --version, MOD_DEV, --assetIndex, 1.13.1, --assetsDir, C:\Users\pantu\.gradle\caches\forge_gradle\assets, --username, Dev, --accessToken, ????????, --userProperties, {}]
[16:22:07.423] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher starting: java version 1.8.0_211
[16:22:07.470] [main/DEBUG] [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Found launch services [minecraft,fmldevclient,fmldevserver,fmluserdevserver,testharness,fmlclient,fmluserdevclient,fmlserver]
[16:22:07.486] [main/DEBUG] [cp.mo.mo.NameMappingServiceHandler/MODLAUNCHER]: Found naming services : [srgtomcp]
[16:22:07.501] [main/DEBUG] [cp.mo.mo.LaunchPluginHandler/MODLAUNCHER]: Found launch plugins: [eventbus,object_holder_definalize,runtime_enum_extender,field_redirect_net.minecraft.potion.PotionEffect/Lnet/minecraft/potion/Potion;,accesstransformer,capability_inject_definalize,runtimedistcleaner]
[16:22:07.517] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Discovering transformation services
[16:22:07.517] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Found additional transformation services from discovery services: []
[16:22:07.564] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Found transformer services : [fml]
[16:22:07.564] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Transformation services loading
[16:22:07.564] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Loading service fml
[16:22:07.564] [main/DEBUG] [ne.mi.fm.lo.FMLServiceProvider/]: Injecting tracing printstreams for STDOUT/STDERR.
[16:22:07.564] [main/DEBUG] [ne.mi.fm.lo.LauncherVersion/CORE]: Found FMLLauncher version 25.0
[16:22:07.564] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: FML 25.0 loading
[16:22:07.564] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: FML found ModLauncher version : 2.1.1+50+7052a0a
[16:22:07.564] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: Initializing modjar URL handler
[16:22:07.564] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: FML found AccessTransformer version : 0.16.0+44+853b469
[16:22:07.564] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: FML found EventBus version : 0.9.2+39+1e657e9
[16:22:07.564] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: Found Runtime Dist Cleaner
[16:22:07.564] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: FML found CoreMod version : 0.5.0+21+fd93452
[16:22:07.579] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: Found ForgeSPI package implementation version 0.13.0+25+9048a81
[16:22:07.579] [main/DEBUG] [ne.mi.fm.lo.FMLLoader/CORE]: Found ForgeSPI package specification 2
[16:22:07.845] [main/INFO] [ne.mi.fm.lo.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
[16:22:07.861] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Loaded service fml
[16:22:07.861] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Configuring option handling for services
[16:22:07.876] [main/DEBUG] [cp.mo.mo.TransformationServicesHandler/MODLAUNCHER]: Transformation services initializing
[16:22:07.876] [main/DEBUG] [cp.mo.mo.TransformationServiceDecorator/MODLAUNCHER]: Initializing transformation service fml
[16:22:07.876] [main/DEBUG] [ne.mi.fm.lo.FMLServiceProvider/CORE]: Setting up basic FML game directories
[16:22:07.876] [main/DEBUG] [ne.mi.fm.lo.FileUtils/CORE]: Found existing GAMEDIR directory : C:\Users\pantu\Desktop\Mis cosas\Juegos\MC Mod Workspace\testMod\run
[16:22:07.876] [main/DEBUG] [ne.mi.fm.lo.FMLPaths/CORE]: Path GAMEDIR is C:\Users\pantu\Desktop\Mis cosas\Juegos\MC Mod Workspace\testMod\run
[16:22:07.876] [main/DEBUG] [ne.mi.fm.lo.FileUtils/CORE]: Found existing MODSDIR directory : C:\Users\pantu\Desktop\Mis cosas\Juegos\MC Mod Workspace\testMod\run\mods
[16:22:07.876] [main/DEBUG] [ne.mi.fm.lo.FMLPaths/CORE]: Path MODSDIR is C:\Users\pantu\Desktop\Mis cosas\Juegos\MC Mod Workspace\testMod\run\mods
[16:22:07.876] [main/DEBUG] [ne.mi.fm.lo.FileUtils/CORE]: Found existing CONFIGDIR directory : C:\Users\pantu\Desktop\Mis cosas\Juegos\MC Mod Workspace\testMod\run\config
[16:22:07.876] [main/DEBUG] [ne.mi.fm.lo.FMLPaths/CORE]: Path CONFIGDIR is C:\Users\pantu\Desktop\Mis cosas\Juegos\MC Mod Workspace\testMod\run\config
[16:22:07.876] [main/DEBUG] [ne.mi.fm.lo.FMLPaths/CORE]: Path FMLCONFIG is C:\Users\pantu\Desktop\Mis cosas\Juegos\MC Mod Workspace\testMod\run\config\fml.toml
[16:22:07.876] [main/DEBUG] [ne.mi.fm.lo.FMLServiceProvider/CORE]: Loading configuration
Exception in thread "main" [16:22:07.923] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: com.electronwill.nightconfig.core.io.ParsingException: Not enough data available
[16:22:07.923] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:   at com.electronwill.nightconfig.core.io.ParsingException.notEnoughData(ParsingException.java:22)
[16:22:07.923] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:   at com.electronwill.nightconfig.core.io.ReaderInput.directReadChar(ReaderInput.java:36)
[16:22:07.923] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:   at com.electronwill.nightconfig.core.io.AbstractInput.readChar(AbstractInput.java:49)
[16:22:07.923] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:   at com.electronwill.nightconfig.core.io.AbstractInput.readCharsUntil(AbstractInput.java:123)
[16:22:07.923] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:   at com.electronwill.nightconfig.toml.TableParser.parseKey(TableParser.java:166)
[16:22:07.923] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:   at com.electronwill.nightconfig.toml.TableParser.parseDottedKey(TableParser.java:145)
[16:22:07.923] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:   at com.electronwill.nightconfig.toml.TableParser.parseNormal(TableParser.java:55)
[16:22:07.923] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:   at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:44)
[16:22:07.923] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:   at com.electronwill.nightconfig.toml.TomlParser.parse(TomlParser.java:37)
[16:22:07.923] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:   at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:113)
[16:22:07.923] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:   at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:219)
[16:22:07.923] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:   at com.electronwill.nightconfig.core.io.ConfigParser.parse(ConfigParser.java:202)
[16:22:07.923] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:   at com.electronwill.nightconfig.core.file.WriteSyncFileConfig.load(WriteSyncFileConfig.java:73)
[16:22:07.923] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:   at com.electronwill.nightconfig.core.file.AutoreloadFileConfig.load(AutoreloadFileConfig.java:41)
[16:22:07.923] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:   at com.electronwill.nightconfig.core.file.AutosaveCommentedFileConfig.load(AutosaveCommentedFileConfig.java:85)
[16:22:07.923] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:   at net.minecraftforge.fml.loading.FMLConfig.loadFrom(FMLConfig.java:55)
[16:22:07.923] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:   at net.minecraftforge.fml.loading.FMLConfig.load(FMLConfig.java:67)
[16:22:07.923] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:   at net.minecraftforge.fml.loading.FMLServiceProvider.initialize(FMLServiceProvider.java:71)
[16:22:07.939] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:   at cpw.mods.modlauncher.TransformationServiceDecorator.onInitialize(TransformationServiceDecorator.java:43)
[16:22:07.939] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:   at cpw.mods.modlauncher.TransformationServicesHandler.lambda$initialiseTransformationServices$5(TransformationServicesHandler.java:73)
[16:22:07.939] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:   at java.util.HashMap$Values.forEach(HashMap.java:981)
[16:22:07.939] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:   at cpw.mods.modlauncher.TransformationServicesHandler.initialiseTransformationServices(TransformationServicesHandler.java:73)
[16:22:07.939] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:   at cpw.mods.modlauncher.TransformationServicesHandler.initializeTransformationServices(TransformationServicesHandler.java:34)
[16:22:07.939] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:   at cpw.mods.modlauncher.Launcher.run(Launcher.java:54)
[16:22:07.939] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:   at cpw.mods.modlauncher.Launcher.main(Launcher.java:44)
[16:22:07.939] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]:   at net.minecraftforge.userdev.LaunchTesting.main(LaunchTesting.java:98)

> Task :runClient FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':runClient'.
> Process 'command 'C:\Program Files\Java\jdk1.8.0_211\bin\java.exe'' finished with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/4.9/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 10s
6 actionable tasks: 2 executed, 4 up-to-date

 

  • Quote

Share this post


Link to post
Share on other sites

Cadiboo    277

Cadiboo

Cadiboo    277

  • Reality Controller
  • Cadiboo
  • Members
  • 277
  • 3303 posts
Posted June 3

Don’t use runClient, use the run configs from inside your IDE.

  • Quote

Share this post


Link to post
Share on other sites

TheCubicJedi    0

TheCubicJedi

TheCubicJedi    0

  • Tree Puncher
  • TheCubicJedi
  • Members
  • 0
  • 9 posts
Posted June 9
On 6/3/2019 at 6:16 PM, Cadiboo said:

Don’t use runClient, use the run configs from inside your IDE.

Eclipse says "the selection cannot be launched and there are no recent launches", and I think I'm supposed to put a main method somewhere. Where should I do it?

  • Quote

Share this post


Link to post
Share on other sites

Cadiboo    277

Cadiboo

Cadiboo    277

  • Reality Controller
  • Cadiboo
  • Members
  • 277
  • 3303 posts
Posted June 9

That error means that you need to select a run config because you haven't selected one before.

  • Quote

Share this post


Link to post
Share on other sites

TheCubicJedi    0

TheCubicJedi

TheCubicJedi    0

  • Tree Puncher
  • TheCubicJedi
  • Members
  • 0
  • 9 posts
Posted June 10
On 6/9/2019 at 1:41 AM, Cadiboo said:

That error means that you need to select a run config because you haven't selected one before.

What should my main class be?

net.minecraft.Main doesn't work and neither does GradleStart.

  • Quote

Share this post


Link to post
Share on other sites

DaemonUmbra    356

DaemonUmbra

DaemonUmbra    356

  • Reality Controller
  • DaemonUmbra
  • Forum Team
  • 356
  • 6397 posts
Posted June 10

You should run genEclipseRuns.

  • Quote

Share this post


Link to post
Share on other sites

TheCubicJedi    0

TheCubicJedi

TheCubicJedi    0

  • Tree Puncher
  • TheCubicJedi
  • Members
  • 0
  • 9 posts
Posted June 12
On 6/10/2019 at 2:13 PM, DaemonUmbra said:

You should run genEclipseRuns.

Quote

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'testMod'.
> Could not resolve all artifacts for configuration ':classpath'.
   > Could not resolve net.minecraftforge.gradle:ForgeGradle:3.+.
     Required by:
         project :
      > Failed to list versions for net.minecraftforge.gradle:ForgeGradle.
         > Unable to load Maven meta-data from https://files.minecraftforge.net/maven/net/minecraftforge/gradle/ForgeGradle/maven-metadata.xml.
            > Could not HEAD 'https://files.minecraftforge.net/maven/net/minecraftforge/gradle/ForgeGradle/maven-metadata.xml'.
               > sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 1m 1s

 

  • Quote

Share this post


Link to post
Share on other sites

Cadiboo    277

Cadiboo

Cadiboo    277

  • Reality Controller
  • Cadiboo
  • Members
  • 277
  • 3303 posts
Posted June 12
4 hours ago, TheCubicJedi said:

sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

I believe that this is caused by having an ancient java version that doesn’t support LetsEncrypt, to https signer that Forge uses

  • Quote

Share this post


Link to post
Share on other sites

DaemonUmbra    356

DaemonUmbra

DaemonUmbra    356

  • Reality Controller
  • DaemonUmbra
  • Forum Team
  • 356
  • 6397 posts
Posted June 12

There was also this last night:

https://github.com/MinecraftForge/MinecraftForge/issues/5807

which should be resolved now.

  • Quote

Share this post


Link to post
Share on other sites

TheCubicJedi    0

TheCubicJedi

TheCubicJedi    0

  • Tree Puncher
  • TheCubicJedi
  • Members
  • 0
  • 9 posts
Posted June 15

So I just install the newest version of forge?

I have the latest version of JDK 8 (at least the one in the oracle website)

  • Quote

Share this post


Link to post
Share on other sites

Cadiboo    277

Cadiboo

Cadiboo    277

  • Reality Controller
  • Cadiboo
  • Members
  • 277
  • 3303 posts
Posted June 15

Yes

  • Quote

Share this post


Link to post
Share on other sites

TheCubicJedi    0

TheCubicJedi

TheCubicJedi    0

  • Tree Puncher
  • TheCubicJedi
  • Members
  • 0
  • 9 posts
Posted June 15

I already have that version installed,

I must note that before I created a class, running runClient actually worked, but ever since I made it, it won't run that way.

Quote

package com.TheCubicJedi.Ruby.blocks;
import java.util.Random;

import com.TheCubicJedi.Ruby.init.ModItems;

import net.minecraft.block.state.IBlockState;
import net.minecraft.init.Blocks;
import net.minecraft.init.Items;
import net.minecraft.item.ItemStack;
import net.minecraft.util.IItemProvider;
import net.minecraft.util.math.BlockPos;
import net.minecraft.util.math.MathHelper;
import net.minecraft.world.IBlockReader;
import net.minecraft.world.World;
import net.minecraft.block.BlockOre;
import net.minecraft.block.Block;

public class RubyOre extends BlockOre {
     public RubyOre(Block.Properties builder) {
          super(builder);
       }
      
     @Override
     public int getHarvestLevel(IBlockState state){
         return 2;
     }
     
     @Override
     public IItemProvider getItemDropped(IBlockState state, World worldIn, BlockPos pos, int fortune) {
          return ModItems.ruby;
       }
     
     @Override
       public int getExpDrop(IBlockState state, net.minecraft.world.IWorldReader reader, BlockPos pos, int fortune) {
          World world = reader instanceof World ? (World)reader : null;
          if (world == null || this.getItemDropped(state, world, pos, fortune) != this) {
             int i = 0;
             i = MathHelper.nextInt(RANDOM, 3, 7);
             return i;
          }
          return 0;
       }
}
 

(I know I shouldn't use the com thing because I don't own that domain)

  • Quote

Share this post


Link to post
Share on other sites

TheCubicJedi    0

TheCubicJedi

TheCubicJedi    0

  • Tree Puncher
  • TheCubicJedi
  • Members
  • 0
  • 9 posts
Posted June 20

:(

  • Quote

Share this post


Link to post
Share on other sites

Cadiboo    277

Cadiboo

Cadiboo    277

  • Reality Controller
  • Cadiboo
  • Members
  • 277
  • 3303 posts
Posted June 20

What’s the problem now?

  • Quote

Share this post


Link to post
Share on other sites

TheCubicJedi    0

TheCubicJedi

TheCubicJedi    0

  • Tree Puncher
  • TheCubicJedi
  • Members
  • 0
  • 9 posts
Posted June 20

The version of forge I'm running is already the latest one, I would like to know how to run my mod via eclipse (how to create a new configuration), and whether the class I created is impeding forge from working well in the first place.

  • Quote

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Insert image from URL
×
  • Desktop
  • Tablet
  • Phone
Sign in to follow this  
Followers 3
Go To Topic Listing



  • Recently Browsing

    No registered users viewing this page.

  • Posts

    • Filip4223
      [1.12.2] How can I close GUI in Forge?

      By Filip4223 · Posted 2 minutes ago

      I did it, but I think it's only clientside prevention. I gotta send real packet "close gui" to trigger serverside InventoryCloseEvent (or something like that).
    • diesieben07
      [1.12.2] How can I close GUI in Forge?

      By diesieben07 · Posted 12 minutes ago

      To prevent the GUI from opening in GuiOpenEvent you need to cancel the event.
    • diesieben07
      [SOLVED] [1.12.2] Modifying player capabilities for offline players?

      By diesieben07 · Posted 14 minutes ago

      The only way to make data persist is to write to to some form of file. Whether you do it explicitly, or implicitly. You cannot persist data by wishing really hard.
    • Filip4223
      [1.12.2] How can I close GUI in Forge?

      By Filip4223 · Posted 17 minutes ago

      I am trying to write an Minecraft Forge (1.12.2) mod. It should work like that: OnGuiOpen: If GUI title is equals to constant string value then close GUI (like ESC). That must be known by the server exactly like closing a GUI by clicking E/ESC.   My code (doesn't work - I'm seeing 'Turning off' in console but gui is still turned on)   public class ModEventHandler { @SubscribeEvent public void onGuiOpen(GuiOpenEvent event) { if(event.getGui() instanceof GuiContainer) { checkGui((GuiContainer) event.getGui()); } } private void checkGui(GuiContainer gui) { if(gui.inventorySlots instanceof ContainerChest) { ContainerChest _gui = (ContainerChest)gui.inventorySlots; String text = _gui.getLowerChestInventory().getDisplayName().getUnformattedText().toString(); if(text.contains(" ")) { System.out.println("Turning off"); Minecraft.getMinecraft().player.closeScreen(); Minecraft.getMinecraft().displayGuiScreen(null); KeyBinding.onTick(Keyboard.KEY_ESCAPE); } } } }   Thank u in advance for help
    • Differentiation
      [SOLVED] [1.12.2] Modifying player capabilities for offline players?

      By Differentiation · Posted 39 minutes ago

      The thing is I was trying to figure out if there's any way to accomplish this without having to save data to a file.
  • Topics

    • Filip4223
      2
      [1.12.2] How can I close GUI in Forge?

      By Filip4223
      Started 18 minutes ago

    • Differentiation
      12
      [SOLVED] [1.12.2] Modifying player capabilities for offline players?

      By Differentiation
      Started 8 hours ago

    • DragonITA
      4
      [1.14.4] How to get Minecraft Horse model/texture to make a custom unicorn?

      By DragonITA
      Started 2 hours ago

    • LachM
      5
      Issue loading 1.14.4 Server (No Issue with Client)

      By LachM
      Started 1 hour ago

    • RunKeish
      3
      Forge 14.4 crashes on statup

      By RunKeish
      Started 1 hour ago

  • Who's Online (See full list)

    • Legenes
    • saxon564
    • Filip4223
    • diesieben07
    • Differentiation
    • Enterman
    • zacisrelatable
    • LachM
    • Choonster
    • Lea9ue
    • MightyAhmed
    • KolonilGamer
  • All Activity
  • Home
  • Mod Developer Central
  • Modder Support
  • ForgeGradle
  • Error on startup
  • Theme
  • Contact Us
  • Discord

Copyright © 2019 ForgeDevelopment LLC · Ads by Curse Powered by Invision Community