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.

PisuCat

Members
  • Joined

  • Last visited

Everything posted by PisuCat

  1. The texture file mummy.png is 64x64, but you have it so the model uses a 64x32 texture. To use a 64x64 file with the mummy, change this line (line 11): this(0.0F, 0.0F, 64, 32); to: this(0.0F, 0.0F, 64, 64);
  2. Sorry if Im late, but I had a very similar problem. In your log file it says this: This means Minecraft doesn't know the save id of the Tile Entity. You need to assign it. Idk if Forge has a different way of doing it, but I added this line to the mod initiator: TileEntity.addMapping(TileEntityFoo.class, "Foo"); The first parameter is your TileEntityClass, and the second parameter is the save game id. Note: I actually didn't have a problem, but when I see a stack trace in the Eclipse console, I know somethings wrong

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.