Skip to content

Commit cb7b3a1

Browse files
Update README.md
1 parent 0d2a4a5 commit cb7b3a1

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ On it's own, ABS does nothing. To begin, you'll need to make a datapack! In this
1010

1111
From here, you can start writing JSON files that will control mob spawning!
1212

13-
###### Please familiarize yourself with the JSON language and ensure that you are editing your files with a program that can read and catch errors in them, such as VSCode. Or use [An Online Json Verifier](https://jsonlint.com/) if needed. If your datapack doesn't work, it's likely down to a small formatting error that can be easily caught and fixed with the appropriate file editor!
13+
###### Please familiarize yourself with the JSON language and ensure that you are editing your files with a program that can read and catch errors in them, such as VSCode, or use [An Online Json Verifier](https://jsonlint.com/) if needed. If your datapack doesn't work, it's likely down to a small formatting error that can be easily caught and fixed with the appropriate file editor!
1414

1515
You can make any number of JSON files, and those files can have any number of entries, though you only really *need* one file to do anything.
1616

@@ -78,9 +78,9 @@ One or both of these need to be defined for the rule to take effect. Technically
7878

7979
- ##### Filter Rules
8080
- ###### Include/Exclude
81-
- `include`: What mobs excplicitly will spawn with/without the defined advancement.
81+
- `include`: What mobs can spawn with/without the defined advancement.
8282

83-
- `exclude`: What mobs excplicitly won't spawn with/without the defined advancement.
83+
- `exclude`: What mobs explicitly won't spawn with/without the defined advancement.
8484

8585
- ###### Entities
8686
- An array of `ResourceLocation/Identifier` entities that will/won't spawn with/without the advancement!
@@ -163,4 +163,4 @@ One or both of these need to be defined for the rule to take effect. Technically
163163
}
164164
}
165165
}
166-
```
166+
```

0 commit comments

Comments
 (0)