Jump to content

Heltrato

Members
  • Posts

    261
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Heltrato's Achievements

Diamond Finder

Diamond Finder (5/8)

-1

Reputation

  1. Thanks for the fast response diesieben07, just want to clarify thou, what specific Item/BlockItem class should extend for the spawner block, i cant seem to find any spawner block item related in the minecraft packages atm.
  2. Hello, just want to ask for advice how can i have a simpler way to approach this, 1. I want to add a spawner blocks with custom entities on it in the custom creative tab i am making, to make it also available for trade or craft. Is there a simpler way to approach this or if you guys have an example i can have a reference or guide too? Thanks a lot.
  3. Thanks bro you dope, you know dopes makes me high and its good, no but for real thank you
  4. last question, is there a way i can make a ItemStack[] applicable for ItemStack#shrink?
  5. Is there any code related that reduces the StackSize of the inputStacks? I haven't really found out one since then thou this method works fine during 1.11.2 Oh yeah, mhfc.net was our package since we started from 1.4.7 i'll have to rename this soon.
  6. So im porting my mod to 1.12.2 fixed the errors most of it but bugs are everywhere since no reworks. Right now im trying to fix my custom crafting bench that has a clickable button (craft) if the following requiredStack slot is met, but two things i find out 1.) it allows to craft even if the required quantity is not me 2.) upon finish crafting it just consumes on how many quantity the requiredstack is (even if it exceed) Here is my class that has a related on it https://github.com/Guild-Hall/MHFC/blob/1.12.2/src/main/java/mhfc/net/common/tile/TileHunterBench.java https://github.com/Guild-Hall/MHFC/blob/1.12.2/src/main/java/mhfc/net/common/block/container/BlockHunterBench.java P.S on 1.11.2 this methods are all the same,
  7. 2018-11-18 11:28:19,538 main WARN Disabling terminal, you're running in an unsupported environment. [11:28:19] [main/INFO] [GradleStart]: Extra: [] [11:28:19] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/user/.gradle/caches/minecraft/assets, --assetIndex, 1.12, --accessToken{REDACTED}, --version, 1.12.2, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker] [11:28:19] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [11:28:19] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [11:28:19] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker [11:28:19] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker [11:28:20] [main/INFO] [FML]: Forge Mod Loader version 14.23.4.2705 for Minecraft 1.12.2 loading [11:28:20] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_181, running on Windows 10:amd64:10.0, installed at C:\Program Files\Java\jre1.8.0_181 [11:28:20] [main/ERROR] [FML]: Apache Maven library folder was not in the format expected. Using default libraries directory. [11:28:20] [main/ERROR] [FML]: Full: C:\Users\user\.gradle\caches\modules-2\files-2.1\org.apache.maven\maven-artifact\3.5.3\7dc72b6d6d8a6dced3d294ed54c2cc3515ade9f4\maven-artifact-3.5.3.jar [11:28:20] [main/ERROR] [FML]: Trimmed: c:/users/user/.gradle/caches/modules-2/files-2.1/org.apache.maven/maven-artifact/3.5.3/ [11:28:20] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation [11:28:20] [main/INFO] [FML]: Ignoring missing certificate for coremod FMLCorePlugin (net.minecraftforge.fml.relauncher.FMLCorePlugin), we are in deobf and it's a forge core plugin [11:28:20] [main/INFO] [FML]: Ignoring missing certificate for coremod FMLForgePlugin (net.minecraftforge.classloading.FMLForgePlugin), we are in deobf and it's a forge core plugin [11:28:20] [main/INFO] [FML]: Searching E:\Jayrol\Monster Hunter Frontier Craft\MHFC\run\.\mods for mods [11:28:20] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker [11:28:20] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin [11:28:20] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin [11:28:20] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [11:28:20] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [11:28:20] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker [11:28:20] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [11:28:20] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [11:28:20] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [11:28:23] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing [11:28:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [11:28:23] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [11:28:25] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker [11:28:25] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker [11:28:25] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker [11:28:25] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main} [11:28:26] [main/INFO] [net.minecraft.client.Minecraft]: Setting user: Player175 [11:28:34] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: lastServer: [11:28:34] [main/INFO] [net.minecraft.client.Minecraft]: LWJGL Version: 2.9.4 [11:28:36] [main/INFO] [FML]: -- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_181, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 389938320 bytes (371 MB) / 718274560 bytes (685 MB) up to 3797417984 bytes (3621 MB) JVM Flags: 0 total; IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: Loaded coremods (and transformers): GL info: ' Vendor: 'Intel' Version: '4.4.0 - Build 20.19.15.4835' Renderer: 'Intel(R) HD Graphics 5500' [11:28:36] [main/INFO] [FML]: MinecraftForge v14.23.4.2705 Initialized [11:28:36] [main/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients. [11:28:36] [main/INFO] [FML]: Replaced 1036 ore ingredients [11:28:38] [main/INFO] [FML]: Searching E:\Jayrol\Monster Hunter Frontier Craft\MHFC\run\.\mods for mods [11:28:41] [main/WARN] [FML]: Mod mhfc is missing the required element 'version' and a version.properties file could not be found. Falling back to metadata version ${version} [11:28:42] [Thread-3/INFO] [FML]: Using alternative sync timing : 200 frames of Display.update took 3417533125 nanos [11:28:42] [main/INFO] [FML]: Forge Mod Loader has identified 7 mods to load [11:28:43] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, mhfc, mcanm, worldedit] at CLIENT [11:28:43] [main/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge, mhfc, mcanm, worldedit] at SERVER [11:28:46] [main/INFO] [net.minecraft.client.resources.SimpleReloadableResourceManager]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:Monster Hunter Frontier Craft, FMLFileResourcePack:Minecraft Animated, FMLFileResourcePack:WorldEdit [11:28:46] [main/INFO] [FML]: Processing ObjectHolder annotations [11:28:46] [main/INFO] [FML]: Found 1168 ObjectHolder annotations [11:28:46] [main/INFO] [FML]: Identifying ItemStackHolder annotations [11:28:46] [main/INFO] [FML]: Found 0 ItemStackHolder annotations [11:28:46] [main/INFO] [FML]: Configured a dormant chunk cache size of 0 [11:28:46] [Forge Version Check/INFO] [forge.VersionCheck]: [mhfc] Starting version check at https://raw.githubusercontent.com/Guild-Hall/MHFC/updates/update.json [11:28:47] [main/INFO] [mcanm]: Successfully loaded MC Animations [11:28:47] [main/INFO] [mhfc]: Starting MHFC ( ${version} ) [11:28:47] [main/INFO] [mhfc]: Copyright (c) Heltrato | WorldSEnder 2018 [11:28:47] [main/INFO] [mhfc]: Blocks registered [11:28:48] [main/INFO] [mhfc]: Items registered [11:28:48] [Forge Version Check/INFO] [forge.VersionCheck]: [mhfc] Found status: BETA Target: null [11:28:48] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json [11:28:48] [main/INFO] [FML]: Applying holder lookups [11:28:48] [main/INFO] [FML]: Holder lookups applied [11:28:48] [main/INFO] [FML]: Applying holder lookups [11:28:48] [main/INFO] [FML]: Holder lookups applied [11:28:48] [main/INFO] [FML]: Applying holder lookups [11:28:48] [main/INFO] [FML]: Holder lookups applied [11:28:48] [main/INFO] [FML]: Applying holder lookups [11:28:48] [main/INFO] [FML]: Holder lookups applied [11:28:48] [main/INFO] [FML]: Injecting itemstacks [11:28:48] [main/INFO] [FML]: Itemstack injection complete [11:28:48] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: OUTDATED Target: 14.23.5.2768 [11:28:54] [Sound Library Loader/INFO] [net.minecraft.client.audio.SoundManager]: Starting up SoundSystem... [11:28:54] [Thread-6/INFO] [net.minecraft.client.audio.SoundManager]: Initializing LWJGL OpenAL [11:28:54] [Thread-6/INFO] [net.minecraft.client.audio.SoundManager]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [11:28:54] [Thread-6/INFO] [net.minecraft.client.audio.SoundManager]: OpenAL initialized. [11:28:54] [Sound Library Loader/INFO] [net.minecraft.client.audio.SoundManager]: Sound engine started [11:29:06] [main/INFO] [FML]: Max texture size: 16384 [11:29:09] [main/INFO] [net.minecraft.client.renderer.texture.TextureMap]: Created: 4096x2048 textures-atlas [11:29:12] [main/INFO] [FML]: Applying holder lookups [11:29:12] [main/INFO] [FML]: Holder lookups applied [11:29:12] [main/INFO] [mhfc]: Potions registered [11:29:12] [main/INFO] [mhfc]: Monsters registered [11:29:12] [main/INFO] [mhfc]: Events registered [11:29:12] [main/INFO] [mhfc]: Custom player properties registered [11:29:12] [main/INFO] [mhfc]: Recipes registered [11:29:13] [main/INFO] [mhfc]: Dimension registered [11:29:13] [main/INFO] [mhfc]: Smelting registered [11:29:13] [main/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `hunter's bench`, expected `mhfc`. This could be a intended override, but in most cases indicates a broken mod. [11:29:13] [main/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `stun trap`, expected `mhfc`. This could be a intended override, but in most cases indicates a broken mod. [11:29:13] [main/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `bbq spit`, expected `mhfc`. This could be a intended override, but in most cases indicates a broken mod. [11:29:13] [main/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `quest board`, expected `mhfc`. This could be a intended override, but in most cases indicates a broken mod. [11:29:13] [main/WARN] [FML]: Potentially Dangerous alternative prefix `minecraft` for name `explore area`, expected `mhfc`. This could be a intended override, but in most cases indicates a broken mod. [11:29:13] [main/INFO] [mhfc]: Tile Entities registered [11:29:13] [main/INFO] [mhfc]: Packets registered [11:29:14] [main/INFO] [mhfc]: Areas and exploration registered [11:29:14] [main/INFO] [mhfc]: Server loaded 9 quests in 2 groups. [11:29:14] [main/INFO] [mhfc]: Quest loaded [11:29:14] [main/INFO] [mhfc]: Quest Server registered [11:29:14] [main/INFO] [FML]: Injecting itemstacks [11:29:14] [main/INFO] [FML]: Itemstack injection complete [11:29:14] [main/INFO] [worldedit]: WorldEdit for Forge (version 6.1.10-SNAPSHOT) is loaded [11:29:15] [main/INFO] [FML]: Forge Mod Loader has successfully loaded 7 mods [11:29:15] [main/WARN] [net.minecraft.client.settings.GameSettings]: Skipping bad option: lastServer: [11:29:15] [main/INFO] [com.mojang.text2speech.NarratorWindows]: Narrator library for x64 successfully loaded [11:29:15] [main/ERROR] [FML]: Exception caught during firing event net.minecraftforge.fml.common.gameevent.TickEvent$ClientTickEvent@9831fa9: java.lang.ExceptionInInitializerError: null at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_18_MHFCTickHandler_onClientTick_ClientTickEvent.invoke(.dynamic) ~[?:?] at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?] at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) [EventBus.class:?] at net.minecraftforge.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:343) [FMLCommonHandler.class:?] at net.minecraft.client.Minecraft.runTick(Minecraft.java:1833) [Minecraft.class:?] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1186) [Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:441) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_181] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_181] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:25) [start/:?] Caused by: java.lang.IllegalArgumentException: Can't register for an active phase at com.google.common.base.Preconditions.checkArgument(Preconditions.java:122) ~[guava-21.0.jar:?] at mhfc.net.common.util.services.Services$PhaseEntry.addService(Services.java:383) ~[Services$PhaseEntry.class:?] at mhfc.net.common.util.services.Services.registerServiceForPhase(Services.java:556) ~[Services.class:?] at mhfc.net.common.util.services.Services.access$1(Services.java:549) ~[Services.class:?] at mhfc.net.common.util.services.Services$ServiceEntry.addTo(Services.java:190) ~[Services$ServiceEntry.class:?] at mhfc.net.common.eventhandler.MHFCTickHandler.<clinit>(MHFCTickHandler.java:110) ~[MHFCTickHandler.class:?] ... 20 more [11:29:15] [main/ERROR] [FML]: Index: 1 Listeners: [11:29:15] [main/ERROR] [FML]: 0: NORMAL [11:29:15] [main/ERROR] [FML]: 1: ASM: class mhfc.net.common.eventhandler.MHFCTickHandler onClientTick(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ClientTickEvent;)V [11:29:15] [main/ERROR] [FML]: 2: ASM: net.minecraftforge.common.ForgeInternalHandler@4975f618 checkSettings(Lnet/minecraftforge/fml/common/gameevent/TickEvent$ClientTickEvent;)V [11:29:15] [main/ERROR] [FML]: 3: ASM: com.sk89q.worldedit.forge.ThreadSafeCache@385ceb2e tickStart(Lnet/minecraftforge/fml/common/gameevent/TickEvent;)V [11:29:18] [main/FATAL] [net.minecraft.client.Minecraft]: Unreported exception thrown! java.lang.ExceptionInInitializerError: null at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_18_MHFCTickHandler_onClientTick_ClientTickEvent.invoke(.dynamic) ~[?:?] at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) ~[ASMEventHandler.class:?] at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) ~[EventBus.class:?] at net.minecraftforge.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:343) ~[FMLCommonHandler.class:?] at net.minecraft.client.Minecraft.runTick(Minecraft.java:1833) ~[Minecraft.class:?] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1186) ~[Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:441) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:118) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_181] at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?] at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_181] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_181] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_181] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:25) [start/:?] Caused by: java.lang.IllegalArgumentException: Can't register for an active phase at com.google.common.base.Preconditions.checkArgument(Preconditions.java:122) ~[guava-21.0.jar:?] at mhfc.net.common.util.services.Services$PhaseEntry.addService(Services.java:383) ~[Services$PhaseEntry.class:?] at mhfc.net.common.util.services.Services.registerServiceForPhase(Services.java:556) ~[Services.class:?] at mhfc.net.common.util.services.Services.access$1(Services.java:549) ~[Services.class:?] at mhfc.net.common.util.services.Services$ServiceEntry.addTo(Services.java:190) ~[Services$ServiceEntry.class:?] at mhfc.net.common.eventhandler.MHFCTickHandler.<clinit>(MHFCTickHandler.java:110) ~[MHFCTickHandler.class:?] ... 20 more [11:29:18] [main/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:629]: ---- Minecraft Crash Report ---- // Oops. Time: 11/18/18 11:29 AM Description: Unexpected error java.lang.ExceptionInInitializerError at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_18_MHFCTickHandler_onClientTick_ClientTickEvent.invoke(.dynamic) at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90) at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182) at net.minecraftforge.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:343) at net.minecraft.client.Minecraft.runTick(Minecraft.java:1833) at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1186) at net.minecraft.client.Minecraft.run(Minecraft.java:441) at net.minecraft.client.main.Main.main(Main.java:118) 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) 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.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) at GradleStart.main(GradleStart.java:25) Caused by: java.lang.IllegalArgumentException: Can't register for an active phase at com.google.common.base.Preconditions.checkArgument(Preconditions.java:122) at mhfc.net.common.util.services.Services$PhaseEntry.addService(Services.java:383) at mhfc.net.common.util.services.Services.registerServiceForPhase(Services.java:556) at mhfc.net.common.util.services.Services.access$1(Services.java:549) at mhfc.net.common.util.services.Services$ServiceEntry.addTo(Services.java:190) at mhfc.net.common.eventhandler.MHFCTickHandler.<clinit>(MHFCTickHandler.java:110) ... 20 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.12.2 Operating System: Windows 10 (amd64) version 10.0 Java Version: 1.8.0_181, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 413416640 bytes (394 MB) / 1082130432 bytes (1032 MB) up to 3797417984 bytes (3621 MB) JVM Flags: 0 total; IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP 9.42 Powered by Forge 14.23.4.2705 7 mods loaded, 7 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored | State | ID | Version | Source | Signature | |:------ |:--------- |:--------------- |:------------------------------------------------------ |:--------- | | UCHIJA | minecraft | 1.12.2 | minecraft.jar | None | | UCHIJA | mcp | 9.42 | minecraft.jar | None | | UCHIJA | FML | 8.0.99.99 | forgeSrc-1.12.2-14.23.4.2705.jar | None | | UCHIJA | forge | 14.23.4.2705 | forgeSrc-1.12.2-14.23.4.2705.jar | None | | UCHIJA | mcanm | 2.7.4.149 | MCAnm-v2.7.46-deobf.jar | None | | UCHIJA | worldedit | 6.1.10-SNAPSHOT | worldedit-forge-mc1.12.2-6.1.10-SNAPSHOT-dev-deobf.jar | None | | UCHIJA | mhfc | ${version} | bin | None | Loaded coremods (and transformers): GL info: ' Vendor: 'Intel' Version: '4.4.0 - Build 20.19.15.4835' Renderer: 'Intel(R) HD Graphics 5500' Launched Version: 1.12.2 LWJGL: 2.9.4 OpenGL: Intel(R) HD Graphics 5500 GL version 4.4.0 - Build 20.19.15.4835, 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: Current Language: English (US) Profiler Position: N/A (disabled) CPU: 4x Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz [11:29:18] [main/INFO] [STDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:629]: #@!@# Game crashed! Crash report saved to: #@!@# E:\Jayrol\Monster Hunter Frontier Craft\MHFC\run\.\crash-reports\crash-2018-11-18_11.29.18-client.txt AL lib: (EE) alc_cleanup: 1 device not closed Just fixed all this errors and dependencies now im dealing with this error anyone can help?
  8. Hello my mod depends on worldedit-forge / worldedit-core . Now im updating to 1.12.2 does anyone knows or have used a latest version compatible for 1.12 for worldedit?
  9. Wow this make sense. ! It's amazing thanks for the help
  10. Is there any preferable tutorial regarding OpenGL/Renders that i can widely apply for Minecraft. Im planning to code a lightning bolt effect but i just dont know how to start with it.
  11. For that igive u a plus rep ❤️
  12. Okay got it. Wow this forge minecraft has reaction too like in facebook lol Thanks mate now i know what to do
  13. Can you give me a guess on what specific parameter it is ? HAHA i tried some of my variables and nothing happened
  14. Im trying to render a lightning effects around Kirin just like in the monster hunter series by using light with a lenght popping in a random. But i manage to make it work however the lightnings length is endless like in the picture.. Anyone can guess what's my error here?
×
×
  • Create New...

Important Information

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