Jump to content

Skyterix

Members
  • Posts

    3
  • Joined

  • Last visited

Skyterix's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. I have this code: try { if (Minecraft.getMinecraft().world.isRemote) { EntityPlayerSP player = Minecraft.getMinecraft().player; Minecraft.getMinecraft().world.playSound(player, player.getPosition(), SoundHandler.EVACUATION, SoundCategory.PLAYERS, 1, 1.0F); } } catch (Exception ex) { //Error } I want to play it when block activated by redstone, lever I'm new in Java and Forge
  2. I downloaded the source of mod and I wanted to set explosion little more destructive but already at the first compilation of mod crashes such an error: [13:54:32] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= [13:54:32] [Client thread/ERROR] [TEXTURE ERRORS]: The following texture errors were found. [13:54:32] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== [13:54:32] [Client thread/ERROR] [TEXTURE ERRORS]: DOMAIN doticbm [13:54:32] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------------------------------- [13:54:32] [Client thread/ERROR] [TEXTURE ERRORS]: domain doticbm is missing 20 textures [13:54:32] [Client thread/ERROR] [TEXTURE ERRORS]: domain doticbm has 1 location: [13:54:32] [Client thread/ERROR] [TEXTURE ERRORS]: mod doticbm resources at C:\Users\Skyte\OneDrive\Projekty\Eclipse\ICBM-master\bin [13:54:32] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- [13:54:32] [Client thread/ERROR] [TEXTURE ERRORS]: The missing resources for domain doticbm are: [13:54:32] [Client thread/ERROR] [TEXTURE ERRORS]: textures/entities/rocket.png [13:54:32] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/launch_control.png [13:54:32] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/launch_clamp.png [13:54:32] [Client thread/ERROR] [TEXTURE ERRORS]: textures/items/location_reader.png [13:54:32] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/explosive_side.png [13:54:32] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/launch_ignition.png [13:54:32] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/launch_pad_brick_2.png [13:54:32] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/launch_pad_obsidian_2.png [13:54:32] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/launch_pad_stone_1.png [13:54:32] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/launch_pad_stone_3.png [13:54:32] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/launch_pad_obsidian_0.png [13:54:32] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/launch_pad_brick_1.png [13:54:32] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/launch_pad_obsidian_3.png [13:54:32] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/launch_pad_brick_3.png [13:54:32] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/explosive_top.png [13:54:32] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/launch_pad_brick_0.png [13:54:32] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/launch_pad_stone_0.png [13:54:32] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/launch_pad_obsidian_1.png [13:54:32] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/explosive_bottom.png [13:54:32] [Client thread/ERROR] [TEXTURE ERRORS]: textures/blocks/launch_pad_stone_2.png [13:54:32] [Client thread/ERROR] [TEXTURE ERRORS]: ------------------------- [13:54:32] [Client thread/ERROR] [TEXTURE ERRORS]: No other errors exist for domain doticbm [13:54:32] [Client thread/ERROR] [TEXTURE ERRORS]: ================================================== [13:54:32] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+= I tried to fix it but so far nothing worked. PS. I'm new in java Mod Source: https://github.com/dotStart/ICBM
×
×
  • Create New...

Important Information

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