You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wikis/summoningrituals/docs/recipe/conditions.md
+20-6Lines changed: 20 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,13 +26,20 @@ Because it's a builder, you can chain all functions. See all available condition
26
26
27
27
## Biome
28
28
29
-
The biome check ensures the ritual is only started in the given biomes. If you specify multiple biomes, the ritual can be started in any of them. You can also use biome tags. If you want to specify multiple entries, you have to wrap them in an array via `[]`.
29
+
The biome check ensures the ritual is only started in the given biomes. If you specify multiple biomes, the ritual can be started in any of them. If you want to specify multiple entries, you have to wrap them in an array via `[]`.
30
30
31
-
Function: `biomes(HolderSet<Biome> biomes)`
31
+
It's possible to either specify specific biomes or a single biome tag.
The structure check ensures the ritual is only started inside the bounds of the specified structure. If you specify multiple structures, the ritual can be started in any of them. You can also use structure tags. If you want to specify multiple entries, you have to wrap them in an array via `[]`.
203
+
The structure check ensures the ritual is only started inside the bounds of the specified structure. If you specify multiple structures, the ritual can be started in any of them. If you want to specify multiple entries, you have to wrap them in an array via `[]`.
0 commit comments