-
Notifications
You must be signed in to change notification settings - Fork 9
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
Using "minecraft:sandstone" as the top or filler generates creeper-face chiseled sandstone. #7
Comments
And the funny thing: it's biome dependent. It was messing up in mesas. Mod list? total 32664 |
Turns out mesa biomes set some blocks metadata to 1 (among other values). That is how they get the colored clay layers. Unfortunately, the code in which this is set is run after any Forge hook, so there's no direct way I can fix this. I'll keep thinking of ways to fix this, but I can't guarantee anything. |
No problem. I wound up having to leave mesas as sand/clay, and doing some work with COG to make them the way I wanted. It's good enough. |
Fixing this would require overhauling a portion of the generation code, something I'm not going to do with BiomeTweaker. I'm going to consider it as an unfortunate side effect. |
I get creeper-face, chiseled sandstone, when I use "minecraft:sandstone".
The text was updated successfully, but these errors were encountered: