WARNING: coremods are present:
FMLPlugin (InventoryTweaks-1.59-176.jar)
VeinMinerCorePlugin (VeinMiner-1.8_0.27.0.unknown.jar)
CCLCorePlugin (CodeChickenLib-1.8-1.1.2.133-universal.jar)
CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.36-universal.jar)
CCCDeobfPlugin (unknown)
DLFMLCorePlugin (DynamicLights-1.8.jar)
NEICorePlugin (NotEnoughItems-1.8-1.0.5.104-universal.jar)
GenderLoadingPlugin ([1.8]Gender-1.0.4.jar)
Contact their authors BEFORE contacting forge
// I bet Cylons wouldn't have this problem.
Time: 6/25/15 10:31 PM
Description: Initializing game
java.lang.NullPointerException: Initializing game
at mod.lucky.resources.loader.PluginLoader.initializePlugin(PluginLoader.java:46)
at mod.lucky.resources.loader.ResourceLoader.loadAllResources(ResourceLoader.java:92)
at mod.lucky.Lucky.init(Lucky.java:70)
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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:537)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:710)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:315)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:491)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
at net.minecraft.client.main.Main.main(SourceFile:120)
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:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at mod.lucky.resources.loader.PluginLoader.initializePlugin(PluginLoader.java:46)
at mod.lucky.resources.loader.ResourceLoader.loadAllResources(ResourceLoader.java:92)
at mod.lucky.Lucky.init(Lucky.java:70)
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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:537)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:710)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:315)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:491)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
at net.minecraft.client.main.Main.main(SourceFile:120)
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:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
DLFMLCorePlugin (DynamicLights-1.8.jar)
atomicstryker.dynamiclights.common.DLTransformer
NEICorePlugin (NotEnoughItems-1.8-1.0.5.104-universal.jar)
codechicken.nei.asm.NEITransformer
GenderLoadingPlugin ([1.8]Gender-1.0.4.jar)
net.iPixeli.Gender.coremod.GenderClassTransformer
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.1.11156 Compatibility Profile Context' Renderer: 'AMD Radeon(TM) HD 6620G'
Launched Version: 1.8-Forge11.14.2.1433
LWJGL: 2.9.1
OpenGL: AMD Radeon(TM) HD 6620G GL version 4.1.11156 Compatibility Profile Context, ATI Technologies Inc.
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: No
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [DurzoCraft.zip]
Current Language: English (US)
Profiler Position: N/A (disabled)
try starting your game without the rainbow lucky block addon, if this error does not go away when you do that it must be another mod which causes the error. if the error is gone after you started your game without the rainbow lucky block plz tell me cause then i will try to help you
step 3 launch minecraft and close it when its launched (it should create a new folder called addons)
step 4 download the rainbow lucky block mod (1.8)
step 5 open the .minecraft folder (if you type %appdata% in your search bar and press enter you should find the addons folder)
step 6 open the addons folder and then open the lucky_block folder inside it
step 7 drop the intire rainbow lucky block file into the folder
step 8 enjoy the rainbow lucky blocks (you can drag and drop any other 1.8 lucky block addon if you want and you will be able to use them all at the same time)
WARNING: make sure you download the latest 1.8 lucky block mod otherwise it won't make the addons folder
thanks I love your loot++ mod and also your spiral lucky block mod!!
You're going to have to edit the creative menu additions though; I just released a new version that changes the format for the creative tabs (and lets you add totally new ones =) ).
i wont update the 1.7.10 version anymore but i cant make it like 1.8 because i can only change the properties in 1.7.10 but i also have some good news!
there will be another update for the 1.8 version adding a throwable NUKE and 4 other bombs, spawn eggs of some mobs in minecraft that dont have 1, boots that will let you walk underwater and NYAN CAT BOOTS (leave a trail of beautiful rainbows)
the error has nothing to do with the rainbow lucky blocks but i think it has something to do with the more herobrine mod but i'm not sure
this time there is not update on the mod but i made a cool rainbow lucky block 1v1 race track check the main thread for more info
my game crashed as well
----------------------------------------etc.
---- Minecraft Crash Report ----
WARNING: coremods are present:
FMLPlugin (InventoryTweaks-1.59-176.jar)
VeinMinerCorePlugin (VeinMiner-1.8_0.27.0.unknown.jar)
CCLCorePlugin (CodeChickenLib-1.8-1.1.2.133-universal.jar)
CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.36-universal.jar)
CCCDeobfPlugin (unknown)
DLFMLCorePlugin (DynamicLights-1.8.jar)
NEICorePlugin (NotEnoughItems-1.8-1.0.5.104-universal.jar)
GenderLoadingPlugin ([1.8]Gender-1.0.4.jar)
Contact their authors BEFORE contacting forge
// I bet Cylons wouldn't have this problem.
Time: 6/25/15 10:31 PM
Description: Initializing game
java.lang.NullPointerException: Initializing game
at mod.lucky.resources.loader.PluginLoader.initializePlugin(PluginLoader.java:46)
at mod.lucky.resources.loader.ResourceLoader.loadAllResources(ResourceLoader.java:92)
at mod.lucky.Lucky.init(Lucky.java:70)
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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:537)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:710)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:315)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:491)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
at net.minecraft.client.main.Main.main(SourceFile:120)
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:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at mod.lucky.resources.loader.PluginLoader.initializePlugin(PluginLoader.java:46)
at mod.lucky.resources.loader.ResourceLoader.loadAllResources(ResourceLoader.java:92)
at mod.lucky.Lucky.init(Lucky.java:70)
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.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:537)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:212)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:190)
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.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:119)
at net.minecraftforge.fml.common.Loader.initializeMods(Loader.java:710)
at net.minecraftforge.fml.client.FMLClientHandler.finishMinecraftLoading(FMLClientHandler.java:315)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:491)
-- Initialization --
Details:
Stacktrace:
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:325)
at net.minecraft.client.main.Main.main(SourceFile:120)
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:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.8
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_31, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 131514864 bytes (125 MB) / 302649344 bytes (288 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP v9.10 FML v8.0.99.99 Minecraft Forge 11.14.2.1433 23 mods loaded, 23 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
FML{8.0.99.99} [Forge Mod Loader] (forge-1.8-11.14.2.1433.jar) Unloaded->Constructed->Pre-initialized->Initialized
Forge{11.14.2.1433} [Minecraft Forge] (forge-1.8-11.14.2.1433.jar) Unloaded->Constructed->Pre-initialized->Initialized
CodeChickenCore{1.0.5.36} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
NotEnoughItems{1.0.5.104} [Not Enough Items] (NotEnoughItems-1.8-1.0.5.104-universal.jar) Unloaded->Constructed->Pre-initialized->Initialized
VeinMiner_coremod{0.26.1_build.unknown} [Core mod] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized
DamageIndicatorsMod{3.3.3} [Damage Indicators] ([1.8]DamageIndicatorsMod-3.3.3.jar) Unloaded->Constructed->Pre-initialized->Initialized
gender{1.0.4} [Gender] ([1.8]Gender-1.0.4.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights{1.3.8} [Dynamic Lights] (DynamicLights-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_onFire{1.0.4} [Dynamic Lights Burning Entity Module] (DynamicLights-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_creepers{1.0.4} [Dynamic Lights Creeper Module] (DynamicLights-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_dropItems{1.0.8} [Dynamic Lights EntityItem Module] (DynamicLights-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_entityClasses{1.0.1} [Dynamic Lights Entity Light Module] (DynamicLights-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_mobEquipment{1.0.8} [Dynamic Lights Mob Equipment Light Module] (DynamicLights-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_flameArrows{1.0.0} [Dynamic Lights Fiery Arrows Light Module] (DynamicLights-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_floodLights{1.0.2} [Dynamic Lights Flood Light] (DynamicLights-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_otherPlayers{1.0.7} [Dynamic Lights OtherPlayers Light Module] (DynamicLights-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized
DynamicLights_thePlayer{1.1.3} [Dynamic Lights Player Light Module] (DynamicLights-1.8.jar) Unloaded->Constructed->Pre-initialized->Initialized
inventorytweaks{1.59-176-9318a76-dirty} [Inventory Tweaks] (InventoryTweaks-1.59-176.jar) Unloaded->Constructed->Pre-initialized->Initialized
lucky{6.0.0} [Lucky Block] (LuckyBlock_1-8-3_v6-0-0.zip) Unloaded->Constructed->Pre-initialized->Errored
VeinMiner{0.26.1_build.unknown} [Vein Miner] (VeinMiner-1.8_0.27.0.unknown.jar) Unloaded->Constructed->Pre-initialized->Initialized
VeinMinerModSupport{0.26.1_build.unknown} [Mod Support] (VeinMiner-1.8_0.27.0.unknown.jar) Unloaded->Constructed->Pre-initialized->Initialized
wyem{1.0.0.2} [WYEM] (wyem-1.8.0_0.0.2.jar) Unloaded->Constructed->Pre-initialized->Initialized
Loaded coremods (and transformers):
FMLPlugin (InventoryTweaks-1.59-176.jar)
invtweaks.forge.asm.ContainerTransformer
VeinMinerCorePlugin (VeinMiner-1.8_0.27.0.unknown.jar)
portablejim.veinminer.asm.ItemInWorldManagerTransformer
CCLCorePlugin (CodeChickenLib-1.8-1.1.2.133-universal.jar)
codechicken.lib.asm.ClassHeirachyManager
codechicken.lib.asm.RenderHookTransformer
CodeChickenCorePlugin (CodeChickenCore-1.8-1.0.5.36-universal.jar)
codechicken.core.asm.InterfaceDependancyTransformer
codechicken.core.asm.TweakTransformer
codechicken.core.asm.DelegatedTransformer
codechicken.core.asm.DefaultImplementationTransformer
CCCDeobfPlugin (unknown)
DLFMLCorePlugin (DynamicLights-1.8.jar)
atomicstryker.dynamiclights.common.DLTransformer
NEICorePlugin (NotEnoughItems-1.8-1.0.5.104-universal.jar)
codechicken.nei.asm.NEITransformer
GenderLoadingPlugin ([1.8]Gender-1.0.4.jar)
net.iPixeli.Gender.coremod.GenderClassTransformer
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.1.11156 Compatibility Profile Context' Renderer: 'AMD Radeon(TM) HD 6620G'
Launched Version: 1.8-Forge11.14.2.1433
LWJGL: 2.9.1
OpenGL: AMD Radeon(TM) HD 6620G GL version 4.1.11156 Compatibility Profile Context, ATI Technologies Inc.
GL Caps: Using GL 1.3 multitexturing.
Using GL 1.3 texture combiners.
Using framebuffer objects because OpenGL 3.0 is supported and separate blending is supported.
Shaders are available because OpenGL 2.1 is supported.
VBOs are available because OpenGL 1.5 is supported.
Using VBOs: No
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: [DurzoCraft.zip]
Current Language: English (US)
Profiler Position: N/A (disabled)
-----------------------------------------------------------------etc.
Please help
try starting your game without the rainbow lucky block addon, if this error does not go away when you do that it must be another mod which causes the error. if the error is gone after you started your game without the rainbow lucky block plz tell me cause then i will try to help you
here is a sneak peek of the new update comming out this weekend
these are all modded items i made for the next rainbow lucky block update using loot++
those items are only available when you download the new rainbow lucky block update after this weekend!!!
i added items such as
the invisibility cloak
the rainbow set
the SuperGirlyGamer set

the FuriousDestroyer set
the miners set
9 different orbs each with their own effect
4 different wands which shoot arrows
overview of most of the new items
ALL IN THE UPDATE THIS WEEKEND
downloaded it but it wont show up when I click mods in the menu
I install just this mod but it still doesn't show up in the mod menu
follow these steps and it should work
step 1 download and install forge (if you haven't already)
step 2 download the NORMAL 1.8 lucky block mod and the loot++ mod and put them in your mods folder
step 3 launch minecraft and close it when its launched (it should create a new folder called addons)
step 4 download the rainbow lucky block mod (1.8)
step 5 open the .minecraft folder (if you type %appdata% in your search bar and press enter you should find the addons folder)
step 6 open the addons folder and then open the lucky_block folder inside it
step 7 drop the intire rainbow lucky block file into the folder
step 8 enjoy the rainbow lucky blocks (you can drag and drop any other 1.8 lucky block addon if you want and you will be able to use them all at the same time)
WARNING: make sure you download the latest 1.8 lucky block mod otherwise it won't make the addons folder
You shouldn't use adfly to link to other people's mods. That's a pretty scumbag thing to do.
well the only thing i did was to make the link to other peoples mod forums 5 seconds longer, it shouldn't be a problem to wait 5 seconds right?
thanks that helped
no problem!
Hey, it's nice to see you're using Loot++ as well. =)
I like the new things!
thanks I love your loot++ mod and also your spiral lucky block mod!!
You're going to have to edit the creative menu additions though; I just released a new version that changes the format for the creative tabs (and lets you add totally new ones =) ).
plz make 1.7.10 like 1.8 version plz _
( _
i wont update the 1.7.10 version anymore but i cant make it like 1.8 because i can only change the properties in 1.7.10 but i also have some good news!
there will be another update for the 1.8 version adding a throwable NUKE and 4 other bombs, spawn eggs of some mobs in minecraft that dont have 1, boots that will let you walk underwater and NYAN CAT BOOTS (leave a trail of beautiful rainbows)
aww i wanted the Rainbow road BUT ITS A RAR and my winrar is exipred so i have to SPEND MONEY to buy it. DANG IT!
Hello. how are u?
winrar doesn't expire
oh it said it did 0_o
it says:
Please note that winRAR is not fee software. After a 40 day trail period you must either buy a license or remove it from your computer.
Hello. how are u?