Jump to content

[SOLVED] Stop Nether Portal From Opening


JavaMatrix

Recommended Posts

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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