Welcome to PortalJS!
To sum it up, the ability to create custom portals with Kubejs.
Yes! I wanted to get some more features into the mod before backporting this mod
You can create a custom portal using KubeJS.
Here's how you can make the infamous aether portal… that sends you to the nether:
Inside your startup scripts:
PortalEvents.register(event => {
event.create()
.frameBlock("minecraft:glowstone") // required
.lightWithWater()
.setDestination("minecraft:the_nether") // required
})
Remember: visit the wiki for all information!
Absolutely! Feel free to use it in your modpack.
CurseForge:
Modrinth: