java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
at java.util.ArrayList.rangeCheck(ArrayList.java:653)
at java.util.ArrayList.get(ArrayList.java:429)
at uk.co.wehavecookies56.kk.client.gui.GuiSynthesis.updateButtons(GuiSynthesis.java:299)
at uk.co.wehavecookies56.kk.client.gui.GuiSynthesis.func_73876_c(GuiSynthesis.java:89)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1720)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1055)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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 --
Thread: Client thread
Stacktrace:
at java.util.ArrayList.rangeCheck(ArrayList.java:653)
at java.util.ArrayList.get(ArrayList.java:429)
at uk.co.wehavecookies56.kk.client.gui.GuiSynthesis.updateButtons(GuiSynthesis.java:299)
at uk.co.wehavecookies56.kk.client.gui.GuiSynthesis.func_73876_c(GuiSynthesis.java:89)
um it either instantly crashed or just didn't open so here is what i guess is the crash log 2016-12-03 15:52:01,288 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
2016-12-03 15:52:01,296 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
[15:52:01] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[15:52:01] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[15:52:01] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[15:52:01] [main/INFO] [FML]: Forge Mod Loader version 12.18.1.2076 for Minecraft 1.10.2 loading
[15:52:01] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 10:amd64:10.0, installed at C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25
2016-12-03 15:52:01,718 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
2016-12-03 15:52:01,842 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
2016-12-03 15:52:01,847 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
[15:52:01] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:52:01] [main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:52:01] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[15:52:01] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[15:52:01] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[15:52:01] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[15:52:01] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:52:12] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[15:52:12] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[15:52:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:52:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:52:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
Exception in thread "main" [15:52:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.NoClassDefFoundError: codechicken/lib/asm/ModularASMTransformer$ClassNodeTransformer
[15:52:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.Class.getDeclaredConstructors0(Native Method)
[15:52:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.Class.privateGetDeclaredConstructors(Class.java:2663)
[15:52:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.Class.getConstructor0(Class.java:3067)
[15:52:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.Class.newInstance(Class.java:408)
[15:52:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.<init>(ASMTransformerWrapper.java:237)
[15:52:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at $wrapper.codechicken.nei.asm.NEITransformer.<init>(Unknown Source)
[15:52:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[15:52:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[15:52:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[15:52:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
[15:52:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.Class.newInstance(Class.java:438)
[15:52:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.launchwrapper.LaunchClassLoader.registerTransformer(LaunchClassLoader.java:88)
[15:52:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:131)
[15:52:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[15:52:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[15:52:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: Caused by: java.lang.ClassNotFoundException: codechicken.lib.asm.ModularASMTransformer$ClassNodeTransformer
[15:52:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[15:52:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[15:52:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[15:52:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: ... 15 more
[15:52:12] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:643]: Caused by: java.lang.NullPointerException
[15:52:12] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:643]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
[15:52:12] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:643]: ... 17 more
Hey, I'm about to do a mod review on this mod in about a week. Do you mind? If you'd like the link to the video to put it on here just let me know and ill send it to you once I've made the video, assuming you're alright with me doing so, of course.
Hey, I'm about to do a mod review on this mod in about a week. Do you mind? If you'd like the link to the video to put it on here just let me know and ill send it to you once I've made the video, assuming you're alright with me doing so, of course.
If you're doing a review, I'd be glad to watch it.
Hey, I'm about to do a mod review on this mod in about a week. Do you mind? If you'd like the link to the video to put it on here just let me know and ill send it to you once I've made the video, assuming you're alright with me doing so, of course.
Of course! Go ahead, not too many people make videos on the mod so I love seeing them
Thanks Mr. Cookies! I hope youll like the vid. I absolutely love Kingdom Hearts. So far your mod has surprised me as to how much there is. Way more then I thought there was.
Hey. It seem so a though I've under estimated the amount of time and effort this video would take, and I must really credit you for how much you've already put into this mod. Unfortunately I have been unable to find anything on the supposed magic feature your forum website mentions. Would you mind explaining how it works or direct me to a website that does? May I also request that you put more information is
n this website? Testing it out for the first time this website didn't give me much insight into most of the features. Like magic, how to craft anything, and how to synthesise items. Thanks again.
I encourage everyone to join the server and if you have any ideas for models you would like to see in the model tell me I will be more than glad to hear them current i am working on the keyblades and organization weapons and the occasional custom block that cookies needs
Hey, I've made the mod review! well, at least then first part, anyway. If you'd like to check it out here's the video link! Let me know what you tink of it!
Actually, can you just tell me about everything I missed in the first part? I want to make sure I do t leave anything out. If you don't have the time or can't I can understand.
I got a crash report
---- Minecraft Crash Report ----
WARNING: coremods are present:
MalisisCorePlugin (malisiscore-1.10.2-4.2.7.jar)
Contact their authors BEFORE contacting forge
// On the bright side, I bought you a teddy bear!
Time: 11/14/16 8:11 PM
Description: Ticking screen
java.lang.IndexOutOfBoundsException: Index: 1, Size: 1
at java.util.ArrayList.rangeCheck(ArrayList.java:653)
at java.util.ArrayList.get(ArrayList.java:429)
at uk.co.wehavecookies56.kk.client.gui.GuiSynthesis.updateButtons(GuiSynthesis.java:299)
at uk.co.wehavecookies56.kk.client.gui.GuiSynthesis.func_73876_c(GuiSynthesis.java:89)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1720)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1055)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
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 --
Thread: Client thread
Stacktrace:
at java.util.ArrayList.rangeCheck(ArrayList.java:653)
at java.util.ArrayList.get(ArrayList.java:429)
at uk.co.wehavecookies56.kk.client.gui.GuiSynthesis.updateButtons(GuiSynthesis.java:299)
at uk.co.wehavecookies56.kk.client.gui.GuiSynthesis.func_73876_c(GuiSynthesis.java:89)
-- Affected screen --
Details:
Screen name: uk.co.wehavecookies56.kk.client.gui.GuiSynthesis
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityPlayerSP['Mrminecraftwizz1'/17318, l='MpServer', x=-6.39, y=75.00, z=36.21]]
Chunk stats: MultiplayerChunkCache: 289, 289
Level seed: 0
Level generator: ID 04 - customized, ver 0. Features enabled: false
Level generator options:
Level spawn location: World: (8,64,8), Chunk: (at 8,4,8 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 60695 game time, 66322 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 50 total; [EntityZombie['Zombie'/23554, l='MpServer', x=37.50, y=24.00, z=65.50], EntitySheep['Sheep'/17159, l='MpServer', x=26.77, y=92.00, z=5.48], EntityItem['item.item.driveorb'/23053, l='MpServer', x=-32.87, y=76.00, z=59.51], EntitySheep['Sheep'/17166, l='MpServer', x=34.55, y=87.00, z=-19.24], EntityItem['item.tile.wood.oak'/22799, l='MpServer', x=-7.89, y=61.00, z=5.54], EntitySheep['Sheep'/17167, l='MpServer', x=39.50, y=87.00, z=-10.50], EntitySheep['Sheep'/17168, l='MpServer', x=37.99, y=89.00, z=-8.48], EntitySheep['Sheep'/17169, l='MpServer', x=38.23, y=88.00, z=-9.56], EntitySheep['Sheep'/17171, l='MpServer', x=34.92, y=89.00, z=5.09], EntitySheep['Sheep'/17172, l='MpServer', x=37.50, y=88.00, z=6.75], EntitySquid['Squid'/25364, l='MpServer', x=-11.40, y=58.00, z=2.82], EntitySheep['Sheep'/17173, l='MpServer', x=37.77, y=86.00, z=16.48], EntitySheep['Sheep'/17175, l='MpServer', x=39.75, y=77.00, z=69.51], EntitySheep['Sheep'/17176, l='MpServer', x=40.61, y=77.00, z=65.74], EntityZombie['Zombie'/25368, l='MpServer', x=64.50, y=77.00, z=96.50], EntitySheep['Sheep'/17177, l='MpServer', x=47.83, y=73.00, z=94.33], EntitySheep['Sheep'/17178, l='MpServer', x=33.22, y=75.00, z=81.33], EntityZombie['Zombie'/25371, l='MpServer', x=18.50, y=95.00, z=-44.50], EntitySpider['Spider'/24862, l='MpServer', x=32.50, y=77.00, z=112.50], EntitySheep['Sheep'/17189, l='MpServer', x=62.25, y=76.00, z=63.44], EntitySquid['Squid'/25125, l='MpServer', x=-9.49, y=56.59, z=-0.42], EntitySheep['Sheep'/17190, l='MpServer', x=52.22, y=77.00, z=72.67], EntitySheep['Sheep'/17191, l='MpServer', x=48.27, y=78.00, z=75.45], EntityCreeper['Creeper'/25131, l='MpServer', x=-4.50, y=24.00, z=23.50], EntitySkeleton['Skeleton'/25132, l='MpServer', x=-2.50, y=24.00, z=24.50], EntityZombie['Zombie'/25133, l='MpServer', x=-5.50, y=24.00, z=23.50], EntitySheep['Sheep'/17206, l='MpServer', x=69.68, y=77.00, z=62.81], EntitySpider['Spider'/24888, l='MpServer', x=-5.68, y=79.00, z=93.68], EntitySpider['Spider'/24890, l='MpServer', x=-17.50, y=79.00, z=106.50], EntityZombie['Zombie'/24643, l='MpServer', x=39.50, y=74.00, z=81.50], EntityZombie['Zombie'/25177, l='MpServer', x=-82.50, y=98.00, z=81.50], EntitySkeleton['Skeleton'/25188, l='MpServer', x=-68.50, y=37.00, z=66.50], EntityZombie['Zombie'/23410, l='MpServer', x=-36.50, y=80.00, z=112.50], EntityCreeper['Creeper'/25203, l='MpServer', x=-12.50, y=31.00, z=70.50], EntitySquid['Squid'/25231, l='MpServer', x=-39.94, y=62.28, z=22.51], EntityItem['item.tile.sapling.oak'/22679, l='MpServer', x=-19.10, y=76.00, z=62.81], EntityChicken['Chicken'/17056, l='MpServer', x=-82.06, y=74.00, z=-21.53], EntityChicken['Chicken'/17057, l='MpServer', x=-85.43, y=80.00, z=-19.26], EntityChicken['Chicken'/17058, l='MpServer', x=-85.80, y=80.00, z=-19.80], EntitySheep['Sheep'/17059, l='MpServer', x=-83.20, y=80.00, z=3.62], EntityItem['item.tile.flower1.dandelion'/23204, l='MpServer', x=104.88, y=62.00, z=186.56], EntityPlayerSP['Mrminecraftwizz1'/17318, l='MpServer', x=-6.39, y=75.00, z=36.21], EntityChicken['Chicken'/17071, l='MpServer', x=-76.86, y=73.00, z=-21.49], EntitySheep['Sheep'/17072, l='MpServer', x=-76.81, y=79.00, z=13.73], EntitySheep['Sheep'/17073, l='MpServer', x=-65.53, y=80.00, z=15.88], EntitySheep['Sheep'/17074, l='MpServer', x=-65.19, y=80.00, z=17.00], EntityBat['Bat'/24755, l='MpServer', x=39.81, y=26.10, z=72.25], EntityZombie['Zombie'/25271, l='MpServer', x=11.50, y=17.00, z=13.50], EntityCreeper['Creeper'/25340, l='MpServer', x=8.45, y=81.00, z=61.33], EntityZombie['Zombie'/25342, l='MpServer', x=17.50, y=80.00, z=74.50]]
Retry entities: 10 total; [EntityItem['item.tile.flower1.dandelion'/23204, l='MpServer', x=104.88, y=62.00, z=186.56], EntityItem['item.tile.flower1.dandelion'/23205, l='MpServer', x=103.71, y=63.00, z=180.13], EntityItem['item.item.arrow'/22999, l='MpServer', x=82.92, y=70.00, z=181.75], EntityItem['item.item.bone'/23000, l='MpServer', x=83.98, y=69.00, z=180.49], EntityItem['item.item.rottenFlesh'/17272, l='MpServer', x=133.39, y=83.00, z=86.31], EntitySheep['Sheep'/24360, l='MpServer', x=148.93, y=79.00, z=70.59], EntitySheep['Sheep'/23001, l='MpServer', x=41.51, y=79.00, z=184.77], EntitySheep['Sheep'/24361, l='MpServer', x=151.50, y=79.00, z=68.50], EntitySheep['Sheep'/24362, l='MpServer', x=151.50, y=79.00, z=68.50], EntitySheep['Sheep'/24363, l='MpServer', x=149.50, y=79.00, z=66.50]]
Server brand: fml,forge
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:498)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2660)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:392)
at net.minecraft.client.main.Main.main(SourceFile:124)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.10.2
Operating System: Windows 7 (amd64) version 6.1
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 991889232 bytes (945 MB) / 2442145792 bytes (2329 MB) up to 5355339776 bytes (5107 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx5G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 98
FML: MCP 9.32 Powered by Forge 12.18.2.2102 Optifine OptiFine_1.10.2_HD_U_C3 16 mods loaded, 16 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
UCHIJAAAAAAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
UCHIJAAAAAAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.2.2102.jar)
UCHIJAAAAAAAAA Forge{12.18.2.2102} [Minecraft Forge] (forge-1.10.2-12.18.2.2102.jar)
UCHIJAAAAAAAAA imsm{1.8} [Instant Massive Structures Mod] ([1.10]InstantMassiveStructuresModUnlimited.jar)
UCHIJAAAAAAAAA XaeroBetterPvP{1.11.1} [Better PVP Mod] (BetterPvP_1.11.1_Forge_1.10.2.jar)
UCHIJAAAAAAAAA Chameleon{1.10-2.1.7} [Chameleon] (Chameleon-1.10-2.1.7.jar)
UCHIJAAAAAAAAA customnpcs{1.10.2_beta} [CustomNPCs] (CustomNPCs_1.10.2_beta(30oct16).jar)
UCHIJAAAAAAAAA guideBook{1.6.1} [Guide Book] (GuideBook-1.6.2.jar)
UCHIJAAAAAAAAA kk{0.8.2.1} [Kingdom Keys Re:Coded] (Kingdom Keys Re Coded-1.10.2-0.8.2.1-33-universal.jar)
UCHIJAAAAAAAAA malisiscore{1.10.2-4.2.7} [MalisisCore] (malisiscore-1.10.2-4.2.7.jar)
UCHIJAAAAAAAAA malisisdoors{1.10.2-5.1.4} [MalisisDoors] (malisisdoors-1.10.2-5.1.4.jar)
UCHIJAAAAAAAAA rm{Release 1.3} [Realism Mod] (Realism Mod 1.3.2.jar)
UCHIJAAAAAAAAA roads{1.2} [Roads Mod] (roads-1.2.jar)
UCHIJAAAAAAAAA StorageDrawers{1.10.2-3.2.6} [Storage Drawers] (StorageDrawers-1.10.2-3.2.6.jar)
UCHIJAAAAAAAAA VeinMiner{0.34.0_1.9-58ffb13} [Vein Miner] (VeinMiner-0.34.0-1.9r565+58ffb13.jar)
UCHIJAAAAAAAAA VeinMinerModSupport{0.34.0_1.9-58ffb13} [Mod Support] (VeinMiner-0.34.0-1.9r565+58ffb13.jar)
Loaded coremods (and transformers):
MalisisCorePlugin (malisiscore-1.10.2-4.2.7.jar)
net.malisis.core.util.chunkcollision.ChunkCollisionTransformer
net.malisis.core.util.chunkblock.ChunkBlockTransformer
net.malisis.core.renderer.transformer.MalisisRendererTransformer
net.malisis.core.renderer.icon.asm.TextureMapTransformer
net.malisis.core.util.clientnotif.ClientNotifTransformer
GL info: ' Vendor: 'Intel' Version: '4.0.0 - Build 9.17.10.3040' Renderer: 'Intel(R) HD Graphics 4000'
Launched Version: 1.10.2-forge1.10.2-12.18.2.2102
LWJGL: 2.9.4
OpenGL: Intel(R) HD Graphics 4000 GL version 4.0.0 - Build 9.17.10.3040, Intel
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: Yes
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: Faithful 1.10.2-r4.zip
Current Language: English (US)
Profiler Position: N/A (disabled)
CPU: 4x Intel(R) Core(TM) i7-3540M CPU @ 3.00GHz
OptiFine Version: OptiFine_1.10.2_HD_U_C3
Render Distance Chunks: 8
Mipmaps: 0
Anisotropic Filtering: 1
Antialiasing: 0
Multitexture: false
Shaders: null
OpenGlVersion: 4.0.0 - Build 9.17.10.3040
OpenGlRenderer: Intel(R) HD Graphics 4000
OpenGlVendor: Intel
CpuCount: 4
This will be fixed in the next version.
教えて教えてよその仕組みを。
thank you
Maybe put it in a spoiler tab next time? Sorry but it makes posts look unreasonably large.
i'm sorry to, i usually but i forgot that time
um it either instantly crashed or just didn't open so here is what i guess is the crash log 2016-12-03 15:52:01,288 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
2016-12-03 15:52:01,296 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
[15:52:01] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[15:52:01] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[15:52:01] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[15:52:01] [main/INFO] [FML]: Forge Mod Loader version 12.18.1.2076 for Minecraft 1.10.2 loading
[15:52:01] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 10:amd64:10.0, installed at C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25
2016-12-03 15:52:01,718 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
2016-12-03 15:52:01,842 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
2016-12-03 15:52:01,847 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
[15:52:01] [main/WARN] [FML]: The coremod codechicken.core.launch.DepLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:52:01] [main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:52:01] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[15:52:01] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker
[15:52:01] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[15:52:01] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker
[15:52:01] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:52:12] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557
[15:52:12] [main/INFO] [FML]: Found valid fingerprint for Minecraft. Certificate fingerprint cd99959656f753dc28d863b46769f7f8fbaefcfc
[15:52:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:52:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
[15:52:12] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper
Exception in thread "main" [15:52:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.NoClassDefFoundError: codechicken/lib/asm/ModularASMTransformer$ClassNodeTransformer
[15:52:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.Class.getDeclaredConstructors0(Native Method)
[15:52:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.Class.privateGetDeclaredConstructors(Class.java:2663)
[15:52:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.Class.getConstructor0(Class.java:3067)
[15:52:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.Class.newInstance(Class.java:408)
[15:52:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerWrapper.<init>(ASMTransformerWrapper.java:237)
[15:52:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at $wrapper.codechicken.nei.asm.NEITransformer.<init>(Unknown Source)
[15:52:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
[15:52:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
[15:52:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
[15:52:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.reflect.Constructor.newInstance(Constructor.java:408)
[15:52:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.Class.newInstance(Class.java:438)
[15:52:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.launchwrapper.LaunchClassLoader.registerTransformer(LaunchClassLoader.java:88)
[15:52:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper.injectIntoClassLoader(CoreModManager.java:131)
[15:52:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.launchwrapper.Launch.launch(Launch.java:115)
[15:52:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
[15:52:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: Caused by: java.lang.ClassNotFoundException: codechicken.lib.asm.ModularASMTransformer$ClassNodeTransformer
[15:52:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
[15:52:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
[15:52:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
[15:52:12] [main/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1061]: ... 15 more
[15:52:12] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:643]: Caused by: java.lang.NullPointerException
[15:52:12] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:643]: at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
[15:52:12] [main/INFO] [STDERR]: [java.lang.Throwable:printStackTrace:643]: ... 17 more
It points to CodeChickenCore I think, remove it and try again.
Hey, I'm about to do a mod review on this mod in about a week. Do you mind? If you'd like the link to the video to put it on here just let me know and ill send it to you once I've made the video, assuming you're alright with me doing so, of course.
If you're doing a review, I'd be glad to watch it.
Of course! Go ahead, not too many people make videos on the mod so I love seeing them
教えて教えてよその仕組みを。
Yeah go ahead!
Thanks Mr. Cookies! I hope youll like the vid. I absolutely love Kingdom Hearts. So far your mod has surprised me as to how much there is. Way more then I thought there was.
Hey. It seem so a though I've under estimated the amount of time and effort this video would take, and I must really credit you for how much you've already put into this mod. Unfortunately I have been unable to find anything on the supposed magic feature your forum website mentions. Would you mind explaining how it works or direct me to a website that does? May I also request that you put more information is
n this website? Testing it out for the first time this website didn't give me much insight into most of the features. Like magic, how to craft anything, and how to synthesise items. Thanks again.
You kill witches and they might give you magic spell orbs, you rickgt click and you will equip them, then you use them in the command menu.
To use the synthesis you need to deposit the materials into the synthesiser.
Thanks! I think I've got it all worked out now!
I encourage everyone to join the server and if you have any ideas for models you would like to see in the model tell me I will be more than glad to hear them current i am working on the keyblades and organization weapons and the occasional custom block that cookies needs
Hey, I've made the mod review! well, at least then first part, anyway. If you'd like to check it out here's the video link! Let me know what you tink of it!
I just have one question, what do the books of knowledge do and ho do you get them in survival?
Ok, two. What does the wooden stick do and how do you get it?
Actually, can you just tell me about everything I missed in the first part? I want to make sure I do t leave anything out. If you don't have the time or can't I can understand.
AAlso, how do the magic and drive orbs work? How do you use them?