Skip to content

Commit 677f003

Browse files
committed
changelog
1 parent 83ece0a commit 677f003

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,19 @@
1010
- A regular Cell will craft 8
1111
- A GMO Cell will craft 4
1212
- 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+
```
1326

1427
### Fixed
1528

0 commit comments

Comments
 (0)