Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crystal-nest/nightworld
Explore a parallel world!
https://github.com/crystal-nest/nightworld
minecraft minecraft-fabric-mod minecraft-forge-mod minecraft-mod minecraft-neoforge-mod
Last synced: about 1 month ago
JSON representation
Explore a parallel world!
- Host: GitHub
- URL: https://github.com/crystal-nest/nightworld
- Owner: Crystal-Nest
- License: gpl-3.0
- Created: 2023-05-24T20:29:58.000Z (over 1 year ago)
- Default Branch: 1.21
- Last Pushed: 2024-10-07T17:24:34.000Z (about 1 month ago)
- Last Synced: 2024-10-10T09:44:23.421Z (about 1 month ago)
- Topics: minecraft, minecraft-fabric-mod, minecraft-forge-mod, minecraft-mod, minecraft-neoforge-mod
- Language: Java
- Homepage: https://modrinth.com/mod/nightworld
- Size: 2.07 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
![Nightworld banner](https://raw.githubusercontent.com/crystal-nest/mod-fancy-assets/main/nightworld/banner.png)
---
![Minecraft](https://raw.githubusercontent.com/crystal-nest/mod-fancy-assets/main/minecraft/minecraft.svg)[![1.21.1](https://raw.githubusercontent.com/crystal-nest/mod-fancy-assets/main/minecraft/1-21-1.svg)](https://modrinth.com/mod/nightworld/versions?g=1.21.1)![Separator](https://raw.githubusercontent.com/crystal-nest/mod-fancy-assets/main/separator.svg)[![1.21](https://raw.githubusercontent.com/crystal-nest/mod-fancy-assets/main/minecraft/1-21.svg)](https://modrinth.com/mod/nightworld/versions?g=1.21)![Separator](https://raw.githubusercontent.com/crystal-nest/mod-fancy-assets/main/separator.svg)[![1.20.4](https://raw.githubusercontent.com/crystal-nest/mod-fancy-assets/main/minecraft/1-20-4.svg)](https://modrinth.com/mod/nightworld/versions?g=1.20.4)![Separator](https://raw.githubusercontent.com/crystal-nest/mod-fancy-assets/main/separator.svg)[![1.20.2](https://raw.githubusercontent.com/crystal-nest/mod-fancy-assets/main/minecraft/1-20-2.svg)](https://modrinth.com/mod/nightworld/versions?g=1.20.2)![Separator](https://raw.githubusercontent.com/crystal-nest/mod-fancy-assets/main/separator.svg)[![1.20.1](https://raw.githubusercontent.com/crystal-nest/mod-fancy-assets/main/minecraft/1-20-1.svg)](https://modrinth.com/mod/nightworld/versions?g=1.20.1)![Separator](https://raw.githubusercontent.com/crystal-nest/mod-fancy-assets/main/separator.svg)[![1.19.4](https://raw.githubusercontent.com/crystal-nest/mod-fancy-assets/main/minecraft/1-19-4.svg)](https://modrinth.com/mod/nightworld/versions?g=1.19.4)![Separator](https://raw.githubusercontent.com/crystal-nest/mod-fancy-assets/main/separator.svg)[![1.19.2](https://raw.githubusercontent.com/crystal-nest/mod-fancy-assets/main/minecraft/1-19-2.svg)](https://modrinth.com/mod/nightworld/versions?g=1.19.2)![Loader](https://raw.githubusercontent.com/crystal-nest/mod-fancy-assets/main/loader/loader.svg)[![NeoForge](https://raw.githubusercontent.com/crystal-nest/mod-fancy-assets/main/loader/neoforge.svg)](https://modrinth.com/mod/nightworld/versions?l=neoforge)![Separator](https://raw.githubusercontent.com/crystal-nest/mod-fancy-assets/main/separator.svg)[![Forge](https://raw.githubusercontent.com/crystal-nest/mod-fancy-assets/main/loader/forge.svg)](https://modrinth.com/mod/nightworld/versions?l=forge)![Separator](https://raw.githubusercontent.com/crystal-nest/mod-fancy-assets/main/separator.svg)[![Fabric](https://raw.githubusercontent.com/crystal-nest/mod-fancy-assets/main/loader/fabric.svg)](https://modrinth.com/mod/nightworld/versions?l=fabric)
![Overlay](https://raw.githubusercontent.com/crystal-nest/mod-fancy-assets/main/side/server.svg)
![Issues](https://raw.githubusercontent.com/crystal-nest/mod-fancy-assets/main/github/issues.svg)[![GitHub](https://raw.githubusercontent.com/crystal-nest/mod-fancy-assets/main/github/github.svg)](https://github.com/crystal-nest/nightworld/issues)
---
## **Description**
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!## **Features**
- Required **only server side**!
- Compatible with both Vanilla and modded clients!
- Can be added to a server/single player world at any time!
- Enter the Nightworld by creating a portal with **crying obsidian**.
- Similarly to Nether portals spawning zombified piglins, Nightworld portals can spawn zombies and skeletons!
- Respawn anchors work just fine!
- You can change the portal frame block to anything you like (yes, even multiple blocks!) with a simple datapack!## **Datapack**
To create a datapack that changes the portal frame block you have to follow a few simple steps:
1. Create a datapack following [this guide](https://minecraft.wiki/w/Tutorials/Creating_a_data_pack).
2. Under `server_sided_portals` namespace, define a block tag called `nightworld.json` that contains:
```jsonc
{
"replace": true,
"values": [
// List of block IDs
]
}
```That's all!
## **Compatibilities**
| Mod | Loader | Compatibility |
|:---------------------------------------------------------------|:------:|:------------------------------------------------------------------------------------------------------------------------------:|
| [Crying Portals](https://modrinth.com/mod/crying-portals) | All | Incompatible |
| [Immersive Portals](https://modrinth.com/mod/immersiveportals) | All | Incompatible |
| [Very Many Players](https://modrinth.com/mod/vmp-fabric) | Fabric | Compatible with `use_async_portals=false` |
| [Canary](https://modrinth.com/mod/canary) | Forge | Compatible with [fast portals](https://github.com/AbdElAziz333/Canary/wiki/Configuration-File#mixinaipoifast_portals) disabled |## **Dependencies**
| Mod | Loader | Requirement |
|:----------------------------------------------------------------------|:------:|:-----------:|
| [Cobweb](https://modrinth.com/mod/cobweb) | All | Required |
| [Server Sided Portals](https://modrinth.com/mod/server-sided-portals) | All | Required |## **License and right of use**
Feel free to use this mod for any modpack or video, just be sure to give credit and possibly link [here](https://github.com/crystal-nest/nightworld#readme).
This project is published under the [GNU General Public License v3.0](https://github.com/crystal-nest/nightworld/blob/master/LICENSE).## **Support us**
[![Bisect Hosting](https://www.bisecthosting.com/partners/custom-banners/d559b544-474c-4109-b861-1b2e6ca6026a.webp "Bisect Hosting")](https://bisecthosting.com/crystalspider)