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

newSplotchDecoration doesn't work #307

Open
somebush opened this issue May 9, 2024 · 0 comments
Open

newSplotchDecoration doesn't work #307

somebush opened this issue May 9, 2024 · 0 comments

Comments

@somebush
Copy link

somebush commented May 9, 2024

I want to create dirt patches on the surface of the Mangrove biome (Biomes O' Plenty). This will diversify the default monochromatic surface of the biome.
I wrote this script, and also included the script file in BiomeTweaker.cfg, but I did not see the result. Maybe newSplotchDecoration generates spots on the bottom of shallow bodies of water rather than on the surface of the ground?

mangroveBiome = forBiomes("biomesoplenty:mangrove")
mangroveBiome.addDecoration(splotchDec)

splotchDec = newSplotchDecoration()
splotchDec.addBaseBlock("biomesoplenty:grass")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant