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

[BUG] Grass breaks blocks #60

Open
BrekiTomasson opened this issue Feb 18, 2021 · 1 comment
Open

[BUG] Grass breaks blocks #60

BrekiTomasson opened this issue Feb 18, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@BrekiTomasson
Copy link

If you have a grass block with one block of air above it, and then any block above that, then any "tall grass" that grows in that spot will replace the block in question. So there needs to be an air-check for two blocks above grass before allowing tall grass to grow in a spot.

@BrekiTomasson
Copy link
Author

Any news on this? It's fairly easy to test, just set up a bunch of grass blocks, leave one block of air above it and then place, for example, oak slabs in the space above that air block. Try it yourself by running these three commands (without moving between them, of course ;) ). You'll get a 30x30 area of grass blocks with one space and one layer of oak slabs above that, 10 blocks above you:

/fill ~ ~10 ~ ~30 ~10 ~30 minecraft:grass_block
/fill ~ ~11 ~ ~30 ~11 ~30 minecraft:air
/fill ~ ~12 ~ ~30 ~12 ~30 minecraft:oak_slab[type=bottom]

Wait long enough and you'll see this happening:

image

@Haven-King Haven-King self-assigned this Mar 29, 2021
@Haven-King Haven-King added the bug Something isn't working label Mar 29, 2021
gniftygnome added a commit to gniftygnome/TinyTweaks that referenced this issue Sep 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants