From 43348ce6b72ca7703529a4e1a49a065b1905e096 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zo=C3=AB?= Date: Sun, 10 Dec 2023 15:35:08 -0700 Subject: [PATCH] 1.3.4 and Replace grass with short grass (#156) * 1.3.4 and Replace grass with short grass * fix changelog --- CHANGELOG.md | 1 + features/vegetation/grass.yml | 2 +- features/vegetation/grass_caves.yml | 2 +- features/vegetation/tall_grass.yml | 2 +- pack.yml | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 753e29cd..679d6017 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -50,6 +50,7 @@ generate in an area where it previously did not (resulting in a chunk border). ### Fixed +- Translated minecraft:grass to minecraft:short_grass. ## [v1.3.3] diff --git a/features/vegetation/grass.yml b/features/vegetation/grass.yml index 39eacc5e..c9335e9c 100644 --- a/features/vegetation/grass.yml +++ b/features/vegetation/grass.yml @@ -26,5 +26,5 @@ structures: distribution: type: WHITE_NOISE structures: - - BLOCK:minecraft:grass: 6 + - BLOCK:minecraft:short_grass: 6 - tall_grass: 1 \ No newline at end of file diff --git a/features/vegetation/grass_caves.yml b/features/vegetation/grass_caves.yml index 18ef0321..1e9090c6 100644 --- a/features/vegetation/grass_caves.yml +++ b/features/vegetation/grass_caves.yml @@ -26,5 +26,5 @@ structures: distribution: type: WHITE_NOISE structures: - - BLOCK:minecraft:grass: 6 + - BLOCK:minecraft:short_grass: 6 - tall_grass: 1 \ No newline at end of file diff --git a/features/vegetation/tall_grass.yml b/features/vegetation/tall_grass.yml index 5220808e..11a9a7cc 100644 --- a/features/vegetation/tall_grass.yml +++ b/features/vegetation/tall_grass.yml @@ -39,4 +39,4 @@ structures: type: WHITE_NOISE structures: - tall_grass: 8 - - BLOCK:minecraft:grass: 1 + - BLOCK:minecraft:short_grass: 1 diff --git a/pack.yml b/pack.yml index 108fb5ac..ce03b8e5 100644 --- a/pack.yml +++ b/pack.yml @@ -1,5 +1,5 @@ id: OVERWORLD -version: 1.3.3 +version: 1.3.4 author: "Astrash, Sancires, Aureus" generator: NOISE_3D