From e5f8986f84ae84c582d5b3c16549d0050b769db1 Mon Sep 17 00:00:00 2001 From: Valentin Berlier Date: Mon, 9 Oct 2023 20:23:46 +0200 Subject: [PATCH] chore: update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 72f73f0..6255f9f 100644 --- a/README.md +++ b/README.md @@ -380,11 +380,11 @@ say This function doesn't have a final newline. ## Overlays -You can use the `@overlay` directive to make the following directives apply to a specific pack overlay (introduced in [Java Edition 1.20.2](https://minecraft.wiki/w/Java_Edition_1.20.2)). +You can use the `@overlay` directive to make the following directives apply to a specific pack overlay. Overlays were introduced in [Java Edition 1.20.2](https://minecraft.wiki/w/Java_Edition_1.20.2). `@overlay({"min_inclusive": 16, "max_inclusive": 17}) dummy_overlay` -You can specify the `formats` supported by this overlay as a modifier. From now, on all the directives will apply to the overlay `dummy_overlay`. +You can specify the `formats` supported by this overlay as a modifier. From now on, all the directives will apply to the overlay `dummy_overlay`. `@function tutorial:greeting`