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.

Featured Replies

Posted

Hello, I'm new.

 

For my WIP Mod, SnowTech, I need to be able to stop Nether Portals from opening, no matter what tricks the player tries.  I've poked about, but I can't seem to find the code responsible for Nether Portals opening (I tried Fire, Flint+Steel, and Obsidian classes), nor can I seem to find a hook for this.  If you guys know of a way to do this, that would be great.

 

Thanks,

JavaMatrix

You Only Live Once, So Win At Golf.

Sorry for my English, I'm American.

  • Author

Should have clarified, this is Forge 1.7.10.  The PlayerInteractEvent (or PlaceEvent with fire) works just fine - as long as the player directly lights the portal.  However, if they were to say, light a block of wood on fire inside a portal frame, it doesn't help much.

You Only Live Once, So Win At Golf.

Sorry for my English, I'm American.

Hi

 

The logic for constructing portals is in BlockPortal (in Size, onNeighborBlockChange), initially called from

BlockFire.onBlockAdded

 

I don't think there is a hook, I reckon you will probably need to use ASM + Reflection to modify the BlockPortal code to stop it opening at all.  There are a couple of tutorials on that around, it needs some reasonably advanced Java knowledge to get it to work.

 

-TGG

  • Author

Best reply on any forum so far!  Thanks so much TGG.

You Only Live Once, So Win At Golf.

Sorry for my English, I'm American.

  • Author

Shouldn't overriding Blocks.portal with my own block work?  Like

Blocks.portal = new BlockFakePortal()

You Only Live Once, So Win At Golf.

Sorry for my English, I'm American.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

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.