Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.3.4 and Replace grass with short grass #156

Merged
merged 2 commits into from
Dec 10, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -51,6 +51,9 @@ generate in an area where it previously did not (resulting in a chunk border).

### Fixed

## [v1.3.4]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Section titles and their anchors for new releases are automated by CI so leave things under the 'Unreleased' section

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh i see

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I should probably leave a comment there explaining this tho

### Fixed
- Translated minecraft:grass to minecraft:short_grass.

## [v1.3.3]
### Fixed
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