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.

tattyseal

Forge Modder
  • Joined

  • Last visited

Everything posted by tattyseal

  1. You need to install the small boats mod on your server. The minimap works because it is client only mod, which means it works on your minecraft and no-one else can see it or has to use it to go on your server. But the Small Boats mod is server and client so you have to install forge on your server and install Small Boats Mod. -Toby
  2. I have added mobs in previous versions but can't seem to figure it out for 1.6.2 Please help.
  3. tattyseal posted a topic in Modder Support
    How do you make liquids in 1.6.2, I need help. Thanks
  4. tattyseal replied to tattyseal's topic in Modder Support
    Thanks!
  5. In your constructor for your block This thing: add this to it: setBlockBounds(0.25F, 0.25F, 0.25F, 0.75F, 0.75F, 0.75F); The numbers are (minX, minY, minZ, maxX, maxY, maxZ) and then in the class add public boolean isOpaqueCube() { return false; } Hope this helps
  6. tattyseal replied to tattyseal's topic in Modder Support
    **BUMP**
  7. tattyseal posted a topic in Modder Support
    Hello, I am trying to make cables for my mod Electricraft. I have it set up to where the block detects if there is cables around it but I don't know how to detect if energy is needed and get energy from the other cables in the network Block Code: Tile Entity Code:

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.