intchanter / Skyblock-CE

A community-maintained version of the famous Skyblock map by Noobcrew
MIT License
2 stars 0 forks source link

Troubleshoot and fix the un-lit portal in the nether #17

Closed intchanter closed 10 years ago

intchanter commented 10 years ago

When using a portal to go to the nether, a new portal is generated instead of the existing one being used.

Upon arriving, it's clear that the reason is the portal is not lit. We must fix this.

intchanter commented 10 years ago

It required a block data value of 2 for z-axis portal blocks to form. 1 gave x-axis portal blocks, which looked really weird. 0 didn't give portal blocks at all. This appears to be undocumented so far in the wiki. Weird.

Fixed in 2ecfaeb