
Roomopolis
Allows the creation of rooms using keys and key blocks
- Загрузки
- 2K
- Подписчики
- 5
- Обновлён
- 4 июля 2026 г.
- Лицензия
- MIT
Опубликован 26 февраля 2025 г.
Roomopolis allow you to create custom keys through Kubejs to place templates in world. Keys can be built in kubejs
StartupEvents.registry('item', event => { //Create a custom key item like this event.create("test_key", 'roomopolis_key') //String location of the template you want to spawn example file is found here data/roomopolis/structures/tiny_room.nbt .templateId("roomopolis:tiny_room") //The structure is always placed a block behind the block you click on as the player, the height adjustment allows you to adjust the height postion the template is spawned .heightAdjustment(1) //keyBlock is optional and not needed, if a block is defined here keys will only work on that block .keyBlock("minecraft:iron_block") })
Discord
Join my discord below for more information, reporting bugs or features that you want added:
Ченджлог
26.1.2-4.0.14Релиз26.1, 26.1.1, 26.1.2 · 4 июля 2026 г.
4.0.14
- Changed error message for placer tooltip when it hasnt been used yet
26.1.2-4.0.13Релиз26.1, 26.1.1, 26.1.2 · 27 июня 2026 г.
4.0.13
- Fixed json using pallets instead of palettes
- Added full wiki
26.1.2-4.0.12Релиз26.1, 26.1.1, 26.1.2 · 27 июня 2026 г.
4.0.12
- Fixed Creative Mode translation
26.1.2-4.0.11Релиз26.1, 26.1.1, 26.1.2 · 21 июня 2026 г.
4.0.11
- Placer will now always open on shift right-click
- Fixed some more translation issues
26.1.2-4.0.10Релиз26.1, 26.1.1, 26.1.2 · 15 июня 2026 г.
4.0.10
- Placer screen now always opens on shift right click even when looking at a block
26.1.2-4.0.9Релиз26.1, 26.1.1, 26.1.2 · 13 июня 2026 г.
4.0.9
- Added "placer_position", defaults to 1, this is the order of the structures inside the placer screen, lowest numbers first
- Palette selection button no longer shows if the show_in_placer option is false
- Palette results now have a sort bar
26.1.2-4.0.8Релиз26.1, 26.1.1, 26.1.2 · 13 июня 2026 г.
4.0.8
- Template palettes are now placed as the structure instead of being replaced after placement
- Improved palette screen to allow for more palette options to be seen
- Placer now has a texture
26.1.2-4.0.7Релиз26.1, 26.1.1, 26.1.2 · 13 июня 2026 г.
4.0.7
- Removed corridor test
Комментарии
Загружаем…