Jump to content

1.5.2 java.lang.NullPointerException


Jey J0

Recommended Posts

Hey Forge Team!

 

I started modding with Forge on a 1.5.2 client (I'm very new in it) and get this error(report) if I want to run the client:

 

 

 

2013-05-05 21:04:12 [iNFO] [ForgeModLoader] Forge Mod Loader version 5.2.2.684 for Minecraft 1.5.2 loading

2013-05-05 21:04:12 [iNFO] [ForgeModLoader] Java is Java HotSpot 64-Bit Server VM, version 1.7.0_13, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre7

2013-05-05 21:04:12 [FINE] [ForgeModLoader] Java classpath at launch is C:\Users\Jey J0\Desktop\Minecraft eigene Mods\1.5.2 - MCP mit FML\eclipse\Minecraft\bin;C:\Users\Jey J0\Desktop\Minecraft eigene Mods\1.5.2 - MCP mit FML\jars\bin\jinput.jar;C:\Users\Jey J0\Desktop\Minecraft eigene Mods\1.5.2 - MCP mit FML\jars\bin\lwjgl_util.jar;C:\Users\Jey J0\Desktop\Minecraft eigene Mods\1.5.2 - MCP mit FML\jars\bin\lwjgl.jar;C:\Users\Jey J0\Desktop\Minecraft eigene Mods\1.5.2 - MCP mit FML\jars\bin\minecraft.jar;C:\Users\Jey J0\Desktop\Minecraft eigene Mods\1.5.2 - MCP mit FML\lib\argo-3.2-src.jar;C:\Users\Jey J0\Desktop\Minecraft eigene Mods\1.5.2 - MCP mit FML\lib\bcprov-debug-jdk15on-148.jar;C:\Users\Jey J0\Desktop\Minecraft eigene Mods\1.5.2 - MCP mit FML\lib\asm-debug-all-4.1.jar;C:\Users\Jey J0\Desktop\Minecraft eigene Mods\1.5.2 - MCP mit FML\lib\guava-14.0-rc3.jar;C:\Users\Jey J0\Desktop\Minecraft eigene Mods\1.5.2 - MCP mit FML\lib\scala-library.jar

2013-05-05 21:04:12 [FINE] [ForgeModLoader] Java library path at launch is C:\Users\Jey J0\Desktop\Minecraft eigene Mods\1.5.2 - MCP mit FML\jars\bin\natives;C:\Users\Jey J0\Desktop\Minecraft eigene Mods\1.5.2 - MCP mit FML\jars\bin\natives;C:\Users\Jey J0\Desktop\Minecraft eigene Mods\1.5.2 - MCP mit FML\jars\bin\natives

2013-05-05 21:04:12 [iNFO] [ForgeModLoader] Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation

2013-05-05 21:04:12 [FINEST] [ForgeModLoader] All core mods are successfully located

2013-05-05 21:04:12 [FINEST] [ForgeModLoader] Discovering coremods

2013-05-05 21:04:12 [FINEST] [ForgeModLoader] Found library file argo-small-3.2.jar present and correct in lib dir

2013-05-05 21:04:12 [FINEST] [ForgeModLoader] Found library file guava-14.0-rc3.jar present and correct in lib dir

2013-05-05 21:04:12 [FINEST] [ForgeModLoader] Found library file asm-all-4.1.jar present and correct in lib dir

2013-05-05 21:04:12 [FINEST] [ForgeModLoader] Found library file bcprov-jdk15on-148.jar present and correct in lib dir

2013-05-05 21:04:12 [FINEST] [ForgeModLoader] Found library file deobfuscation_data_1.5.2.zip present and correct in lib dir

2013-05-05 21:04:12 [FINEST] [ForgeModLoader] Found library file scala-library.jar present and correct in lib dir

2013-05-05 21:04:12 [FINEST] [ForgeModLoader] Running coremod plugins

2013-05-05 21:04:12 [FINEST] [ForgeModLoader] Running coremod plugin FMLCorePlugin

2013-05-05 21:04:14 [FINEST] [ForgeModLoader] Coremod plugin FMLCorePlugin run successfully

2013-05-05 21:04:14 [FINEST] [ForgeModLoader] Running coremod plugin FMLForgePlugin

2013-05-05 21:04:14 [FINEST] [ForgeModLoader] Coremod plugin FMLForgePlugin run successfully

2013-05-05 21:04:14 [FINEST] [ForgeModLoader] Validating minecraft

2013-05-05 21:04:14 [FINEST] [ForgeModLoader] Minecraft validated, launching...

2013-05-05 21:04:17 [iNFO] [sTDOUT] 229 recipes

2013-05-05 21:04:17 [iNFO] [sTDOUT] 27 achievements

2013-05-05 21:04:17 [iNFO] [Minecraft-Client] Setting user: Player107

2013-05-05 21:04:17 [iNFO] [sTDOUT] (Session ID is -)

2013-05-05 21:04:17 [iNFO] [sTDERR] Client asked for parameter: server

2013-05-05 21:04:17 [iNFO] [Minecraft-Client] LWJGL Version: 2.4.2

2013-05-05 21:04:17 [iNFO] [MinecraftForge] Attempting early MinecraftForge initialization

2013-05-05 21:04:17 [iNFO] [sTDOUT] MinecraftForge v7.8.0.684 Initialized

2013-05-05 21:04:17 [iNFO] [ForgeModLoader] MinecraftForge v7.8.0.684 Initialized

2013-05-05 21:04:18 [iNFO] [sTDOUT] Replaced 85 ore recipies

2013-05-05 21:04:18 [iNFO] [MinecraftForge] Completed early MinecraftForge initialization

2013-05-05 21:04:18 [iNFO] [ForgeModLoader] Reading custom logging properties from C:\Users\Jey J0\Desktop\Minecraft eigene Mods\1.5.2 - MCP mit FML\jars\config\logging.properties

2013-05-05 21:04:18 [OFF] [ForgeModLoader] Logging level for ForgeModLoader logging is set to ALL

2013-05-05 21:04:18 [FINE] [ForgeModLoader] Building injected Mod Containers [cpw.mods.fml.common.FMLDummyContainer, net.minecraftforge.common.ForgeDummyContainer]

2013-05-05 21:04:18 [FINE] [ForgeModLoader] Attempting to load mods contained in the minecraft jar file and associated classes

2013-05-05 21:04:18 [FINE] [ForgeModLoader] Found a minecraft related directory at C:\Users\Jey J0\Desktop\Minecraft eigene Mods\1.5.2 - MCP mit FML\eclipse\Minecraft\bin, examining for mod candidates

2013-05-05 21:04:18 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Jey J0\Desktop\Minecraft eigene Mods\1.5.2 - MCP mit FML\jars\bin\jinput.jar

2013-05-05 21:04:18 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Jey J0\Desktop\Minecraft eigene Mods\1.5.2 - MCP mit FML\jars\bin\lwjgl_util.jar

2013-05-05 21:04:18 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Jey J0\Desktop\Minecraft eigene Mods\1.5.2 - MCP mit FML\jars\bin\lwjgl.jar

2013-05-05 21:04:18 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Jey J0\Desktop\Minecraft eigene Mods\1.5.2 - MCP mit FML\jars\bin\minecraft.jar, examining for mod candidates

2013-05-05 21:04:18 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Jey J0\Desktop\Minecraft eigene Mods\1.5.2 - MCP mit FML\lib\argo-3.2-src.jar, examining for mod candidates

2013-05-05 21:04:18 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Jey J0\Desktop\Minecraft eigene Mods\1.5.2 - MCP mit FML\lib\bcprov-debug-jdk15on-148.jar, examining for mod candidates

2013-05-05 21:04:18 [FINE] [ForgeModLoader] Found a minecraft related file at C:\Users\Jey J0\Desktop\Minecraft eigene Mods\1.5.2 - MCP mit FML\lib\asm-debug-all-4.1.jar, examining for mod candidates

2013-05-05 21:04:18 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Jey J0\Desktop\Minecraft eigene Mods\1.5.2 - MCP mit FML\lib\guava-14.0-rc3.jar

2013-05-05 21:04:18 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Jey J0\Desktop\Minecraft eigene Mods\1.5.2 - MCP mit FML\lib\scala-library.jar

2013-05-05 21:04:18 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Jey J0\Desktop\Minecraft eigene Mods\1.5.2 - MCP mit FML\jars\lib\argo-small-3.2.jar

2013-05-05 21:04:18 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Jey J0\Desktop\Minecraft eigene Mods\1.5.2 - MCP mit FML\jars\lib\guava-14.0-rc3.jar

2013-05-05 21:04:18 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Jey J0\Desktop\Minecraft eigene Mods\1.5.2 - MCP mit FML\jars\lib\asm-all-4.1.jar

2013-05-05 21:04:18 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Jey J0\Desktop\Minecraft eigene Mods\1.5.2 - MCP mit FML\jars\lib\bcprov-jdk15on-148.jar

2013-05-05 21:04:18 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Jey J0\Desktop\Minecraft eigene Mods\1.5.2 - MCP mit FML\jars\lib\deobfuscation_data_1.5.2.zip

2013-05-05 21:04:18 [FINER] [ForgeModLoader] Skipping known library file C:\Users\Jey J0\Desktop\Minecraft eigene Mods\1.5.2 - MCP mit FML\jars\lib\scala-library.jar

2013-05-05 21:04:18 [FINE] [ForgeModLoader] Minecraft jar mods loaded successfully

2013-05-05 21:04:18 [iNFO] [ForgeModLoader] Searching C:\Users\Jey J0\Desktop\Minecraft eigene Mods\1.5.2 - MCP mit FML\jars\mods for mods

2013-05-05 21:04:18 [FINE] [ForgeModLoader] Found a candidate mod directory Jey_J0

2013-05-05 21:04:18 [FINE] [ForgeModLoader] Examining directory bin for potential mods

2013-05-05 21:04:18 [FINE] [ForgeModLoader] No mcmod.info file found in directory bin

2013-05-05 21:04:18 [FINEST] [ForgeModLoader] Recursing into package cpw

2013-05-05 21:04:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods

2013-05-05 21:04:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml

2013-05-05 21:04:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.client

2013-05-05 21:04:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.client.modloader

2013-05-05 21:04:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.client.registry

2013-05-05 21:04:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common

2013-05-05 21:04:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.asm

2013-05-05 21:04:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.asm.transformers

2013-05-05 21:04:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.asm.transformers.deobf

2013-05-05 21:04:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.discovery

2013-05-05 21:04:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.discovery.asm

2013-05-05 21:04:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.event

2013-05-05 21:04:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.functions

2013-05-05 21:04:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.modloader

2013-05-05 21:04:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.network

2013-05-05 21:04:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.registry

2013-05-05 21:04:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.toposort

2013-05-05 21:04:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.common.versioning

2013-05-05 21:04:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.relauncher

2013-05-05 21:04:18 [FINEST] [ForgeModLoader] Recursing into package cpw.mods.fml.server

2013-05-05 21:04:18 [FINEST] [ForgeModLoader] Recursing into package ibxm

2013-05-05 21:04:18 [FINEST] [ForgeModLoader] Recursing into package Jey_J0

2013-05-05 21:04:18 [FINEST] [ForgeModLoader] Recursing into package Jey_J0.Mod

2013-05-05 21:04:18 [FINEST] [ForgeModLoader] Recursing into package Jey_J0.Mod.Mores

2013-05-05 21:04:18 [FINE] [ForgeModLoader] Identified an FMLMod type mod Jey_J0.Mod.Mores.Mores

2013-05-05 21:04:18 [FINEST] [mores] Parsed dependency info : [] [] []

2013-05-05 21:04:18 [FINEST] [ForgeModLoader] Recursing into package Jey_J0.Mod.Mores.Proxies

2013-05-05 21:04:18 [FINEST] [ForgeModLoader] Recursing into package mods

2013-05-05 21:04:18 [FINEST] [ForgeModLoader] Recursing into package mods.(M)Ores

2013-05-05 21:04:18 [FINEST] [ForgeModLoader] Recursing into package mods.(M)Ores.textures

2013-05-05 21:04:18 [FINEST] [ForgeModLoader] Recursing into package mods.(M)Ores.textures.blocks

2013-05-05 21:04:18 [FINEST] [ForgeModLoader] Recursing into package mods.(M)Ores.textures.items

2013-05-05 21:04:18 [FINEST] [ForgeModLoader] Recursing into package net

2013-05-05 21:04:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft

2013-05-05 21:04:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.block

2013-05-05 21:04:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.block.material

2013-05-05 21:04:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client

2013-05-05 21:04:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.audio

2013-05-05 21:04:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.entity

2013-05-05 21:04:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.entity.render

2013-05-05 21:04:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.gui

2013-05-05 21:04:18 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.gui.achievement

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.gui.inventory

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.mco

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.model

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.multiplayer

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.particle

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.renderer

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.renderer.culling

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.renderer.entity

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.renderer.texture

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.renderer.tileentity

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.settings

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.stats

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.client.texturepacks

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.command

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.crash

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.creativetab

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.dispenser

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.enchantment

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.entity

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.entity.ai

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.entity.boss

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.entity.effect

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.entity.item

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.entity.monster

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.entity.passive

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.entity.player

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.entity.projectile

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.inventory

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.item

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.item.crafting

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.logging

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.nbt

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.network

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.network.packet

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.network.rcon

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.pathfinding

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.potion

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.profiler

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.scoreboard

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.server

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.server.dedicated

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.server.gui

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.server.integrated

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.server.management

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.src

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.stats

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.tileentity

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.util

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.village

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.world

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.world.biome

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.world.chunk

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.world.chunk.storage

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.world.demo

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.world.gen

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.world.gen.feature

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.world.gen.layer

2013-05-05 21:04:19 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.world.gen.structure

2013-05-05 21:04:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraft.world.storage

2013-05-05 21:04:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge

2013-05-05 21:04:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.classloading

2013-05-05 21:04:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.client

2013-05-05 21:04:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.client.event

2013-05-05 21:04:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.client.event.sound

2013-05-05 21:04:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.client.model

2013-05-05 21:04:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.client.model.obj

2013-05-05 21:04:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.common

2013-05-05 21:04:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event

2013-05-05 21:04:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.brewing

2013-05-05 21:04:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.entity

2013-05-05 21:04:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.entity.item

2013-05-05 21:04:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.entity.living

2013-05-05 21:04:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.entity.minecart

2013-05-05 21:04:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.entity.player

2013-05-05 21:04:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.terraingen

2013-05-05 21:04:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.event.world

2013-05-05 21:04:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.liquids

2013-05-05 21:04:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.oredict

2013-05-05 21:04:20 [FINEST] [ForgeModLoader] Recursing into package net.minecraftforge.transformers

2013-05-05 21:04:20 [FINEST] [ForgeModLoader] Recursing into package paulscode

2013-05-05 21:04:20 [FINEST] [ForgeModLoader] Recursing into package paulscode.sound

2013-05-05 21:04:20 [FINEST] [ForgeModLoader] Recursing into package paulscode.sound.codecs

2013-05-05 21:04:20 [FINE] [ForgeModLoader] Examining file minecraft.jar for potential mods

2013-05-05 21:04:20 [FINE] [ForgeModLoader] The mod container minecraft.jar appears to be missing an mcmod.info file

2013-05-05 21:04:20 [FINE] [ForgeModLoader] Examining file argo-3.2-src.jar for potential mods

2013-05-05 21:04:20 [FINE] [ForgeModLoader] The mod container argo-3.2-src.jar appears to be missing an mcmod.info file

2013-05-05 21:04:20 [FINE] [ForgeModLoader] Examining file bcprov-debug-jdk15on-148.jar for potential mods

2013-05-05 21:04:20 [FINE] [ForgeModLoader] The mod container bcprov-debug-jdk15on-148.jar appears to be missing an mcmod.info file

2013-05-05 21:04:20 [FINE] [ForgeModLoader] Examining file asm-debug-all-4.1.jar for potential mods

2013-05-05 21:04:20 [FINE] [ForgeModLoader] The mod container asm-debug-all-4.1.jar appears to be missing an mcmod.info file

2013-05-05 21:04:20 [FINE] [ForgeModLoader] Examining directory Jey_J0 for potential mods

2013-05-05 21:04:20 [FINE] [ForgeModLoader] No mcmod.info file found in directory Jey_J0

2013-05-05 21:04:20 [FINEST] [ForgeModLoader] Recursing into package Mod

2013-05-05 21:04:20 [FINEST] [ForgeModLoader] Recursing into package Mod.Mores

2013-05-05 21:04:20 [FINEST] [ForgeModLoader] Recursing into package Mod.Mores.Proxies

2013-05-05 21:04:21 [iNFO] [ForgeModLoader] Forge Mod Loader has identified 4 mods to load

2013-05-05 21:04:21 [FINER] [ForgeModLoader] Received a system property request ''

2013-05-05 21:04:21 [FINER] [ForgeModLoader] System property request managing the state of 0 mods

2013-05-05 21:04:21 [FINE] [ForgeModLoader] After merging, found state information for 0 mods

2013-05-05 21:04:21 [FINE] [ForgeModLoader] Reloading logging properties from C:\Users\Jey J0\Desktop\Minecraft eigene Mods\1.5.2 - MCP mit FML\jars\config\logging.properties

2013-05-05 21:04:21 [FINE] [ForgeModLoader] Reloaded logging properties

2013-05-05 21:04:21 [FINE] [mcp] Mod Logging channel mcp configured at default level.

2013-05-05 21:04:21 [iNFO] [mcp] Activating mod mcp

2013-05-05 21:04:21 [FINE] [FML] Mod Logging channel FML configured at default level.

2013-05-05 21:04:21 [iNFO] [FML] Activating mod FML

2013-05-05 21:04:21 [FINE] [Forge] Mod Logging channel Forge configured at default level.

2013-05-05 21:04:21 [iNFO] [Forge] Activating mod Forge

2013-05-05 21:04:21 [FINE] [mores] Enabling mod mores

2013-05-05 21:04:21 [FINE] [mores] Mod Logging channel mores configured at default level.

2013-05-05 21:04:21 [iNFO] [mores] Activating mod mores

2013-05-05 21:04:21 [FINER] [ForgeModLoader] Verifying mod requirements are satisfied

2013-05-05 21:04:21 [FINER] [ForgeModLoader] All mod requirements are satisfied

2013-05-05 21:04:21 [FINER] [ForgeModLoader] Sorting mods into an ordered list

2013-05-05 21:04:21 [FINER] [ForgeModLoader] Mod sorting completed successfully

2013-05-05 21:04:21 [FINE] [ForgeModLoader] Mod sorting data

2013-05-05 21:04:21 [FINE] [ForgeModLoader] mores((M)Ores:0.1): bin ()

2013-05-05 21:04:21 [FINEST] [mcp] Sending event FMLConstructionEvent to mod mcp

2013-05-05 21:04:21 [FINEST] [mcp] Sent event FMLConstructionEvent to mod mcp

2013-05-05 21:04:21 [FINEST] [FML] Sending event FMLConstructionEvent to mod FML

2013-05-05 21:04:21 [FINEST] [FML] Sent event FMLConstructionEvent to mod FML

2013-05-05 21:04:21 [FINEST] [Forge] Sending event FMLConstructionEvent to mod Forge

2013-05-05 21:04:21 [FINEST] [Forge] Sent event FMLConstructionEvent to mod Forge

2013-05-05 21:04:21 [FINEST] [mores] Sending event FMLConstructionEvent to mod mores

2013-05-05 21:04:21 [FINEST] [ForgeModLoader] Testing mod mores to verify it accepts its own version in a remote connection

2013-05-05 21:04:21 [FINEST] [ForgeModLoader] The mod mores accepts its own version (0.1)

2013-05-05 21:04:21 [FINE] [ForgeModLoader] Attempting to inject @SidedProxy classes into mores

2013-05-05 21:04:21 [FINEST] [mores] Sent event FMLConstructionEvent to mod mores

2013-05-05 21:04:21 [FINE] [ForgeModLoader] Mod signature data

2013-05-05 21:04:21 [FINE] [ForgeModLoader] mcp(Minecraft Coder Pack:7.44): minecraft.jar (NO VALID CERTIFICATE FOUND)

2013-05-05 21:04:21 [FINE] [ForgeModLoader] FML(Forge Mod Loader:5.2.2.684): coremods (NO VALID CERTIFICATE FOUND)

2013-05-05 21:04:21 [FINE] [ForgeModLoader] Forge(Minecraft Forge:7.8.0.684): coremods (NO VALID CERTIFICATE FOUND)

2013-05-05 21:04:21 [FINE] [ForgeModLoader] mores((M)Ores:0.1): bin (NO VALID CERTIFICATE FOUND)

2013-05-05 21:04:21 [FINEST] [mcp] Sending event FMLPreInitializationEvent to mod mcp

2013-05-05 21:04:21 [FINEST] [mcp] Sent event FMLPreInitializationEvent to mod mcp

2013-05-05 21:04:21 [FINEST] [FML] Sending event FMLPreInitializationEvent to mod FML

2013-05-05 21:04:21 [FINEST] [FML] Sent event FMLPreInitializationEvent to mod FML

2013-05-05 21:04:21 [FINEST] [Forge] Sending event FMLPreInitializationEvent to mod Forge

2013-05-05 21:04:21 [iNFO] [ForgeModLoader] Configured a dormant chunk cache size of 0

2013-05-05 21:04:21 [FINEST] [Forge] Sent event FMLPreInitializationEvent to mod Forge

2013-05-05 21:04:21 [FINEST] [mores] Sending event FMLPreInitializationEvent to mod mores

2013-05-05 21:04:21 [FINEST] [mores] Sent event FMLPreInitializationEvent to mod mores

2013-05-05 21:04:22 [iNFO] [sTDOUT]

2013-05-05 21:04:22 [iNFO] [sTDOUT] Starting up SoundSystem...

2013-05-05 21:04:22 [iNFO] [sTDOUT] Initializing LWJGL OpenAL

2013-05-05 21:04:22 [iNFO] [sTDOUT]    (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)

2013-05-05 21:04:22 [iNFO] [sTDOUT] OpenAL initialized.

2013-05-05 21:04:22 [iNFO] [sTDOUT]

2013-05-05 21:04:24 [iNFO] [sTDERR] java.lang.NoSuchFieldException: GL_ARB_copy_image

2013-05-05 21:04:24 [iNFO] [sTDERR] at java.lang.Class.getField(Unknown Source)

2013-05-05 21:04:24 [iNFO] [sTDERR] at cpw.mods.fml.client.TextureFXManager.getHelper(TextureFXManager.java:122)

2013-05-05 21:04:24 [iNFO] [sTDERR] at net.minecraft.client.renderer.texture.TextureStitched.init(TextureStitched.java:74)

2013-05-05 21:04:24 [iNFO] [sTDERR] at net.minecraft.client.renderer.texture.TextureMap.refreshTextures(TextureMap.java:154)

2013-05-05 21:04:24 [iNFO] [sTDERR] at net.minecraft.client.renderer.RenderEngine.refreshTextureMaps(RenderEngine.java:520)

2013-05-05 21:04:24 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.startGame(Minecraft.java:443)

2013-05-05 21:04:24 [iNFO] [sTDERR] at net.minecraft.client.MinecraftAppletImpl.startGame(MinecraftAppletImpl.java:44)

2013-05-05 21:04:24 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:732)

2013-05-05 21:04:24 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2013-05-05 21:04:24 [iNFO] [ForgeModLoader] Forge Mod Loader has detected an older LWJGL version, new advanced texture animation features are disabled

2013-05-05 21:04:24 [iNFO] [ForgeModLoader] Not using advanced OpenGL 4.3 advanced capability for animations : OpenGL 4.3 is not available

2013-05-05 21:04:24 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/lava_flow.txt

2013-05-05 21:04:24 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/water_flow.txt

2013-05-05 21:04:24 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/fire_0.txt

2013-05-05 21:04:24 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/fire_1.txt

2013-05-05 21:04:24 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/lava.txt

2013-05-05 21:04:24 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/portal.txt

2013-05-05 21:04:24 [iNFO] [Minecraft-Client] Found animation info for: textures/blocks/water.txt

2013-05-05 21:04:25 [iNFO] [Minecraft-Client] Found animation info for: textures/items/clock.txt

2013-05-05 21:04:25 [iNFO] [Minecraft-Client] Found animation info for: textures/items/compass.txt

2013-05-05 21:04:25 [FINEST] [mcp] Sending event FMLInitializationEvent to mod mcp

2013-05-05 21:04:25 [FINEST] [mcp] Sent event FMLInitializationEvent to mod mcp

2013-05-05 21:04:25 [FINEST] [FML] Sending event FMLInitializationEvent to mod FML

2013-05-05 21:04:25 [FINEST] [FML] Sent event FMLInitializationEvent to mod FML

2013-05-05 21:04:25 [FINEST] [Forge] Sending event FMLInitializationEvent to mod Forge

2013-05-05 21:04:25 [FINEST] [Forge] Sent event FMLInitializationEvent to mod Forge

2013-05-05 21:04:25 [FINEST] [mores] Sending event FMLInitializationEvent to mod mores

2013-05-05 21:04:25 [FINE] [fml.ItemTracker] Adding item net.minecraft.item.ItemBlock(1600) owned by mores

2013-05-05 21:04:25 [FINE] [fml.ItemTracker] Adding item Jey_J0.Mod.Mores.myItem(30256) owned by mores

2013-05-05 21:04:25 [FINEST] [mores] Sent event FMLInitializationEvent to mod mores

2013-05-05 21:04:25 [sEVERE] [ForgeModLoader] Fatal errors were detected during the transition from INITIALIZATION to POSTINITIALIZATION. Loading cannot continue

2013-05-05 21:04:25 [sEVERE] [ForgeModLoader]

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

FML{5.2.2.684} [Forge Mod Loader] (coremods) Unloaded->Constructed->Pre-initialized->Initialized

Forge{7.8.0.684} [Minecraft Forge] (coremods) Unloaded->Constructed->Pre-initialized->Initialized

mores{0.1} [(M)Ores] (bin) Unloaded->Constructed->Pre-initialized->Errored

2013-05-05 21:04:25 [sEVERE] [ForgeModLoader] The following problems were captured during this phase

2013-05-05 21:04:25 [sEVERE] [ForgeModLoader] Caught exception from mores

java.lang.NullPointerException

at cpw.mods.fml.common.registry.GameData.setName(GameData.java:253)

at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:150)

at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:138)

at Jey_J0.Mod.Mores.myItem.registers(myItem.java:32)

at Jey_J0.Mod.Mores.myItem.<init>(myItem.java:23)

at Jey_J0.Mod.Mores.Items.initItems(Items.java:32)

at Jey_J0.Mod.Mores.Mores.init(Mores.java:35)

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:494)

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:314)

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.propogateStateMessage(LoadController.java:165)

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:314)

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:98)

at cpw.mods.fml.common.Loader.initializeMods(Loader.java:690)

at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:206)

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

at net.minecraft.client.MinecraftAppletImpl.startGame(MinecraftAppletImpl.java:44)

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

at java.lang.Thread.run(Unknown Source)

2013-05-05 21:04:25 [iNFO] [sTDERR] java.lang.NullPointerException

2013-05-05 21:04:25 [iNFO] [sTDERR] at cpw.mods.fml.common.registry.GameData.setName(GameData.java:253)

2013-05-05 21:04:25 [iNFO] [sTDERR] at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:150)

2013-05-05 21:04:25 [iNFO] [sTDERR] at cpw.mods.fml.common.registry.GameRegistry.registerItem(GameRegistry.java:138)

2013-05-05 21:04:25 [iNFO] [sTDERR] at Jey_J0.Mod.Mores.myItem.registers(myItem.java:32)

2013-05-05 21:04:25 [iNFO] [sTDERR] at Jey_J0.Mod.Mores.myItem.<init>(myItem.java:23)

2013-05-05 21:04:25 [iNFO] [sTDERR] at Jey_J0.Mod.Mores.Items.initItems(Items.java:32)

2013-05-05 21:04:25 [iNFO] [sTDERR] at Jey_J0.Mod.Mores.Mores.init(Mores.java:35)

2013-05-05 21:04:25 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-05-05 21:04:25 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-05-05 21:04:25 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-05-05 21:04:25 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source)

2013-05-05 21:04:25 [iNFO] [sTDERR] at cpw.mods.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:494)

2013-05-05 21:04:25 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-05-05 21:04:25 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-05-05 21:04:25 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-05-05 21:04:25 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source)

2013-05-05 21:04:25 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

2013-05-05 21:04:25 [iNFO] [sTDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2013-05-05 21:04:25 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)

2013-05-05 21:04:25 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

2013-05-05 21:04:25 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)

2013-05-05 21:04:25 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165)

2013-05-05 21:04:25 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

2013-05-05 21:04:25 [iNFO] [sTDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

2013-05-05 21:04:25 [iNFO] [sTDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

2013-05-05 21:04:25 [iNFO] [sTDERR] at java.lang.reflect.Method.invoke(Unknown Source)

2013-05-05 21:04:25 [iNFO] [sTDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74)

2013-05-05 21:04:25 [iNFO] [sTDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)

2013-05-05 21:04:25 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314)

2013-05-05 21:04:25 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296)

2013-05-05 21:04:25 [iNFO] [sTDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:267)

2013-05-05 21:04:25 [iNFO] [sTDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98)

2013-05-05 21:04:25 [iNFO] [sTDERR] at cpw.mods.fml.common.Loader.initializeMods(Loader.java:690)

2013-05-05 21:04:25 [iNFO] [sTDERR] at cpw.mods.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:206)

2013-05-05 21:04:25 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.startGame(Minecraft.java:447)

2013-05-05 21:04:25 [iNFO] [sTDERR] at net.minecraft.client.MinecraftAppletImpl.startGame(MinecraftAppletImpl.java:44)

2013-05-05 21:04:25 [iNFO] [sTDERR] at net.minecraft.client.Minecraft.run(Minecraft.java:732)

2013-05-05 21:04:25 [iNFO] [sTDERR] at java.lang.Thread.run(Unknown Source)

2013-05-05 21:05:54 [iNFO] [sTDERR] Someone is closing me!

 

 

 

I don't know if it was my or your mistake...

I hope you can help!

 

 

-->Sorry if my english isn't that well, but I'm from Germany.

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.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • i tried to upgrade my modrith LBC modpack that i added a few more mods to from version 1.16.5 to 1.18.2, but even tho ive upgraded all the mod versions, it just does not run.... i tried deleting the config files and waiting to see if they will reinstall, but that didnt work... i also tried creating a forge modpack with no mods in it, just the forge launcher and that worked fine.... i dunno what the problem is, but maybe someone here might, here is the log that happens when i try to run the game:   [09sep2024 18:38:16.456] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--username, {MINECRAFT_USERNAME}, --version, 1.18.2, --gameDir, C:\Users\{COMPUTER_USERNAME}\AppData\Roaming\com.modrinth.theseus\profiles\Lucky Block Challenge, --assetsDir, C:\Users\{COMPUTER_USERNAME}\AppData\Roaming\com.modrinth.theseus\meta\assets, --assetIndex, 1.18, --uuid, {MINECRAFT_UUID}, --accessToken, ????????, --clientId, c4502edb-87c6-40cb-b595-64a280cf8906, --xuid, 0, --userType, msa, --versionType, release, --width, 854, --height, 480, --launchTarget, forgeclient, --fml.forgeVersion, 40.2.14, --fml.mcVersion, 1.18.2, --fml.forgeGroup, net.minecraftforge, --fml.mcpVersion, 20220404.173914] [09sep2024 18:38:16.459] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 9.1.3+9.1.3+main.9b69c82a starting: java version 17.0.11 by Azul Systems, Inc. [09sep2024 18:38:16.979] [main/INFO] [gg.essential.loader.stage1.EssentialLoaderBase/]: Starting Essential Loader (stage2) version 1.6.3 (285f951adc7537f49ae3ef9fc0d2fd3e) [stable] [09sep2024 18:38:17.014] [main/INFO] [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.5 Source=union:/C:/Users/{COMPUTER_USERNAME}/AppData/Roaming/com.modrinth.theseus/meta/libraries/org/spongepowered/mixin/0.8.5/mixin-0.8.5.jar%2314!/ Service=ModLauncher Env=CLIENT   and here are all the upgraded mods in the modpack if that helps:   essential_1-3-4-1_forge_1-18-2.jar mostructures-forge-1.2.0-1.16.5.jar XaerosWorldMap_1.39.0_Forge_1.18.2.jar rubidium-0.5.6.jar chaosawakens-1.16.5-0.12.1.1.jar citadel-1.11.3-1.18.2.jar konkrete_forge_1.8.0_MC_1.18-1.18.2.jar purechaos-1.16.5-4.0.0.jar apexcore-1.18.2-4.13.0.jar lucky-block-forge-1.16.5-6.0.jar ftb-ultimine-forge-1605.3.1-build.45.jar kryptonreforged-mc1.16.5_v1.0.0.jar easy_villagers-1.16.5-1.0.11.jar loadmyresources_forge_1.0.4_MC_1.18-1.18.2.jar betterbiomeblend-1.18.2-1.3.5-forge.jar TConstruct-1.18.2-3.7.1.155.jar radon-0.8.1.jar SpawnerFix-1.16.2-1.0.0.2.jar ferritecore-4.2.2-forge.jar SimpleRPC-Universal-3.3.3.jar DragonSurvival_DragonEditor-1.16.5-0.10.7.jar BadMobs-1.18.2-13.01.jar ChanceCubes-1.18.2-5.0.2.478.jar MutantBeasts-1.16.4-1.1.3.jar Fallingleaves-1.16.3-1.2.4.jar geckolib-forge-1.18-3.0.57.jar fancymenu_forge_3.2.3_MC_1.18.2.jar Hwyla-forge-1.10.11-B78_1.16.2.jar modernfix-forge-5.18.0+mc1.18.2.jar Mantle-1.18.2-1.9.50.jar ftb-library-forge-1605.3.4-build.90.jar fantasyfurniture-1.18.2-3.14.0.jar lightspeed-1.18.2-1.0.5.jar silent-lib-1.18.2-6.2.0.jar oculus-mc1.18.2-1.6.4.jar jei-1.16.5-7.8.0.1009.jar DefaultOptions_1.16.5-12.2.1.jar Shatter-1.16.5-10.0.1.jar selene-1.18.2-1.17.16.jar BHMenu-Forge-1.18.2-2.4.1.jar minecraft-comes-alive-7.4.11+1.18.2-universal.jar shutupexperimentalsettings-1.0.3.jar saturn-mc1.18.2-0.1.5.jar configured-1.5.4-1.16.5.jar Hats-1.16.5-10.3.4.jar incontrol-1.18-6.1.13.jar Wyrmroost-1.16.3-1.2.11.jar BiomesOPlenty-1.18.2-16.0.0.134.jar justzoom_forge_2.0.0_MC_1.18.2.jar iceandfire-2.1.13-1.18.2-beta-3.jar AppleTreesRev-Forge-1.16.5-v2.6.jar torohealth-1.16.4-forge-4.jar iChunUtil-1.16.5-10.7.0.jar entitycollisionfpsfix-1.16-1.0.1.jar MyServerIsCompatible-1.18-1.0.jar appleskin-forge-mc1.18.2-2.5.1.jar Oh_The_Biomes_You'll_Go-forge-1.18.2-1.5.1.jar lazydfu-0.1.3.jar supplementaries-1.18.2-1.5.18.jar architectury-4.12.94-forge.jar carryon-1.18.2-1.17.2.15.jar dragonseeker-1.1.jar  
  • Topics

×
×
  • Create New...

Important Information

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