We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83ece0a commit 677f003Copy full SHA for 677f003
CHANGELOG.md
@@ -10,6 +10,19 @@
10
- A regular Cell will craft 8
11
- A GMO Cell will craft 4
12
- Gene Requirements are now a datapack registry
13
+ - The json is still in `/data/_____/geneticsresequenced/gene_requirements/`, but the file name has to be the gene id
14
+ - That is, `geneticsresequenced:flight` has to go in `/data/geneticsresequenced/geneticsresequenced/gene_requirements/flight.json`
15
+ - Inside the json is a list of required Gene IDs, like so:
16
+
17
+```json
18
+{
19
+ "requirements": [
20
+ "geneticsresequenced:teleport",
21
+ "geneticsresequenced:step_assist",
22
+ "geneticsresequenced:no_fall_damage"
23
+ ]
24
+}
25
+```
26
27
### Fixed
28
0 commit comments