Explore the Nightworld, a similar world to the Overworld, but it's always night and beds explode!
It's a perfect choice for both multiplayer servers who need the nighttime but can't coordinate many players and for single players in search of a more challenging Overworld!
To create a datapack that changes the portal frame block you have to follow a few simple steps:
server_sided_portals
namespace, define a block tag called nightworld.json
that contains:
{
"replace": true,
"values": [
// List of block IDs
]
}
That's all!
Mod | Loader | Compatibility |
---|---|---|
Crying Portals | All | Incompatible |
Immersive Portals | All | Incompatible |
Very Many Players | Fabric | Compatible with use_async_portals=false |
Canary | Forge | Compatible with fast portals disabled |
Mod | Loader | Requirement |
---|---|---|
Cobweb | All | Required |
Server Sided Portals | All | Required |
Feel free to use this mod for any modpack or video, just be sure to give credit and possibly link here.
This project is published under the GNU General Public License v3.0.