Перейти к содержимому
Mineforgian

PortalJS

Ability to create custom portals with KubeJS

Загрузки
2K
Подписчики
6
Обновлён
5 марта 2025 г.
Лицензия
GPL-3.0-or-later

Опубликован 24 февраля 2025 г.

Welcome to PortalJS!

What is PortalJS?

To sum it up, the ability to create custom portals with Kubejs.

Will this be ported to 1.20.1?

Yes! I wanted to get some more features into the mod before backporting this mod

What does this mod do?

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!

Can I use this in my modpack?

Absolutely! Feel free to use it in your modpack.

Download stats

CurseForge: CurseForge Downloads
Modrinth: Modrinth Downloads

Ченджлог

1.21.1-1.1.0Релиз1.21.2, 1.21.3, 1.21.4 · 5 марта 2025 г.

1.1.0

  • Fix lighting with fluid function name
  • New method: .onRandomTick(context => {...})
1.21.1-1.0.3Релиз1.21.1 · 27 февраля 2025 г.

Change KubeJS version requirement to be lower to fix issues

1.21.1-1.0.2Альфа1.21.1 · 27 февраля 2025 г.

Fix the TOML to prevent mod crashes from unknown classes when a mod is not installed

1.21.1-1.0.1Альфа1.21.1 · 25 февраля 2025 г.

Fix crash

1.21.1-1.0.0Альфа1.21, 1.21.1 · 24 февраля 2025 г.

First release

Комментарии

Загружаем…