Millènaire + FTB Ultimate 1.0.2

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
Status
Not open for further replies.

Makin911

New Member
Jul 29, 2019
58
0
0
im trying to add Millènaire to the FTB Ultimate pack 1.0.2

and after adding it i get this error.
Code:
---- Minecraft Crash Report ----
// Oh - I know what I did wrong!
 
Time: 18.04.13 06:53
Description: Failed to start game
 
cpw.mods.fml.common.LoaderException: java.lang.ExceptionInInitializerError
    at cpw.mods.fml.common.LoadController.transition(LoadController.java:130)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:677)
    at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:207)
    at net.minecraft.client.Minecraft.a(Minecraft.java:458)
    at asq.a(SourceFile:56)
    at net.minecraft.client.Minecraft.run(Minecraft.java:746)
    at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ExceptionInInitializerError
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Unknown Source)
    at powercrystals.minefactoryreloaded.modhelpers.twilightforest.TwilightForest.load(TwilightForest.java:67)
    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:487)
    at sun.reflect.GeneratedMethodAccessor3.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:69)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
    at com.google.common.eventbus.EventBus.post(EventBus.java:268)
    at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:153)
    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:69)
    at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
    at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
    at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
    at com.google.common.eventbus.EventBus.post(EventBus.java:268)
    at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:86)
    at cpw.mods.fml.common.Loader.initializeMods(Loader.java:676)
    ... 5 more
Caused by: java.lang.NullPointerException
    at ur.<init>(SourceFile:50)
    at twilightforest.entity.EntityTFLich.<clinit>(EntityTFLich.java:44)
    ... 33 more

Anyone who can tell me whats going wrong?
 

Makin911

New Member
Jul 29, 2019
58
0
0
I found out that it was ID conflicts with Twilight forest. so i changed some of them.


Here is for anyone that have the same problem


Twilight forest Config
Code:
# Configuration file
 
####################
# biome
####################
 
biome {
    I:biome.id.Clearing=79
    I:biome.id.ClearingBorder=80
    I:biome.id.DarkForest=85
    I:biome.id.DeepMushrooms=82
    I:biome.id.EnchantedForest=86
    I:biome.id.FireSwamp=87
    I:biome.id.Glacier=78
    I:biome.id.Highlands=73
    I:biome.id.Lake=70
    I:biome.id.LakeBorder=81
    I:biome.id.MajorFeature=83
    I:biome.id.MinorFeature=84
    I:biome.id.Mushrooms=74
    I:biome.id.Snowfield=77
    I:biome.id.Stream=76
    I:biome.id.Swamp=75
    I:biome.id.TwilightForest=71
    I:biome.id.TwilightForestVariant=72
}
 
 
####################
# block
####################
 
block {
    I:BossSpawner=1500
    I:Cicada=1501
    I:Critter=1502
    I:FireJet=1503
    I:FireflyJar=1504
    I:Hedge=1505
    I:Leaves=1506
    I:Log=1507
    I:MagicLeaves=1510
    I:MagicLog=1811
    I:MagicLogSpecial=1820
    I:Mazestone=1808
    I:Moonworm=1509
    I:Nagastone=1512
    I:Plant=1513
    I:Portal=1514
    I:Roots=1815
    I:Sapling=1816
    I:TowerAntenna=1821
    I:TowerDevice=1822
    I:TowerTranslucent=1823
    I:TowerWood=1819
    I:Trophy=1824
    I:UncraftingTable=1817
}
 
 
####################
# dimension
####################
 
dimension {
    # What ID number to assign to the Twilight Forest dimension.  Change if you are having conflicts with another mod.
    I:dimensionID=7
}
 
 
####################
# general
####################
 
general {
    # Allow portals only for admins (ops).  This severly reduces the range in which the mod usually scans for valid portal conditions, and it scans near ops only.
    B:AdminOnlyPortals=false
 
    # Allow portals to the Twilight Forest to be made outside of dimension 0.  May be considered an exploit.
    B:AllowPortalsInOtherDimensions=false
 
    # Allows creature and spawner compatibility with very old maps.  It is not recommended to change this.
    B:CreatureCompatibility=false
 
    # Make cicadas silent  for those having sound library problems, or otherwise finding them annoying
    B:SilentCicadas=false
 
    # If set, this will override the normal world seed when generating parts of the Twilight Forest Dimension.
    S:TwilightForestSeed=
}
 
 
####################
# item
####################
 
item {
    I:BorerEssence=27772
    I:Carminite=27773
    I:CharmOfKeeping1=27000
    I:CharmOfKeeping2=27001
    I:CharmOfKeeping3=27002
    I:CharmOfLife1=27003
    I:CharmOfLife2=27004
    I:CrumbleHorn=27005
    I:EmptyMagicMap=27006
    I:EmptyMazeMap=27007
    I:EmptyOreMap=27008
    I:Feather=27009
    I:FieryBlood=27010
    I:FieryBoots=27011
    I:FieryHelm=27012
    I:FieryIngot=27013
    I:FieryLegs=27014
    I:FieryPick=27015
    I:FieryPlate=27016
    I:FierySword=27017
    I:HydraChops=27018
    I:HydraTrophy=27019
    I:IronwoodAxe=27020
    I:IronwoodBoots=27021
    I:IronwoodHelm=27022
    I:IronwoodHoe=27023
    I:IronwoodIngot=27024
    I:IronwoodLegs=27025
    I:IronwoodPick=27026
    I:IronwoodPlate=27720
    I:IronwoodRaw=27028
    I:IronwoodShovel=27029
    I:IronwoodSword=27030
    I:LegsNaga=27031
    I:LiveRoot=27032
    I:MagicMap=27033
    I:MagicMapFocus=27034
    I:MazeMap=27035
    I:MazeMapFocus=27036
    I:MazeWafer=27037
    I:MazebreakerPick=27038
    I:MeefRaw=27039
    I:MeefSteak=27040
    I:MeefStroganoff=27041
    I:MinotaurAxe=27042
    I:MoonwormQueen=27043
    I:NagaScale=27044
    I:OreMagnet=27045
    I:OreMap=27046
    I:OreMeter=27047
    I:PeacockFan=27048
    I:PlateNaga=27049
    I:ScepterLifeDrain=27050
    I:ScepterTwilight=27051
    I:ScepterZombie=27052
    I:SpawnEgg=27053
    I:SteeleafAxe=27054
    I:SteeleafBoots=27055
    I:SteeleafHelm=27056
    I:SteeleafHoe=27057
    I:SteeleafIngot=27058
    I:SteeleafLegs=27059
    I:SteeleafPick=27060
    I:SteeleafPlate=27061
    I:SteeleafShovel=27062
    I:SteeleafSword=27063
    I:Torchberries=27064
    I:TowerKey=27771
    I:TransformPowder=27065
    I:VenisonCooked=27066
    I:VenisonRaw=27067
    I:WandPacification=27068
}
 
Status
Not open for further replies.