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 all commits
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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: OVERWORLD
version: 1.3.3
version: 1.3.4
author: "Astrash, Sancires, Aureus"

generator: NOISE_3D
Expand Down