Nightworld

About the Mod
Discover Nightworld - an alternate dimension that resembles the regular world but is perpetually shrouded in night, and beds explode when you try to use them! This mod is the perfect solution for multiplayer servers where coordinating players for nighttime adventures is challenging, as well as for solo players seeking a more demanding gaming experience.
Key Features
- Required only on the server side - clients can connect without installing the mod
- Full compatibility with vanilla clients and clients with other mods
- Can be added to an existing world at any time
- Access Nightworld through a portal made of crying obsidian
- Similar to Nether portals, Nightworld portals can spawn zombies and skeletons
- Respawn anchors function correctly
- Ability to customize portal frame blocks through a simple datapack
- Customization of portal activation items through datapack
Configuration via Datapacks
To create configuration through a datapack, follow these simple steps:
- Create a datapack following the official Minecraft guide
- To change portal frame blocks, create in the
nightworldnamespace a block tagnightworld_portal_frame.jsonwith the following content:
{
"replace": true,
"values": [
// List of block IDs
]
}
- To change portal activation items, create in the
nightworldnamespace an item tagnightworld_portal_igniter.jsonwith the following content:
{
"replace": true,
"values": [
// List of item IDs
]
}
That's all!
Compatibility with Other Mods
| Mod | Loader | Compatibility |
|---|---|---|
| Crying Portals | All | Incompatible |
| Immersive Portals | All | Incompatible |
| BetterNether | Fabric | Compatible |
| Very Many Players | Fabric | Compatible with use_async_portals=false |
| Canary | Forge | Compatible with fast portals disabled |
Dependencies
| Mod | Loader | Requirement |
|---|---|---|
| Cobweb | All | Required |
| Server Sided Portals | All | Required |