Glitchfiend / TerraBlender

TerraBlender is a library mod for adding biomes in a simple and compatible manner with Minecraft's new biome/terrain system.
https://www.curseforge.com/minecraft/mc-mods/terrablender
GNU Lesser General Public License v3.0
82 stars 27 forks source link

Grass Blocks generating under the surface Grass Blocks #125

Closed ieguana closed 1 year ago

ieguana commented 1 year ago

What's the issue you encountered?

Hello,

I've recently started learning developing and Terrablender has been great of a help for me, everything else works fine but I've noticed that when selecting Grass blocks in the SurfaceRules, that it generates both on the surface and also it generates there where dirt is supposed to be. Apologies if this is not an issue or just a really simple fix, but I've tried for hours trying to fix this issue with no avail (With no fix found online either), as I'm still a begginer dev. screenshot

How can the issue be reproduced?

Follow the example provided in the repository

Logs

No response

Mod Version

1.19.4-2.2.0.168 (Forge)

Additional information

No response

Adubbz commented 1 year ago

This isn't a TerraBlender bug. I would strongly suggest looking at Mojang's surface rules for a reference on how to use them effectively. The examples are only really meant as a representation of what using TerraBlender's API would look like, rather than a guide to adding decent-looking biomes. I have formatted/named Mojang's surface rules here which may be of use.

ieguana commented 1 year ago

Ah I see, thanks for your reply, and thanks for the references!