MCTeamPotato / Kasualix-Issue-Tracker

Global issue tracker for my mods.
3 stars 0 forks source link

grass is floating #115

Open superon opened 9 months ago

superon commented 9 months ago

Specific mod for which you open this issue

GrassNotFloating

MC version & mod version

1.16.5 0.1.0

Latest log

https://pastebin.com/nfrjE7ZS

Issue description

using this seed -3589303643362891562 i found grass floating here -445 63 -343 and here -433 66 -794 (not exact position but very close for teleporting to to view the floaters) 2024-01-29_20 41 39

YourBessFriend commented 8 months ago

I think this is a regular bug for MC terrain generation.

superon commented 8 months ago

I think this is a regular bug for MC terrain generation.

it is yes, i added the mod GrassNotFloating expecting it to prevent this bug re: "This is a very simple mod that prevents minecraft:grass from generating on air blocks. Loaded chunks in existing world will not be affected." as per the mod description, that is why i posted

Kasualix commented 8 months ago

I only made the "set a grass block and check if there is air under it" judgment but forgot "set an air block and check if there is grass above it" judgment, I will find spare time to add it.