kyrptonaught / customportalapi

Developer Api for creating custom portals to any dimension
MIT License
63 stars 22 forks source link

Default nether portal gets replaced by custom one that teleports to the end dimension #99

Closed prplrose closed 4 months ago

prplrose commented 4 months ago

Steps to reproduce:

  1. Create new Minecraft Mod project
  2. Add Custom Portal API dependency to build.gradle
  3. Run runClient task
  4. Create new world
  5. Build standard 2x3 nether portal
  6. Light it up (for example with flint and steel or fire charge)

2024-05-06_00 19 37

Minecraft version: 1.20.5 Fabric loader version: 0.15.11 Fabric API version: 0.97.8+1.20.5

Suggested fix: Pull request removing registrations of custom portals in CustomPortalsMod.java

kyrptonaught commented 4 months ago

Fixed in 65.5.

Thank you for the fix