Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Skyterix

Members
  • Joined

  • Last visited

  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

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.