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.

msifeed

Members
  • Joined

  • Last visited

Everything posted by msifeed

  1. Learn to read stacktraces. You are adding name at com.DarktStriker.BioniCraft.dsbionicraft.preInit(dsbionicraft.java:194) to null object. You can't do that. Also this is deprecated function, so try to avoid it. Use lang files from this tutorial instead.
  2. Well, try to cleanup this and reinstall recommended build.
  3. Make sure you don't have errors while gradlew setupDecompWorkspace , cause you are missing minecraft source lib. Also check your JDK.
  4. You need net.minecraft.client.renderer.entity.RenderPlayer , i guess. Then somehow check that you are rendering your steve's model.
  5. Error: [21:20:09] [Client thread/ERROR]: Using missing texture, unable to load geck:textures/blocks/concrete.png Texture path: forge172\src\main\resources\assets\geck\textures\blocks\concrete.png Don't work even class B extends Block { protected B(Material p_i45394_1_) { super(p_i45394_1_); } } @Subscribe public void preInit(FMLPreInitializationEvent event) { Block b = new B(Material.rock).setBlockName("b").setBlockTextureName("geck:concrete").setCreativeTab(CreativeTabs.tabRedstone); GameRegistry.registerBlock(b, "b"); } As i said, normal mods work fine with that textures.

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.