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    358

DaemonUmbra

DaemonUmbra    358

  • Reality Controller
  • DaemonUmbra
  • Forum Team
  • 358
  • 6417 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    358

DaemonUmbra

DaemonUmbra    358

  • Reality Controller
  • DaemonUmbra
  • Forum Team
  • 358
  • 6417 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

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

      By DragonITA · Posted 7 minutes ago

      No, you have said that i should make that modelUnicorn extends ModelEntity and not ModelHorse, but i need the AbstractHorseEntity, else the gui, animations and etc. wont work and i should rewrite the code.
    • Simon_kungen
      [1.14.4] TileEntityItemStackSpecialRenderer (TEISR)

      By Simon_kungen · Posted 12 minutes ago

      Other mods I can find add their TEISR directly in the item constructor (which crashes the server). But doing the same I at least expect it to do something while in Single Player.
    • salvestrom
      [1.14.4] How to get Minecraft Horse model/texture to make a custom unicorn?

      By salvestrom · Posted 25 minutes ago

      ModelUnicorn should extend ModelHorse. Everything else you want will come from your UnicornEntity class extending EntityHorse.
    • mindstorm3223
      1.12.2-Problem with tile entity custom crafting table

      By mindstorm3223 · Posted 30 minutes ago

      Sorry, I looked around and couldn't figure out how to do that, do you know of any good place where it can tell me how to?
    • Jaffaaaaa
      ScreenGui does nothing

      By Jaffaaaaa · Posted 31 minutes ago

      I'm trying to make a gui to edit values and settings using a command, but the gui just does nothing apart from showing me the "init gui" message I put i the initGui() method. package xyz.jaffaaaa.zealotmanager; import net.minecraft.client.Minecraft; import net.minecraft.client.gui.GuiButton; import net.minecraft.client.gui.GuiScreen; import net.minecraft.util.ChatComponentText; public class GuiHandler extends GuiScreen { private GuiButton reset; private ZealotManager zm; public GuiHandler(ZealotManager zm) { this.zm=zm; } @Override public void initGui() { super.initGui(); this.buttonList.clear(); Minecraft.getMinecraft().thePlayer.addChatMessage(new ChatComponentText("init gui")); this.buttonList.add(reset = new GuiButton(0, this.width / 2 - 100, this.height / 2, "Reset Counters")); } @Override protected void actionPerformed(GuiButton button) { if (button == reset) { zm.counter.zealotsSinceLastEye = 0; zm.counter.totalEyes = 0; zm.counter.totalZealots = 0; } } @Override public void drawScreen(int mouseX, int mouseY, float partialTicks) { super.drawScreen(mouseX, mouseY, partialTicks); drawDefaultBackground(); } }  
  • Topics

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

      By DragonITA
      Started Monday at 10:06 AM

    • Simon_kungen
      3
      [1.14.4] TileEntityItemStackSpecialRenderer (TEISR)

      By Simon_kungen
      Started Saturday at 02:50 PM

    • mindstorm3223
      2
      1.12.2-Problem with tile entity custom crafting table

      By mindstorm3223
      Started Yesterday at 02:18 AM

    • Jaffaaaaa
      0
      ScreenGui does nothing

      By Jaffaaaaa
      Started 32 minutes ago

    • Yanny7
      0
      [1.14.4] Stone Age mod

      By Yanny7
      Started 33 minutes ago

  • Who's Online (See full list)

    • LexManos
    • Simon_kungen
    • mindstorm3223
    • diesieben07
    • DragonITA
    • XanterMails
    • Yanny7
    • D4Rk
    • Darkfiend009
    • moronwmachinegun
    • Jaffaaaaa
  • 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