Skip to content

Commit

Permalink
1.3.4 and Replace grass with short grass (#156)
Browse files Browse the repository at this point in the history
* 1.3.4 and Replace grass with short grass

* fix changelog
  • Loading branch information
duplexsystem committed Dec 10, 2023
1 parent 9e95f5d commit 43348ce
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion features/vegetation/grass.yml
Expand Up @@ -26,5 +26,5 @@ structures:
distribution:
type: WHITE_NOISE
structures:
- BLOCK:minecraft:grass: 6
- BLOCK:minecraft:short_grass: 6
- tall_grass: 1
2 changes: 1 addition & 1 deletion features/vegetation/grass_caves.yml
Expand Up @@ -26,5 +26,5 @@ structures:
distribution:
type: WHITE_NOISE
structures:
- BLOCK:minecraft:grass: 6
- BLOCK:minecraft:short_grass: 6
- tall_grass: 1
2 changes: 1 addition & 1 deletion features/vegetation/tall_grass.yml
Expand Up @@ -39,4 +39,4 @@ structures:
type: WHITE_NOISE
structures:
- tall_grass: 8
- BLOCK:minecraft:grass: 1
- BLOCK:minecraft:short_grass: 1
2 changes: 1 addition & 1 deletion pack.yml
@@ -1,5 +1,5 @@
id: OVERWORLD
version: 1.3.3
version: 1.3.4
author: "Astrash, Sancires, Aureus"

generator: NOISE_3D
Expand Down

0 comments on commit 43348ce

Please sign in to comment.