atlarge-research / opencraft

Other
5 stars 2 forks source link

Improve nether portal #84

Closed jdonkervliet closed 4 years ago

jdonkervliet commented 4 years ago

In GitLab by @larsdetombe on May 26, 2020, 13:17

The current nether portal does not delete the portal blocks when the portal itself is not valid anymore.

The current portal creation only supports portals of size 2x3, but this should be able to support dynamic sizes, as long as they are not too big and a rectangle.

The portal blocks don't have their own class, which would be preferred to be able to easily add portal effects and remove portal blocks.

Portals should be created when any fire is within the obsidian portal construct, not only when a player uses flint and steel on an obsidian block

Optional: No nether portal is created in the nether when the player first travels to the nether via portal

Optional: The player is teleported to the spawn and not the location of the actual (closest) portal

image image

jdonkervliet commented 4 years ago

In GitLab by @larsdetombe on May 26, 2020, 13:19

changed the description

jdonkervliet commented 4 years ago

In GitLab by @swabbur on Jun 4, 2020, 10:49

closed