Jump to content

Galacticraft Addon Error


ashjack

Recommended Posts

I am making an addon for Galacticraft using the api and a tutorial

(http://forum.micdoodle8.com/index.php?threads/how-to-code-a-new-planet.1962/)

I have followed it correctly, changing a few things along the way, such as floats for meteorites and things like that. However, when I test it, I crash.

 

Here is the log(Sorry, the spoiler button is not working for some reason):

Mar 15, 2014 10:54:32 AM net.minecraft.launchwrapper.LogWrapper log

INFO: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker

Mar 15, 2014 10:54:33 AM net.minecraft.launchwrapper.LogWrapper log

INFO: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker

Mar 15, 2014 10:54:33 AM net.minecraft.launchwrapper.LogWrapper log

INFO: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker

2014-03-15 10:54:33 [iNFO] [ForgeModLoader] Forge Mod Loader version 6.4.45.953 for Minecraft 1.6.4 loading

2014-03-15 10:54:33 [iNFO] [ForgeModLoader] Java is Java HotSpot Client VM, version 1.7.0_51, running on Windows Vista:x86:6.0, installed at C:\Program Files\Java\jre7

2014-03-15 10:54:33 [iNFO] [ForgeModLoader] Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation

2014-03-15 10:54:33 [WARNING] [ForgeModLoader] The coremod micdoodle8.mods.miccore.MicdoodlePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft

2014-03-15 10:54:33 [iNFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker

2014-03-15 10:54:33 [iNFO] [ForgeModLoader] Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker

2014-03-15 10:54:33 [iNFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker

2014-03-15 10:54:33 [iNFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker

2014-03-15 10:54:33 [iNFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

2014-03-15 10:54:33 [iNFO] [sTDOUT] Loaded 40 rules from AccessTransformer config file fml_at.cfg

2014-03-15 10:54:33 [sEVERE] [ForgeModLoader] The binary patch set is missing. Either you are in a development environment, or things are not going to work!

2014-03-15 10:54:34 [iNFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

2014-03-15 10:54:34 [iNFO] [sTDOUT] Loaded 110 rules from AccessTransformer config file forge_at.cfg

2014-03-15 10:54:34 [iNFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.relauncher.CoreModManager$FMLPluginWrapper

2014-03-15 10:54:34 [iNFO] [sTDOUT] Successfully Registered Transformer

2014-03-15 10:54:34 [iNFO] [sTDOUT] [Micdoodle8Core]: Patching game...

2014-03-15 10:54:34 [iNFO] [sTDOUT] [Micdoodle8Core]: Patching game...

2014-03-15 10:54:34 [iNFO] [ForgeModLoader] Calling tweak class cpw.mods.fml.common.launcher.FMLDeobfTweaker

2014-03-15 10:54:34 [iNFO] [ForgeModLoader] Launching wrapped minecraft {net.minecraft.client.main.Main}

2014-03-15 10:54:34 [iNFO] [sTDOUT] Galacticraft successfully injected bytecode into: net/minecraft/entity/EntityLivingBase (1 / 1)

2014-03-15 10:54:34 [iNFO] [sTDOUT] Galacticraft successfully injected bytecode into: net/minecraft/client/gui/GuiSleepMP (1 / 1)

2014-03-15 10:54:36 [iNFO] [Minecraft-Client] Setting user: Player986

2014-03-15 10:54:36 [iNFO] [sTDOUT] Galacticraft successfully injected bytecode into: net/minecraft/entity/item/EntityItem (2 / 2)

2014-03-15 10:54:37 [iNFO] [Minecraft-Client] LWJGL Version: 2.9.0

2014-03-15 10:54:37 [iNFO] [sTDOUT] Galacticraft successfully injected bytecode into: net/minecraftforge/client/ForgeHooksClient (1 / 1)

2014-03-15 10:54:38 [iNFO] [Minecraft-Client] Reloading ResourceManager: Default

2014-03-15 10:54:40 [iNFO] [MinecraftForge] Attempting early MinecraftForge initialization

2014-03-15 10:54:40 [iNFO] [sTDOUT] MinecraftForge v9.11.1.953 Initialized

2014-03-15 10:54:40 [iNFO] [ForgeModLoader] MinecraftForge v9.11.1.953 Initialized

2014-03-15 10:54:40 [iNFO] [sTDOUT] Replaced 112 ore recipies

2014-03-15 10:54:40 [iNFO] [MinecraftForge] Completed early MinecraftForge initialization

2014-03-15 10:54:40 [iNFO] [ForgeModLoader] Reading custom logging properties from C:\Users\Ashley\Desktop\Galacticraft Plugin\forge\mcp\jars\config\logging.properties

2014-03-15 10:54:40 [OFF] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL

2014-03-15 10:54:40 [iNFO] [ForgeModLoader] Searching C:\Users\Ashley\Desktop\Galacticraft Plugin\forge\mcp\jars\mods for mods

2014-03-15 10:54:44 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 6 mods to load

2014-03-15 10:54:44 [iNFO] [mcp] Activating mod mcp

2014-03-15 10:54:44 [iNFO] [FML] Activating mod FML

2014-03-15 10:54:44 [iNFO] [Forge] Activating mod Forge

2014-03-15 10:54:44 [iNFO] [Micdoodlecore] Activating mod Micdoodlecore

2014-03-15 10:54:44 [iNFO] [ExoplanetaryExploration] Activating mod ExoplanetaryExploration

2014-03-15 10:54:44 [iNFO] [GalacticraftCore] Activating mod GalacticraftCore

2014-03-15 10:54:44 [WARNING] [Forge Mod Loader] Mod Forge Mod Loader is missing a pack.mcmeta file, things may not work well

2014-03-15 10:54:44 [WARNING] [Minecraft Forge] Mod Minecraft Forge is missing a pack.mcmeta file, things may not work well

2014-03-15 10:54:44 [WARNING] [Exoplanetary Exploration] Mod Exoplanetary Exploration is missing a pack.mcmeta file, things may not work well

2014-03-15 10:54:44 [WARNING] [Galacticraft Core] Mod Galacticraft Core is missing a pack.mcmeta file, things may not work well

2014-03-15 10:54:44 [iNFO] [Minecraft-Client] Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Exoplanetary Exploration, FMLFileResourcePack:Galacticraft Core

2014-03-15 10:54:44 [iNFO] [ForgeModLoader] Registering Forge Packet Handler

2014-03-15 10:54:44 [iNFO] [ForgeModLoader] Succeeded registering Forge Packet Handler

2014-03-15 10:54:44 [iNFO] [ForgeModLoader] Configured a dormant chunk cache size of 0

2014-03-15 10:54:44 [sEVERE] [ExoplanetaryExploration] Skipping event FMLPreInitializationEvent and marking errored mod ExoplanetaryExploration since required dependency GalacticraftCore has errored

2014-03-15 10:54:44 [sEVERE] [ForgeModLoader] Fatal errors were detected during the transition from PREINITIALIZATION to INITIALIZATION. Loading cannot continue

2014-03-15 10:54:44 [sEVERE] [ForgeModLoader]

mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized

FML{6.4.45.953} [Forge Mod Loader] (bin) Unloaded->Constructed->Pre-initialized

Forge{9.11.1.953} [Minecraft Forge] (bin) Unloaded->Constructed->Pre-initialized

Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized

GalacticraftCore{2.0.8} [Galacticraft Core] (GALACTICRAFT-1.6.4-2.0.8.908.jar) Unloaded->Constructed->Errored

ExoplanetaryExploration{0.0.1} [Exoplanetary Exploration] (bin) Unloaded->Constructed->Errored

2014-03-15 10:54:44 [sEVERE] [ForgeModLoader] The following problems were captured during this phase

2014-03-15 10:54:44 [sEVERE] [ForgeModLoader] Caught exception from GalacticraftCore

java.lang.NoSuchFieldError: field_71946_M

at micdoodle8.mods.galacticraft.core.GCCoreConfigManager.setDefaultValues(GCCoreConfigManager.java:305)

at micdoodle8.mods.galacticraft.core.GalacticraftCore.preInit(GalacticraftCore.java:208)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

at com.google.common.eventbus.EventBus.post(EventBus.java:267)

at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)

at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)

at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

at com.google.common.eventbus.EventBus.post(EventBus.java:267)

at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)

at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)

at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)

at net.minecraft.client.Minecraft.startGame(Minecraft.java:473)

at net.minecraft.client.Minecraft.run(Minecraft.java:808)

at net.minecraft.client.main.Main.main(Main.java:93)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

at java.lang.reflect.Method.invoke(Unknown Source)

at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)

at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

2014-03-15 10:54:44 [iNFO] [sTDOUT] ---- Minecraft Crash Report ----

2014-03-15 10:54:44 [iNFO] [sTDOUT] // Oh - I know what I did wrong!

2014-03-15 10:54:44 [iNFO] [sTDOUT]

2014-03-15 10:54:44 [iNFO] [sTDOUT] Time: 15/03/14 10:54

2014-03-15 10:54:44 [iNFO] [sTDOUT] Description: There was a severe problem during mod loading that has caused the game to fail

2014-03-15 10:54:44 [iNFO] [sTDOUT]

2014-03-15 10:54:44 [iNFO] [sTDOUT] cpw.mods.fml.common.LoaderException: java.lang.NoSuchFieldError: field_71946_M

2014-03-15 10:54:44 [iNFO] [sTDOUT] at cpw.mods.fml.common.LoadController.transition(LoadController.java:156)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at cpw.mods.fml.common.Loader.loadMods(Loader.java:523)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:183)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at net.minecraft.client.Minecraft.startGame(Minecraft.java:473)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at net.minecraft.client.Minecraft.run(Minecraft.java:808)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at net.minecraft.client.main.Main.main(Main.java:93)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at java.lang.reflect.Method.invoke(Unknown Source)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at net.minecraft.launchwrapper.Launch.launch(Launch.java:131)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at net.minecraft.launchwrapper.Launch.main(Launch.java:27)

2014-03-15 10:54:44 [iNFO] [sTDOUT] Caused by: java.lang.NoSuchFieldError: field_71946_M

2014-03-15 10:54:44 [iNFO] [sTDOUT] at micdoodle8.mods.galacticraft.core.GCCoreConfigManager.setDefaultValues(GCCoreConfigManager.java:305)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at micdoodle8.mods.galacticraft.core.GalacticraftCore.preInit(GalacticraftCore.java:208)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at java.lang.reflect.Method.invoke(Unknown Source)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:545)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at java.lang.reflect.Method.invoke(Unknown Source)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at cpw.mods.fml.common.LoadController.sendEventToModContainer(LoadController.java:201)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:181)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at java.lang.reflect.Method.invoke(Unknown Source)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:313)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at com.google.common.eventbus.EventBus.post(EventBus.java:267)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:112)

2014-03-15 10:54:44 [iNFO] [sTDOUT] at cpw.mods.fml.common.Loader.loadMods(Loader.java:522)

2014-03-15 10:54:44 [iNFO] [sTDOUT] ... 10 more

2014-03-15 10:54:44 [iNFO] [sTDOUT]

2014-03-15 10:54:44 [iNFO] [sTDOUT]

2014-03-15 10:54:44 [iNFO] [sTDOUT] A detailed walkthrough of the error, its code path and all known details is as follows:

2014-03-15 10:54:44 [iNFO] [sTDOUT] ---------------------------------------------------------------------------------------

2014-03-15 10:54:44 [iNFO] [sTDOUT]

2014-03-15 10:54:44 [iNFO] [sTDOUT] -- System Details --

2014-03-15 10:54:44 [iNFO] [sTDOUT] Details:

2014-03-15 10:54:44 [iNFO] [sTDOUT] Minecraft Version: 1.6.4

2014-03-15 10:54:44 [iNFO] [sTDOUT] Operating System: Windows Vista (x86) version 6.0

2014-03-15 10:54:44 [iNFO] [sTDOUT] Java Version: 1.7.0_51, Oracle Corporation

2014-03-15 10:54:44 [iNFO] [sTDOUT] Java VM Version: Java HotSpot Client VM (mixed mode), Oracle Corporation

2014-03-15 10:54:44 [iNFO] [sTDOUT] Memory: 919081376 bytes (876 MB) / 1060372480 bytes (1011 MB) up to 1060372480 bytes (1011 MB)

2014-03-15 10:54:44 [iNFO] [sTDOUT] JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M

2014-03-15 10:54:44 [iNFO] [sTDOUT] AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used

2014-03-15 10:54:44 [iNFO] [sTDOUT] Suspicious classes: FML and Forge are installed

2014-03-15 10:54:44 [iNFO] [sTDOUT] IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0

2014-03-15 10:54:44 [iNFO] [sTDOUT] FML: MCP v8.11 FML v6.4.45.953 Minecraft Forge 9.11.1.953 6 mods loaded, 6 mods active

2014-03-15 10:54:44 [iNFO] [sTDOUT] mcp{8.09} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized

2014-03-15 10:54:44 [iNFO] [sTDOUT] FML{6.4.45.953} [Forge Mod Loader] (bin) Unloaded->Constructed->Pre-initialized

2014-03-15 10:54:44 [iNFO] [sTDOUT] Forge{9.11.1.953} [Minecraft Forge] (bin) Unloaded->Constructed->Pre-initialized

2014-03-15 10:54:44 [iNFO] [sTDOUT] Micdoodlecore{} [Micdoodle8 Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized

2014-03-15 10:54:44 [iNFO] [sTDOUT] GalacticraftCore{2.0.8} [Galacticraft Core] (GALACTICRAFT-1.6.4-2.0.8.908.jar) Unloaded->Constructed->Errored

2014-03-15 10:54:44 [iNFO] [sTDOUT] ExoplanetaryExploration{0.0.1} [Exoplanetary Exploration] (bin) Unloaded->Constructed->Errored

2014-03-15 10:54:44 [iNFO] [sTDOUT] #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\Ashley\Desktop\Galacticraft Plugin\forge\mcp\jars\.\crash-reports\crash-2014-03-15_10.54.44-client.txt

 

 

If you would like me so show you a certain piece of code, I can, but there are a lot, so I didn't post them here in the first place

Link to comment
Share on other sites

Actually, I think I know what it is. The problem could lie with either of these files:

package ashjack.galacticraft.exo;

 

import micdoodle8.mods.galacticraft.api.GalacticraftRegistry;

import net.minecraftforge.common.Configuration;

import net.minecraftforge.common.DimensionManager;

import cpw.mods.fml.common.Mod;

import cpw.mods.fml.common.Mod.EventHandler;

import cpw.mods.fml.common.Mod.Instance;

import cpw.mods.fml.common.SidedProxy;

import cpw.mods.fml.common.event.FMLInitializationEvent;

import cpw.mods.fml.common.event.FMLPostInitializationEvent;

import cpw.mods.fml.common.event.FMLPreInitializationEvent;

import cpw.mods.fml.common.network.NetworkMod;

 

@Mod(modid="ExoplanetaryExploration", name="Exoplanetary Exploration", version="0.0.1", dependencies="required-after:GalacticraftCore")

@NetworkMod(clientSideRequired=true)

 

public class ExoplanetaryExploration {

 

 

    @Instance(value = "ExoplanetaryExploration")

    public static ExoplanetaryExploration instance;

   

 

    @SidedProxy(clientSide="ashjack.galacticraft.exo.client.ClientProxy", serverSide="ashjack.galacticraft.exo.CommonProxy")

    public static CommonProxy proxy;

   

    @EventHandler

   

    public void preInit(FMLPreInitializationEvent event) {

    Configuration config = new Configuration(event.getSuggestedConfigurationFile());

   

    config.load();

 

        config.save();

       

        GalacticraftRegistry.registerTeleportType(PlanetWorldProvider.class, new PlanetTeleporterType());

        GalacticraftRegistry.registerCelestialBody(new PlanetKepler22b());

    }

   

    @EventHandler

    public void load(FMLInitializationEvent event) {

   

    proxy.registerRenderers();

        int dimID = config.get(Configuration.CATEGORY_GENERAL, "Kepler-22b", -30).getInt();//config cannot be resolved

        DimensionManager.registerProviderType(dimID, new PlanetWorldProvider(), false); //The method registerProviderType(int, Class<? extends WorldProvider>, boolean) in the type DimensionManager is not applicable for the arguments (int, PlanetWorldProvider, boolean)

        DimensionManager.registerDimension(dimID, dimID);

    }

   

    @EventHandler

    public void postInit(FMLPostInitializationEvent event) {

           

    }

 

}

 

 

OR

 

 

package ashjack.galacticraft.exo;

 

import net.minecraft.world.WorldProvider;

import net.minecraftforge.common.Configuration;

import micdoodle8.mods.galacticraft.api.world.IGalaxy;

import micdoodle8.mods.galacticraft.api.world.IMapObject;

import micdoodle8.mods.galacticraft.api.world.IPlanet;

 

public class PlanetKepler22b implements IPlanet {

 

@Override

    public String getName() {

            return "Kepler-22b";

    }

 

    @Override

    public boolean isReachable() {

            return true;

    }

 

    @Override

    public IMapObject getMapObject() {

            return new Kepler22bMapObject();

    }

 

    @Override

    public boolean addToList() {

            return true;

    }

 

    @Override

    public boolean autoRegister() {

            return false;

    }

 

    @Override

    public Class<? extends WorldProvider> getWorldProvider() {

            return PlanetWorldProvider.class;

    }

 

    @Override

    public int getDimensionID() {

            return ExoplanetaryExploration.config.get(Configuration.CATEGORY_GENERAL, "Kepler-22b", -30).getInt();//config cannot be resolved or is not a field

            }

 

    @Override

    public IGalaxy getParentGalaxy() {

            return new GCCoreGalaxyKepler22();

    }

}

 

Link to comment
Share on other sites

1) config cannot be resolved

2) The method registerProviderType(int, Class<? extends WorldProvider>, boolean) in the type DimensionManager is not applicable for the arguments (int, PlanetWorldProvider, boolean)

 

Come on dude, this is basic stuff; basic Java, casting.

 

1) The code doesn't even know where "config" is. Where you load your config, and save you config is where you should put it. Why put it in load, when Forge doesn't even read it?

2) Class<? extends WorldProvider> (does not equal) PlanetWorldProvider. You need to make your PlanetWorldProvider "extend" WorldProvider.

 

One more thing, you don't even know how to use configs. You have to create a new instance of the int in your mod, and set the value later. You can't even receive (ExoplanetaryExploration.config) because it isn't static. Please please please, don't come here until you fully understand how casting works and how fields work.

Link to comment
Share on other sites

 @EventHandler
    public void load(FMLInitializationEvent event) {
       
       proxy.registerRenderers();
        int dimID = config.get(Configuration.CATEGORY_GENERAL, "Kepler-22b", -30).getInt();//config cannot be resolved
        DimensionManager.registerProviderType(dimID, new PlanetWorldProvider(), false); //The method registerProviderType(int, Class<? extends WorldProvider>, boolean) in the type DimensionManager is not applicable for the arguments (int, PlanetWorldProvider, boolean)
        DimensionManager.registerDimension(dimID, dimID);
    }]/code]
Tthis piece of code:
[code]new PlanetWorldProvide()

you need to change to

PlanetWorldProvider.class

Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support.

 

1.12 -> 1.13 primer by williewillus.

 

1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support.

 

http://www.howoldisminecraft1710.today/

Link to comment
Share on other sites

Thank you for both your replies. I fixed the config, and the registerProviderType. But I still experience a crash on testing my addon. I still get "cpw.mods.fml.common.LoaderException: java.lang.NoSuchFieldError: field_71946_M" There are still errors in my files, but they are just referencing to galacticraft itself. I have all 3 mods (MicdoodleCore, Galacticraft and Galacticraft Planets) in my mcp/jars/mods folder. If you want to see the code with the errors, I can, but I don't see how that would help, because as I mentioned before, they are just referencing to the mods that the user will have installed, but I can't put into eclipse(because I can't release any of the mods within my addon)

Link to comment
Share on other sites

Hey guy, those two classes you posted are not even in your crash log as suspects. This is your error location:

micdoodle8.mods.galacticraft.core.GCCoreConfigManager.setDefaultValues(GCCoreConfigManager.java:305)

 

Notice the error occurs at line # 305 in your micdoodle8.mods.galacticraft.core.GCCoreConfigManager class, in the method setDefaultValue.

 

Without that code, I can't help you.

Link to comment
Share on other sites

Well, that other guy's code is crashing in the Preinit event handler. Since, it dies and never returns it causes you to crash.

 

I see you are also experiencing a different crash now. Post the logs and I'll try to help.

Link to comment
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.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  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.



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • rp.crazyheal.xyz mods  
    • I'm developing a dimension, but it's kinda resource intensive so some times during player teleporting it lags behind making the player phase down into the void, so im trying to implement some kind of pregeneration to force the game loading a small set of chunks in the are the player will teleport to. Some of the things i've tried like using ServerLevel and ServerChunkCache methods like getChunk() dont actually trigger chunk generation if the chunk isn't already on persistent storage (already generated) or placing tickets, but that doesn't work either. Ideally i should be able to check when the task has ended too. I've peeked around some pregen engines, but they're too complex for my current understanding of the system of which I have just a basic understanding (how ServerLevel ,ServerChunkCache  and ChunkMap work) of. Any tips or other classes I should be looking into to understand how to do this correctly?
    • https://mclo.gs/4UC49Ao
    • Way back in the Forge 1.17 days, work started for adding JPMS (Java Platform Module Support) to ModLauncher and ForgeModLoader. This has been used internally by Forge and some libraries for a while now, but mods (those with mods.toml specifically) have not been able to take advantage of it. As of Forge 1.21.1 and 1.21.3, this is now possible!   What is JPMS and what does it mean for modders? JPMS is the Java Platform Module System, introduced in Java 9. It allows you to define modules, which are collections of packages and resources that can be exported or hidden from other modules. This allows for much more fine-tuned control over visibility, cleaner syntax for service declarations and support for sealed types across packages. For example, you might have a mod with a module called `com.example.mod` that exports `com.example.mod.api` and `com.example.mod.impl` to other mods, but hides `com.example.mod.internal` from them. This would allow you to have a clean API for other mods to use, while keeping your internal implementation details hidden from IDE hints, helping prevent accidental usage of internals that might break without prior notice. This is particularly useful if you'd like to use public records with module-private constructors or partially module-private record components, as you can create a sealed interface that only your record implements, having the interface be exported and the record hidden. It's also nice for declaring and using services, as you'll get compile-time errors from the Java compiler for typos and the like, rather than deferring to runtime errors. In more advanced cases, you can also have public methods that are only accessible to specific other modules -- handy if you want internal interactions between multiple of your own mods.   How do I bypass it? We understand there may be drama in implementing a system that prevents mods from accessing each other's internals when necessary (like when a mod is abandoned or you need to fix a compat issue) -- after all, we are already modding a game that doesn't have explicit support for Java mods yet. We have already thought of this and are offering APIs from day one to selectively bypass module restrictions. Let me be clear: Forge mods are not required to use JPMS. If you don't want to use it, you don't have to. The default behaviour is to have fully open, fully exported automatic modules. In Java, you can use the `Add-Opens` and `Add-Exports` manifest attributes to selectively bypass module restrictions of other mods at launch time, and we've added explicit support for these when loading your Forge mods. At compile-time, you can use existing solutions such as the extra-java-module-info Gradle plugin to deal with non-modular dependencies and add extra opens and exports to other modules. Here's an example on how to make the internal package `com.example.examplemod.internal` open to your mod in your build.gradle: tasks.named('jar', Jar) { manifest { attributes([ 'Add-Opens' : 'com.example.examplemod/com.example.examplemod.internal' 'Specification-Title' : mod_id, 'Specification-Vendor' : mod_authors // (...) ]) } } With the above in your mod's jar manifest, you can now reflectively access the classes inside that internal package. Multiple entries are separated with a space, as per Java's official spec. You can also use Add-Exports to directly call without reflection, however you'd need to use the Gradle plugin mentioned earlier to be able to compile. The syntax for Add-Exports is the same as Add-Opens, and instructions for the compile-time step with the Gradle plugin are detailed later in this post. Remember to prefer the opens and exports keywords inside module-info.java for sources you control. The Add-Opens/Add-Exports attributes are only intended for forcing open other mods.   What else is new with module support? Previously, the runtime module name was always forced to the first mod ID in your `mods.toml` file and all packages were forced fully open and exported. Module names are now distinguished from mod IDs, meaning the module name in your module-info.java can be different from the mod ID in your `mods.toml`. This allows you to have a more descriptive module name that doesn't have to be the same as your mod ID, however we strongly recommend including your mod ID as part of your module name to aid troubleshooting. The `Automatic-Module-Name` manifest attribute is now also honoured, allowing you to specify a module name for your mod without needing to create a `module-info.java` file. This is particularly useful for mods that don't care about JPMS features but want to have a more descriptive module name and easier integration with other mods that do use JPMS.   How do I use it? The first step is to create a `module-info.java` file in your mod's source directory. This file should be in the same package as your main mod class, and should look something like this: open module com.example.examplemod { requires net.minecraftforge.eventbus; requires net.minecraftforge.fmlcore; requires net.minecraftforge.forge; requires net.minecraftforge.javafmlmod; requires net.minecraftforge.mergetool.api; requires org.slf4j; requires logging; } For now, we're leaving the whole module open to reflection, which is a good starting point. When we know we want to close something off, we can remove the open modifier from the module and open or export individual packages instead. Remember that you need to be open to Forge (module name net.minecraftforge.forge), otherwise it can't call your mod's constructor. Next is fixing modules in Gradle. While Forge and Java support modules properly, Gradle does not put automatic modules on the module path by default, meaning that the logging module (from com.mojang:logging) is not found. To fix this, add the Gradle plugin and add a compile-time module definition for that Mojang library: plugins { // (...) id 'org.gradlex.extra-java-module-info' version "1.9" } // (...) extraJavaModuleInfo { failOnMissingModuleInfo = false automaticModule("com.mojang:logging", "logging") } The automatic module override specified in your build.gradle should match the runtime one to avoid errors. You can do the same for any library or mod dependency that is missing either a module-info or explicit Automatic-Module-Name, however be aware that you may need to update your mod once said library adds one. That's all you need to get started with module support in your mods. You can learn more about modules and how to use them at dev.java.
    • Faire la mise à jour grâce à ce lien m'a aider personnellement, merci à @Paint_Ninja. https://www.amd.com/en/support 
  • Topics

  • Who's Online (See full list)

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.