@@ -25,13 +25,14 @@ It's a perfect choice for both multiplayer servers who need the nighttime but ca
25
25
- Similarly to Nether portals spawning zombified piglins, Nightworld portals can spawn zombies and skeletons!
26
26
- Respawn anchors work just fine!
27
27
- You can change the portal frame block to anything you like (yes, even multiple blocks!) with a simple datapack!
28
+ - You make so that only specific item(s) are able to light up Nightworld portals with a simple datapack!
28
29
29
30
## ** Datapack**
30
31
31
- To create a datapack that changes the portal frame block you have to follow a few simple steps:
32
+ To create a datapack configuration you have to follow a few simple steps:
32
33
33
34
1 . Create a datapack following [ this guide] ( https://minecraft.wiki/w/Tutorials/Creating_a_data_pack ) .
34
- 2 . Under ` server_sided_portals ` namespace , define a block tag called ` nightworld .json` that contains:
35
+ 2 . If you want to tweak the portals frame , define under ` nightworld ` namespace a block tag called ` nightworld_portal_frame .json` that contains:
35
36
``` jsonc
36
37
{
37
38
" replace" : true ,
@@ -40,25 +41,34 @@ To create a datapack that changes the portal frame block you have to follow a fe
40
41
]
41
42
}
42
43
```
44
+ 3 . If you want to tweak the portals igniter, define under ` nightworld ` namespace an item tag called ` nightworld_portal_igniter.json ` that contains:
45
+ ``` jsonc
46
+ {
47
+ " replace" : true ,
48
+ " values" : [
49
+ // List of item IDs
50
+ ]
51
+ }
52
+ ```
43
53
44
54
That's all!
45
55
46
56
## ** Compatibilities**
47
57
48
- | Mod | Loader | Compatibility |
49
- | :---------------------------------------------------------------| :------:| :------------------------------------------------------------------------------------------------------------------------------:|
50
- | [ Crying Portals] ( https://modrinth. com/mod/ crying-portals ) | All | Incompatible |
51
- | [ Immersive Portals] ( https://modrinth. com/mod/immersiveportals ) | All | Incompatible |
52
- | [ BetterNether] ( https://modrinth. com/mod/ betternether ) | Fabric | Incompatible |
53
- | [ Very Many Players] ( https://modrinth. com/mod/ vmp-fabric ) | Fabric | Compatible with ` use_async_portals=false ` |
54
- | [ Canary] ( https://modrinth. com/mod/ canary ) | Forge | Compatible with [ fast portals] ( https://github.com/AbdElAziz333/Canary/wiki/Configuration-File#mixinaipoifast_portals ) disabled |
58
+ | Mod | Loader | Compatibility |
59
+ | :---------------------------------------------------------------------------------------- | :------:| :------------------------------------------------------------------------------------------------------------------------------:|
60
+ | [ Crying Portals] ( https://www.curseforge. com/minecraft/mc-mods/ crying-portals ) | All | Incompatible |
61
+ | [ Immersive Portals] ( https://www.curseforge. com/minecraft/mc-mods/immersive-portals-mod ) | All | Incompatible |
62
+ | [ BetterNether] ( https://www.curseforge. com/minecraft/mc-mods/ betternether ) | Fabric | Compatible since ` 1.21 ` |
63
+ | [ Very Many Players] ( https://www.curseforge. com/minecraft/mc-mods/ vmp-fabric ) | Fabric | Compatible with ` use_async_portals=false ` |
64
+ | [ Canary] ( https://www.curseforge. com/minecraft/mc-mods/ canary ) | Forge | Compatible with [ fast portals] ( https://github.com/AbdElAziz333/Canary/wiki/Configuration-File#mixinaipoifast_portals ) disabled |
55
65
56
66
## ** Dependencies**
57
67
58
- | Mod | Loader | Requirement |
59
- | :----------------------------------------------------------------------| :------:| :-----------:|
60
- | [ Cobweb] ( https://modrinth. com/mod /cobweb ) | All | Required |
61
- | [ Server Sided Portals] ( https://modrinth. com/mod /server-sided-portals ) | All | Required |
68
+ | Mod | Loader | Requirement |
69
+ | :------------------------------------------------------------------------------------------ | :------:| :-----------:|
70
+ | [ Cobweb] ( https://www.curseforge. com/minecraft/mc-mods /cobweb ) | All | Required |
71
+ | [ Server Sided Portals] ( https://www.curseforge. com/minecraft/mc-mods /server-sided-portals ) | All | Required |
62
72
63
73
## ** License and right of use**
64
74
0 commit comments