Jump to content

TheTroop

Members
  • Posts

    76
  • Joined

  • Last visited

Converted

  • Gender
    Male
  • Location
    Tbilisi, Gerorgia
  • Personal Text
    I am NOOB in coding!

Recent Profile Visitors

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

TheTroop's Achievements

Stone Miner

Stone Miner (3/8)

-1

Reputation

  1. like this public static void Vec3i(int getX, int getY, int getZ) { }
  2. [quote name="Choonster" post="195832" timestamp="1457267296"] [quote author=TheTroop link=topic=37143.msg195827#msg195827 date=1457266888] i am geting fn error because of this objectMouseOver.getBlockPos(); [/quote] Do you understand why that's causing an error and how you can solve this? because getBlockpos is empty?(= null) EntityLightningBolt lightning = new EntityLightningBolt(worldIn, x , y, z ); worldIn.addWeatherEffect(lightning); return itemStackIn; } public int getX() { return this.x; } public int getY() { return this.y; } public int getZ() { return this.z; } That's definitely not right. I didn't tell you to copy-paste the methods and fields into your own class, I told you to call the existing methods.
  3. i fixed it but i think my code isn't right @Override public ItemStack onItemRightClick(ItemStack itemStackIn, World worldIn, EntityPlayer playerIn ) { MovingObjectPosition objectMouseOver = ForgeHooks.rayTraceEyes(playerIn, 5.0F); EntityLightningBolt lightning = new EntityLightningBolt(worldIn, x , y, z ); worldIn.addWeatherEffect(lightning); return itemStackIn; } public int getX() { return this.x; } public int getY() { return this.y; } public int getZ() { return this.z; }
  4. i am geting fn error because of this objectMouseOver.getBlockPos();
  5. but now game crashed 2016-03-06 16:10:03,897 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream 2016-03-06 16:10:03,898 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream [16:10:03] [main/INFO] [GradleStart]: Extra: [] [16:10:03] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/GIORGI/.gradle/caches/minecraft/assets, --assetIndex, 1.8, --accessToken{REDACTED}, --version, 1.8.9, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker] [16:10:04] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [16:10:04] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker [16:10:04] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker [16:10:04] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker [16:10:04] [main/INFO] [FML]: Forge Mod Loader version 11.15.1.1764 for Minecraft 1.8.9 loading [16:10:04] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_73, running on Windows 7:amd64:6.1, installed at C:\Program Files\Java\jre1.8.0_73 [16:10:04] [main/INFO] [FML]: Managed to load a deobfuscated Minecraft name- we are in a deobfuscated environment. Skipping runtime deobfuscation [16:10:04] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.CoremodTweaker [16:10:04] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.fml.relauncher.FMLCorePlugin [16:10:04] [main/INFO] [GradleStart]: Injecting location in coremod net.minecraftforge.classloading.FMLForgePlugin [16:10:04] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [16:10:04] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [16:10:04] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.AccessTransformerTweaker [16:10:04] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [16:10:04] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [16:10:04] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [16:10:04] [main/ERROR] [FML]: The binary patch set is missing. Either you are in a development environment, or things are not going to work! [16:10:05] [main/ERROR] [FML]: FML appears to be missing any signature data. This is not a good thing [16:10:05] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [16:10:05] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [16:10:05] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.gradle.tweakers.AccessTransformerTweaker [16:10:05] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker [16:10:05] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker [16:10:05] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.client.main.Main} 2016-03-06 16:10:05,962 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream 2016-03-06 16:10:05,984 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream 2016-03-06 16:10:05,986 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream [16:10:06] [Client thread/INFO]: Setting user: Player945 [16:10:09] [Client thread/INFO]: LWJGL Version: 2.9.4 [16:10:09] [Client thread/WARN] [FML]: ============================================================= [16:10:09] [Client thread/WARN] [FML]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML! [16:10:09] [Client thread/WARN] [FML]: Offendor: com/sun/jna/Native.main([Ljava/lang/String;)V [16:10:09] [Client thread/WARN] [FML]: Use FMLCommonHandler.exitJava instead [16:10:09] [Client thread/WARN] [FML]: ============================================================= [16:10:10] [Client thread/INFO] [sTDOUT]: [net.minecraftforge.fml.client.SplashProgress:start:246]: ---- Minecraft Crash Report ---- // Hey, that tickles! Hehehe! Time: 06.03.16 16:10 Description: Loading screen debug info This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.8.9 Operating System: Windows 7 (amd64) version 6.1 Java Version: 1.8.0_73, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 211148368 bytes (201 MB) / 551550976 bytes (526 MB) up to 1895825408 bytes (1808 MB) JVM Flags: 0 total; IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: Loaded coremods (and transformers): GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.4.0 NVIDIA 344.75' Renderer: 'GeForce GT 730/PCIe/SSE2' [16:10:10] [Client thread/INFO] [FML]: MinecraftForge v11.15.1.1764 Initialized [16:10:10] [Client thread/INFO] [FML]: Replaced 204 ore recipies [16:10:10] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer [16:10:10] [Client thread/INFO] [FML]: Searching C:\Users\GIORGI\Desktop\Modder\Modding 1.8.9\run\mods for mods [16:10:11] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load [16:10:11] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, lm] at CLIENT [16:10:11] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, lm] at SERVER [16:10:12] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:LegendaryMod [16:10:12] [Client thread/INFO] [FML]: Processing ObjectHolder annotations [16:10:12] [Client thread/INFO] [FML]: Found 384 ObjectHolder annotations [16:10:12] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations [16:10:12] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations [16:10:12] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0 [16:10:12] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json [16:10:12] [Client thread/INFO] [FML]: Applying holder lookups [16:10:12] [Client thread/INFO] [FML]: Holder lookups applied [16:10:12] [Client thread/INFO] [FML]: Injecting itemstacks [16:10:12] [Client thread/INFO] [FML]: Itemstack injection complete [16:10:12] [sound Library Loader/INFO]: Starting up SoundSystem... [16:10:12] [Forge Version Check/INFO] [ForgeVersionCheck]: [Forge] Found status: AHEAD Target: null [16:10:12] [Thread-9/INFO]: Initializing LWJGL OpenAL [16:10:12] [Thread-9/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [16:10:12] [Thread-9/INFO]: OpenAL initialized. [16:10:13] [sound Library Loader/INFO]: Sound engine started [16:10:16] [Client thread/INFO] [FML]: Max texture size: 16384 [16:10:16] [Client thread/INFO]: Created: 16x16 textures-atlas [16:10:17] [Client thread/INFO] [FML]: Injecting itemstacks [16:10:17] [Client thread/INFO] [FML]: Itemstack injection complete [16:10:17] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods [16:10:17] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:LegendaryMod [16:10:17] [Client thread/INFO]: SoundSystem shutting down... [16:10:17] [Client thread/WARN]: Author: Paul Lamb, www.paulscode.com [16:10:17] [sound Library Loader/INFO]: Starting up SoundSystem... [16:10:17] [Thread-11/INFO]: Initializing LWJGL OpenAL [16:10:17] [Thread-11/INFO]: (The LWJGL binding of OpenAL. For more information, see http://www.lwjgl.org) [16:10:17] [Thread-11/INFO]: OpenAL initialized. [16:10:18] [sound Library Loader/INFO]: Sound engine started [16:10:20] [Client thread/INFO] [FML]: Max texture size: 16384 [16:10:21] [Client thread/INFO]: Created: 512x512 textures-atlas [16:10:23] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id [16:10:24] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id [16:10:24] [server thread/INFO]: Starting integrated minecraft server version 1.8.9 [16:10:24] [server thread/INFO]: Generating keypair [16:10:24] [server thread/INFO] [FML]: Injecting existing block and item data into this server instance [16:10:24] [server thread/INFO] [FML]: Found a missing id from the world lm:DryBlock [16:10:25] [server thread/INFO] [FML]: Applying holder lookups [16:10:25] [server thread/INFO] [FML]: Holder lookups applied [16:10:25] [server thread/INFO] [FML]: Loading dimension 0 (New World) (net.minecraft.server.integrated.IntegratedServer@25404c9b) [16:10:25] [server thread/INFO] [FML]: Loading dimension 1 (New World) (net.minecraft.server.integrated.IntegratedServer@25404c9b) [16:10:25] [server thread/INFO] [FML]: Loading dimension -1 (New World) (net.minecraft.server.integrated.IntegratedServer@25404c9b) [16:10:25] [server thread/INFO]: Preparing start region for level 0 [16:10:26] [server thread/INFO]: Preparing spawn area: 88% [16:10:26] [server thread/INFO]: Changing view distance to 12, from 10 [16:10:26] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id [16:10:27] [Netty Local Client IO #0/INFO] [FML]: Server protocol version 2 [16:10:27] [Netty Server IO #1/INFO] [FML]: Client protocol version 2 [16:10:27] [Netty Server IO #1/INFO] [FML]: Client attempting to join with 4 mods : lm@V 0.1,FML@8.0.99.99,Forge@11.15.1.1764,mcp@9.19 [16:10:27] [Netty Local Client IO #0/INFO] [FML]: [Netty Local Client IO #0] Client side modded connection established [16:10:27] [server thread/INFO] [FML]: [server thread] Server side modded connection established [16:10:27] [server thread/INFO]: Player945[local:E:7c3a1b09] logged in with entity id 311 at (-35.29841866904993, 65.0, 281.41142496231765) [16:10:27] [server thread/INFO]: Player945 joined the game [16:10:28] [pool-2-thread-1/WARN]: Couldn't look up profile properties for com.mojang.authlib.GameProfile@6b604183[id=15798b51-9c30-3f35-8be6-3613cb7b02a9,name=Player945,properties={},legacy=false] com.mojang.authlib.exceptions.AuthenticationException: The client has sent too many requests within a certain amount of time at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:65) ~[YggdrasilAuthenticationService.class:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillGameProfile(YggdrasilMinecraftSessionService.java:175) [YggdrasilMinecraftSessionService.class:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:59) [YggdrasilMinecraftSessionService$1.class:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService$1.load(YggdrasilMinecraftSessionService.java:56) [YggdrasilMinecraftSessionService$1.class:?] at com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3524) [guava-17.0.jar:?] at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2317) [guava-17.0.jar:?] at com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2280) [guava-17.0.jar:?] at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2195) [guava-17.0.jar:?] at com.google.common.cache.LocalCache.get(LocalCache.java:3934) [guava-17.0.jar:?] at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:3938) [guava-17.0.jar:?] at com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4821) [guava-17.0.jar:?] at com.google.common.cache.LocalCache$LocalLoadingCache.getUnchecked(LocalCache.java:4827) [guava-17.0.jar:?] at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.fillProfileProperties(YggdrasilMinecraftSessionService.java:165) [YggdrasilMinecraftSessionService.class:?] at net.minecraft.client.Minecraft.func_181037_M(Minecraft.java:2915) [Minecraft.class:?] at net.minecraft.client.resources.SkinManager$3.run(SkinManager.java:130) [skinManager$3.class:?] at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.8.0_73] at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.8.0_73] at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:1.8.0_73] at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [?:1.8.0_73] at java.lang.Thread.run(Unknown Source) [?:1.8.0_73] [16:10:29] [server thread/INFO]: Player945 has just earned the achievement [Taking Inventory] [16:10:29] [Client thread/INFO]: [CHAT] Player945 has just earned the achievement [Taking Inventory] [16:10:34] [server thread/INFO]: [Player945: Set own game mode to Creative Mode] [16:10:34] [Client thread/INFO]: [CHAT] Your game mode has been updated [16:10:39] [server thread/FATAL]: Error executing task java.util.concurrent.ExecutionException: java.lang.NullPointerException at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_73] at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_73] at net.minecraft.util.Util.runTask(Util.java:23) [util.class:?] at net.minecraft.server.MinecraftServer.updateTimeLightAndEntities(MinecraftServer.java:736) [MinecraftServer.class:?] at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:681) [MinecraftServer.class:?] at net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:159) [integratedServer.class:?] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:548) [MinecraftServer.class:?] at java.lang.Thread.run(Unknown Source) [?:1.8.0_73] Caused by: java.lang.NullPointerException at com.Legendary.mod.items.tools.LMLimoniteSword.onItemRightClick(LMLimoniteSword.java:53) ~[LMLimoniteSword.class:?] at net.minecraft.item.ItemStack.useItemRightClick(ItemStack.java:170) ~[itemStack.class:?] at net.minecraft.server.management.ItemInWorldManager.tryUseItem(ItemInWorldManager.java:364) ~[itemInWorldManager.class:?] at net.minecraft.network.NetHandlerPlayServer.processPlayerBlockPlacement(NetHandlerPlayServer.java:607) ~[NetHandlerPlayServer.class:?] at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.processPacket(C08PacketPlayerBlockPlacement.java:70) ~[C08PacketPlayerBlockPlacement.class:?] at net.minecraft.network.play.client.C08PacketPlayerBlockPlacement.processPacket(C08PacketPlayerBlockPlacement.java:10) ~[C08PacketPlayerBlockPlacement.class:?] at net.minecraft.network.PacketThreadUtil$1.run(PacketThreadUtil.java:15) ~[PacketThreadUtil$1.class:?] at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) ~[?:1.8.0_73] at java.util.concurrent.FutureTask.run(Unknown Source) ~[?:1.8.0_73] at net.minecraft.util.Util.runTask(Util.java:22) ~[util.class:?] ... 5 more [16:10:40] [server thread/INFO]: Stopping server [16:10:40] [server thread/INFO]: Saving players [16:10:40] [server thread/INFO]: Saving worlds [16:10:40] [server thread/INFO]: Saving chunks for level 'New World'/Overworld [16:10:40] [server thread/INFO]: Saving chunks for level 'New World'/Nether [16:10:40] [server thread/INFO]: Saving chunks for level 'New World'/The End [16:10:41] [server thread/INFO] [FML]: Unloading dimension 0 [16:10:41] [server thread/INFO] [FML]: Unloading dimension -1 [16:10:41] [server thread/INFO] [FML]: Unloading dimension 1 [16:10:41] [server thread/INFO] [FML]: Applying holder lookups [16:10:41] [server thread/INFO] [FML]: Holder lookups applied [16:10:41] [Client thread/FATAL]: Unreported exception thrown! java.lang.NullPointerException at com.Legendary.mod.items.tools.LMLimoniteSword.onItemRightClick(LMLimoniteSword.java:53) ~[LMLimoniteSword.class:?] at net.minecraft.item.ItemStack.useItemRightClick(ItemStack.java:170) ~[itemStack.class:?] at net.minecraft.client.multiplayer.PlayerControllerMP.sendUseItem(PlayerControllerMP.java:471) ~[PlayerControllerMP.class:?] at net.minecraft.client.Minecraft.rightClickMouse(Minecraft.java:1598) ~[Minecraft.class:?] at net.minecraft.client.Minecraft.runTick(Minecraft.java:2123) ~[Minecraft.class:?] at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1080) ~[Minecraft.class:?] at net.minecraft.client.Minecraft.run(Minecraft.java:380) [Minecraft.class:?] at net.minecraft.client.main.Main.main(Main.java:116) [Main.class:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_73] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_73] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_73] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_73] 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_73] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_73] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_73] at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_73] at net.minecraftforge.gradle.GradleStartCommon.launch(GradleStartCommon.java:97) [start/:?] at GradleStart.main(GradleStart.java:26) [start/:?] [16:10:41] [Client thread/INFO] [sTDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:612]: ---- Minecraft Crash Report ---- // You should try our sister game, Minceraft! Time: 06.03.16 16:10 Description: Unexpected error java.lang.NullPointerException: Unexpected error at com.Legendary.mod.items.tools.LMLimoniteSword.onItemRightClick(LMLimoniteSword.java:53) at net.minecraft.item.ItemStack.useItemRightClick(ItemStack.java:170) at net.minecraft.client.multiplayer.PlayerControllerMP.sendUseItem(PlayerControllerMP.java:471) at net.minecraft.client.Minecraft.rightClickMouse(Minecraft.java:1598) at net.minecraft.client.Minecraft.runTick(Minecraft.java:2123) at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1080) at net.minecraft.client.Minecraft.run(Minecraft.java:380) at net.minecraft.client.main.Main.main(Main.java:116) 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:26) A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- Head -- Stacktrace: at com.Legendary.mod.items.tools.LMLimoniteSword.onItemRightClick(LMLimoniteSword.java:53) at net.minecraft.item.ItemStack.useItemRightClick(ItemStack.java:170) at net.minecraft.client.multiplayer.PlayerControllerMP.sendUseItem(PlayerControllerMP.java:471) at net.minecraft.client.Minecraft.rightClickMouse(Minecraft.java:1598) -- Affected level -- Details: Level name: MpServer All players: 1 total; [EntityPlayerSP['Player945'/311, l='MpServer', x=-35,30, y=67,01, z=281,41]] Chunk stats: MultiplayerChunkCache: 625, 625 Level seed: 0 Level generator: ID 00 - default, ver 1. Features enabled: false Level generator options: Level spawn location: -37,00,64,00,285,00 - World: (-37,64,285), Chunk: (at 11,4,13 in -3,17; contains blocks -48,0,272 to -33,255,287), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511) Level time: 76558 game time, 8285 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: 92 total; [EntityRabbit['Rabbit'/128, l='MpServer', x=-79,72, y=63,00, z=218,31], EntityCreeper['Creeper'/129, l='MpServer', x=-76,03, y=47,00, z=291,31], EntityZombie['Zombie'/130, l='MpServer', x=-82,22, y=44,00, z=300,31], EntityZombie['Zombie'/131, l='MpServer', x=-76,75, y=42,00, z=286,78], EntityCreeper['Creeper'/132, l='MpServer', x=-69,22, y=15,00, z=313,09], EntityChicken['Chicken'/133, l='MpServer', x=-73,63, y=67,00, z=343,63], EntityBat['Bat'/134, l='MpServer', x=-65,09, y=15,66, z=354,69], EntityZombie['Zombie'/141, l='MpServer', x=-53,56, y=12,00, z=224,88], EntityCreeper['Creeper'/142, l='MpServer', x=-52,50, y=54,00, z=242,50], EntityZombie['Zombie'/143, l='MpServer', x=-60,50, y=40,00, z=260,50], EntitySkeleton['Skeleton'/144, l='MpServer', x=-55,50, y=13,00, z=273,50], EntityItem['item.item.feather'/145, l='MpServer', x=-61,16, y=66,00, z=305,09], EntityChicken['Chicken'/157, l='MpServer', x=-34,13, y=62,59, z=215,63], EntitySquid['Squid'/158, l='MpServer', x=-46,75, y=61,16, z=241,22], EntitySkeleton['Skeleton'/159, l='MpServer', x=-40,50, y=28,00, z=246,50], EntityZombie['Zombie'/160, l='MpServer', x=-46,50, y=25,00, z=241,50], EntityCreeper['Creeper'/161, l='MpServer', x=-45,50, y=25,00, z=241,50], EntitySquid['Squid'/162, l='MpServer', x=-40,34, y=60,38, z=236,47], EntityCreeper['Creeper'/163, l='MpServer', x=-38,47, y=42,00, z=267,94], EntityZombie['Zombie'/164, l='MpServer', x=-48,06, y=30,09, z=288,70], EntitySkeleton['Skeleton'/165, l='MpServer', x=-42,50, y=22,00, z=293,50], EntityZombie['Zombie'/166, l='MpServer', x=-33,53, y=14,00, z=312,22], EntitySkeleton['Skeleton'/167, l='MpServer', x=-30,13, y=39,00, z=305,47], EntityBat['Bat'/176, l='MpServer', x=-36,25, y=9,41, z=242,31], EntityZombie['Zombie'/177, l='MpServer', x=-31,94, y=41,00, z=266,34], EntitySpider['Spider'/178, l='MpServer', x=-25,31, y=39,00, z=280,28], EntityBat['Bat'/179, l='MpServer', x=-27,13, y=15,10, z=332,94], EntitySkeleton['Skeleton'/180, l='MpServer', x=-23,50, y=33,00, z=323,50], EntityZombie['Zombie'/181, l='MpServer', x=-31,41, y=35,00, z=334,00], EntitySkeleton['Skeleton'/182, l='MpServer', x=-27,50, y=34,00, z=325,50], EntityZombie['Zombie'/189, l='MpServer', x=-6,50, y=22,00, z=217,50], EntityWitch['Witch'/190, l='MpServer', x=-6,50, y=41,00, z=222,50], EntityZombie['Zombie'/191, l='MpServer', x=-9,66, y=34,00, z=221,34], EntityChicken['Chicken'/192, l='MpServer', x=-13,34, y=63,00, z=222,66], EntityZombie['Zombie'/193, l='MpServer', x=-11,50, y=23,00, z=252,50], EntityZombie['Zombie'/194, l='MpServer', x=-3,44, y=43,00, z=256,91], EntityChicken['Chicken'/195, l='MpServer', x=-1,47, y=64,00, z=319,34], EntityItem['item.item.egg'/199, l='MpServer', x=0,28, y=61,00, z=223,38], EntityBat['Bat'/200, l='MpServer', x=1,53, y=42,10, z=236,78], EntityChicken['Chicken'/201, l='MpServer', x=0,06, y=62,59, z=224,09], EntityItem['item.item.seeds'/202, l='MpServer', x=1,41, y=67,00, z=239,56], EntityCreeper['Creeper'/203, l='MpServer', x=2,50, y=42,00, z=240,50], EntityItem['item.item.seeds'/204, l='MpServer', x=3,72, y=67,00, z=242,38], EntitySkeleton['Skeleton'/205, l='MpServer', x=6,75, y=27,00, z=318,84], EntityZombie['Zombie'/333, l='MpServer', x=-8,50, y=14,00, z=216,50], EntityCreeper['Creeper'/206, l='MpServer', x=6,34, y=29,00, z=339,00], EntityZombie['Zombie'/207, l='MpServer', x=6,50, y=53,00, z=347,50], EntityZombie['Zombie'/79, l='MpServer', x=-113,09, y=40,00, z=286,41], EntityChicken['Chicken'/209, l='MpServer', x=6,47, y=64,00, z=353,63], EntityRabbit['Rabbit'/88, l='MpServer', x=-101,63, y=63,00, z=215,63], EntityBat['Bat'/89, l='MpServer', x=-99,15, y=53,08, z=261,80], EntityCreeper['Creeper'/90, l='MpServer', x=-98,50, y=53,00, z=270,50], EntityBat['Bat'/219, l='MpServer', x=29,58, y=28,79, z=268,95], EntityZombie['Zombie'/91, l='MpServer', x=-101,50, y=53,00, z=270,50], EntityCreeper['Creeper'/220, l='MpServer', x=29,50, y=38,00, z=266,50], EntityCreeper['Creeper'/92, l='MpServer', x=-99,50, y=28,00, z=282,50], EntityBat['Bat'/221, l='MpServer', x=24,44, y=44,10, z=269,25], EntityZombie['Zombie'/93, l='MpServer', x=-111,44, y=40,00, z=287,81], EntityBat['Bat'/222, l='MpServer', x=24,56, y=41,79, z=245,19], EntityZombie['Zombie'/94, l='MpServer', x=-107,50, y=31,00, z=293,50], EntityBat['Bat'/223, l='MpServer', x=28,54, y=40,08, z=270,73], EntityBat['Bat'/95, l='MpServer', x=-104,49, y=31,10, z=297,39], EntityCreeper['Creeper'/224, l='MpServer', x=26,59, y=40,00, z=274,03], EntityCreeper['Creeper'/96, l='MpServer', x=-106,50, y=41,00, z=288,50], EntityCreeper['Creeper'/225, l='MpServer', x=20,50, y=43,00, z=279,50], EntityCreeper['Creeper'/97, l='MpServer', x=-98,50, y=47,00, z=291,50], EntitySkeleton['Skeleton'/226, l='MpServer', x=23,50, y=45,00, z=280,50], EntityZombie['Zombie'/98, l='MpServer', x=-100,50, y=32,00, z=299,50], EntitySkeleton['Skeleton'/227, l='MpServer', x=20,50, y=42,00, z=275,50], EntityBat['Bat'/99, l='MpServer', x=-97,10, y=40,23, z=297,83], EntityEnderman['Enderman'/228, l='MpServer', x=17,50, y=46,00, z=282,50], EntityZombie['Zombie'/100, l='MpServer', x=-106,44, y=41,00, z=306,13], EntityZombie['Zombie'/229, l='MpServer', x=28,78, y=39,00, z=274,56], EntityCreeper['Creeper'/101, l='MpServer', x=-107,63, y=31,00, z=346,50], EntityZombie['Zombie'/102, l='MpServer', x=-98,50, y=39,00, z=354,06], EntityZombie['Zombie'/237, l='MpServer', x=33,50, y=41,00, z=254,50], EntityCreeper['Creeper'/110, l='MpServer', x=-83,50, y=14,00, z=294,50], EntityCreeper['Creeper'/238, l='MpServer', x=37,50, y=41,00, z=275,50], EntityCreeper['Creeper'/111, l='MpServer', x=-90,50, y=45,00, z=289,50], EntityPlayerSP['Player945'/311, l='MpServer', x=-35,30, y=67,01, z=281,41], EntityBat['Bat'/112, l='MpServer', x=-86,01, y=44,69, z=292,42], EntitySkeleton['Skeleton'/113, l='MpServer', x=-70,84, y=53,00, z=294,34], EntityCreeper['Creeper'/241, l='MpServer', x=39,50, y=31,00, z=293,50], EntityChicken['Chicken'/114, l='MpServer', x=-98,38, y=65,00, z=322,66], EntityRabbit['Rabbit'/242, l='MpServer', x=38,81, y=66,00, z=354,91], EntityBat['Bat'/115, l='MpServer', x=-96,24, y=28,84, z=341,48], EntityCreeper['Creeper'/116, l='MpServer', x=-84,50, y=40,00, z=349,50], EntityBat['Bat'/117, l='MpServer', x=-90,16, y=43,10, z=345,34], EntityZombie['Zombie'/373, l='MpServer', x=-114,00, y=41,00, z=312,56], EntitySpider['Spider'/118, l='MpServer', x=-91,50, y=40,00, z=341,50], EntityChicken['Chicken'/121, l='MpServer', x=-85,59, y=62,61, z=361,22], EntityChicken['Chicken'/126, l='MpServer', x=-65,34, y=63,00, z=205,31]] Retry entities: 0 total; [] Server brand: fml,forge Server type: Integrated singleplayer server Stacktrace: at net.minecraft.client.multiplayer.WorldClient.addWorldInfoToCrashReport(WorldClient.java:383) at net.minecraft.client.Minecraft.addGraphicsAndWorldToCrashReport(Minecraft.java:2645) at net.minecraft.client.Minecraft.run(Minecraft.java:409) at net.minecraft.client.main.Main.main(Main.java:116) 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:26) -- System Details -- Details: Minecraft Version: 1.8.9 Operating System: Windows 7 (amd64) version 6.1 Java Version: 1.8.0_73, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 24922488 bytes (23 MB) / 824705024 bytes (786 MB) up to 1895825408 bytes (1808 MB) JVM Flags: 0 total; IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94 FML: MCP 9.19 Powered by Forge 11.15.1.1764 4 mods loaded, 4 mods active States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar) UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forgeSrc-1.8.9-11.15.1.1764.jar) UCHIJAAAA Forge{11.15.1.1764} [Minecraft Forge] (forgeSrc-1.8.9-11.15.1.1764.jar) UCHIJAAAA lm{V 0.1} [LegendaryMod] (bin) Loaded coremods (and transformers): GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.4.0 NVIDIA 344.75' Renderer: 'GeForce GT 730/PCIe/SSE2' Launched Version: 1.8.9 LWJGL: 2.9.4 OpenGL: GeForce GT 730/PCIe/SSE2 GL version 4.4.0 NVIDIA 344.75, NVIDIA Corporation 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: Current Language: English (US) Profiler Position: N/A (disabled) CPU: 8x Intel(R) Core(TM) i7-4770 CPU @ 3.40GHz [16:10:41] [Client thread/INFO] [sTDOUT]: [net.minecraft.init.Bootstrap:printToSYSOUT:612]: #@!@# Game crashed! Crash report saved to: #@!@# C:\Users\GIORGI\Desktop\Modder\Modding 1.8.9\run\.\crash-reports\crash-2016-03-06_16.10.41-client.txt AL lib: (EE) alc_cleanup: 1 device not closed
  6. this code? public int getX() { return this.x;
  7. most of information you give me i don't understend becouse my knowledge of english so can you just tell me what port of this code i need to use for my sword? best way for me to teach something is read proper code package net.minecraft.util; import com.google.common.collect.AbstractIterator; import java.util.Iterator; import net.minecraft.entity.Entity; public class BlockPos extends Vec3i { /** The BlockPos with all coordinates 0 */ public static final BlockPos ORIGIN = new BlockPos(0, 0, 0); private static final int NUM_X_BITS = 1 + MathHelper.calculateLogBaseTwo(MathHelper.roundUpToPowerOfTwo(30000000)); private static final int NUM_Z_BITS = NUM_X_BITS; private static final int NUM_Y_BITS = 64 - NUM_X_BITS - NUM_Z_BITS; private static final int Y_SHIFT = 0 + NUM_Z_BITS; private static final int X_SHIFT = Y_SHIFT + NUM_Y_BITS; private static final long X_MASK = (1L << NUM_X_BITS) - 1L; private static final long Y_MASK = (1L << NUM_Y_BITS) - 1L; private static final long Z_MASK = (1L << NUM_Z_BITS) - 1L; public BlockPos(int x, int y, int z) { super(x, y, z); } public BlockPos(double x, double y, double z) { super(x, y, z); } public BlockPos(Entity source) { this(source.posX, source.posY, source.posZ); } public BlockPos(Vec3 source) { this(source.xCoord, source.yCoord, source.zCoord); } public BlockPos(Vec3i source) { this(source.getX(), source.getY(), source.getZ()); } /** * Add the given coordinates to the coordinates of this BlockPos */ public BlockPos add(double x, double y, double z) { return x == 0.0D && y == 0.0D && z == 0.0D ? this : new BlockPos((double)this.getX() + x, (double)this.getY() + y, (double)this.getZ() + z); } /** * Add the given coordinates to the coordinates of this BlockPos */ public BlockPos add(int x, int y, int z) { return x == 0 && y == 0 && z == 0 ? this : new BlockPos(this.getX() + x, this.getY() + y, this.getZ() + z); } /** * Add the given Vector to this BlockPos */ public BlockPos add(Vec3i vec) { return vec.getX() == 0 && vec.getY() == 0 && vec.getZ() == 0 ? this : new BlockPos(this.getX() + vec.getX(), this.getY() + vec.getY(), this.getZ() + vec.getZ()); } /** * Subtract the given Vector from this BlockPos */ public BlockPos subtract(Vec3i vec) { return vec.getX() == 0 && vec.getY() == 0 && vec.getZ() == 0 ? this : new BlockPos(this.getX() - vec.getX(), this.getY() - vec.getY(), this.getZ() - vec.getZ()); } /** * Offset this BlockPos 1 block up */ public BlockPos up() { return this.up(1); } /** * Offset this BlockPos n blocks up */ public BlockPos up(int n) { return this.offset(EnumFacing.UP, n); } /** * Offset this BlockPos 1 block down */ public BlockPos down() { return this.down(1); } /** * Offset this BlockPos n blocks down */ public BlockPos down(int n) { return this.offset(EnumFacing.DOWN, n); } /** * Offset this BlockPos 1 block in northern direction */ public BlockPos north() { return this.north(1); } /** * Offset this BlockPos n blocks in northern direction */ public BlockPos north(int n) { return this.offset(EnumFacing.NORTH, n); } /** * Offset this BlockPos 1 block in southern direction */ public BlockPos south() { return this.south(1); } /** * Offset this BlockPos n blocks in southern direction */ public BlockPos south(int n) { return this.offset(EnumFacing.SOUTH, n); } /** * Offset this BlockPos 1 block in western direction */ public BlockPos west() { return this.west(1); } /** * Offset this BlockPos n blocks in western direction */ public BlockPos west(int n) { return this.offset(EnumFacing.WEST, n); } /** * Offset this BlockPos 1 block in eastern direction */ public BlockPos east() { return this.east(1); } /** * Offset this BlockPos n blocks in eastern direction */ public BlockPos east(int n) { return this.offset(EnumFacing.EAST, n); } /** * Offset this BlockPos 1 block in the given direction */ public BlockPos offset(EnumFacing facing) { return this.offset(facing, 1); } /** * Offsets this BlockPos n blocks in the given direction */ public BlockPos offset(EnumFacing facing, int n) { return n == 0 ? this : new BlockPos(this.getX() + facing.getFrontOffsetX() * n, this.getY() + facing.getFrontOffsetY() * n, this.getZ() + facing.getFrontOffsetZ() * n); } /** * Calculate the cross product of this and the given Vector */ public BlockPos crossProduct(Vec3i vec) { return new BlockPos(this.getY() * vec.getZ() - this.getZ() * vec.getY(), this.getZ() * vec.getX() - this.getX() * vec.getZ(), this.getX() * vec.getY() - this.getY() * vec.getX()); } /** * Serialize this BlockPos into a long value */ public long toLong() { return ((long)this.getX() & X_MASK) << X_SHIFT | ((long)this.getY() & Y_MASK) << Y_SHIFT | ((long)this.getZ() & Z_MASK) << 0; } /** * Create a BlockPos from a serialized long value (created by toLong) */ public static BlockPos fromLong(long serialized) { int i = (int)(serialized << 64 - X_SHIFT - NUM_X_BITS >> 64 - NUM_X_BITS); int j = (int)(serialized << 64 - Y_SHIFT - NUM_Y_BITS >> 64 - NUM_Y_BITS); int k = (int)(serialized << 64 - NUM_Z_BITS >> 64 - NUM_Z_BITS); return new BlockPos(i, j, k); } public static Iterable<BlockPos> getAllInBox(BlockPos from, BlockPos to) { final BlockPos blockpos = new BlockPos(Math.min(from.getX(), to.getX()), Math.min(from.getY(), to.getY()), Math.min(from.getZ(), to.getZ())); final BlockPos blockpos1 = new BlockPos(Math.max(from.getX(), to.getX()), Math.max(from.getY(), to.getY()), Math.max(from.getZ(), to.getZ())); return new Iterable<BlockPos>() { public Iterator<BlockPos> iterator() { return new AbstractIterator<BlockPos>() { private BlockPos lastReturned = null; protected BlockPos computeNext() { if (this.lastReturned == null) { this.lastReturned = blockpos; return this.lastReturned; } else if (this.lastReturned.equals(blockpos1)) { return (BlockPos)this.endOfData(); } else { int i = this.lastReturned.getX(); int j = this.lastReturned.getY(); int k = this.lastReturned.getZ(); if (i < blockpos1.getX()) { ++i; } else if (j < blockpos1.getY()) { i = blockpos.getX(); ++j; } else if (k < blockpos1.getZ()) { i = blockpos.getX(); j = blockpos.getY(); ++k; } this.lastReturned = new BlockPos(i, j, k); return this.lastReturned; } } }; } }; } public static Iterable<BlockPos.MutableBlockPos> getAllInBoxMutable(BlockPos from, BlockPos to) { final BlockPos blockpos = new BlockPos(Math.min(from.getX(), to.getX()), Math.min(from.getY(), to.getY()), Math.min(from.getZ(), to.getZ())); final BlockPos blockpos1 = new BlockPos(Math.max(from.getX(), to.getX()), Math.max(from.getY(), to.getY()), Math.max(from.getZ(), to.getZ())); return new Iterable<BlockPos.MutableBlockPos>() { public Iterator<BlockPos.MutableBlockPos> iterator() { return new AbstractIterator<BlockPos.MutableBlockPos>() { private BlockPos.MutableBlockPos theBlockPos = null; protected BlockPos.MutableBlockPos computeNext() { if (this.theBlockPos == null) { this.theBlockPos = new BlockPos.MutableBlockPos(blockpos.getX(), blockpos.getY(), blockpos.getZ()); return this.theBlockPos; } else if (this.theBlockPos.equals(blockpos1)) { return (BlockPos.MutableBlockPos)this.endOfData(); } else { int i = this.theBlockPos.getX(); int j = this.theBlockPos.getY(); int k = this.theBlockPos.getZ(); if (i < blockpos1.getX()) { ++i; } else if (j < blockpos1.getY()) { i = blockpos.getX(); ++j; } else if (k < blockpos1.getZ()) { i = blockpos.getX(); j = blockpos.getY(); ++k; } this.theBlockPos.x = i; this.theBlockPos.y = j; this.theBlockPos.z = k; return this.theBlockPos; } } }; } }; } /** * Returns a version of this BlockPos that is guaranteed to be Immutable. * In most cases this will return 'this', but if 'this' is an instance of * MutableBlockPos it will return a new instance of BlockPos with the same values. * * When storing a parameter given to you for an extended period of time, make sure you * use this in case the value is changed internally. * * @return An immutable BlockPos. */ public BlockPos getImmutable() { return this; } public static final class MutableBlockPos extends BlockPos { /** Mutable X Coordinate */ private int x; /** Mutable Y Coordinate */ private int y; /** Mutable Z Coordinate */ private int z; public MutableBlockPos() { this(0, 0, 0); } public MutableBlockPos(int x_, int y_, int z_) { super(0, 0, 0); this.x = x_; this.y = y_; this.z = z_; } /** * Get the X coordinate */ public int getX() { return this.x; } /** * Get the Y coordinate */ public int getY() { return this.y; } /** * Get the Z coordinate */ public int getZ() { return this.z; } /** * Set the values * * @param xIn The X value * @param yIn The Y value * @param zIn The Z value */ public BlockPos.MutableBlockPos set(int xIn, int yIn, int zIn) { this.x = xIn; this.y = yIn; this.z = zIn; return this; } @Override public BlockPos getImmutable() { return new BlockPos(this); } } }
  8. i looked for it in BlockPos.class and in Vec3i.class but non of the codes are familiar
  9. ForgeHooks.rayTraceEyes returns a MovingObjectPosition . I explained how to get the block position from the MovingObjectPosition in the same post I told you to use ForgeHooks.rayTraceEyes . But addWeatherEffect dosn't like BlockPos
  10. i set up forgehooks.raytraceeyes look for vanila odes but can't figure out how i can get x y and z coords for spawning lightingbolt :C
  11. it is my problem i dont know java and eithrt don't know enough english to learn java so best way of coding for my is tutorials with codes or video tutorials
  12. it is same as raytrace ? if so how to do that this code give EntityLightningBolt lightning = new EntityLightningBolt(world, x, y, z); x, and z cordinants if theare ar no blockX, blockY, blockZ
  13. What do you not understand about it? Please try to at least have an attitude of "I want to learn", not just "feed me my code", "no this doesn't work, give other". i don't understend how to use ForgeHooks i tryed. if you have any tutorials about how to use it pls give it me. i am searching for tutorials to learn how to mod. but there are a few ones on 1.8.9. i didn't say this doesn't work give me other no i sayd i dont understend how to use it and i am searching for ways that i can use. i am traing to make sword that spawn lighting where ar you looking at when righ click i read tutorial about raytrac outdated one and tryd to update it.
  14. I have no ide how to use ForgeHooks.rayTraceEyes are there any other way?
×
×
  • Create New...

Important Information

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