Fixes
This commit is contained in:
parent
46ceaee8be
commit
310369cbb3
2 changed files with 3 additions and 1 deletions
|
@ -66,7 +66,7 @@ public class MossyGlowshroomFeature extends DefaultFeature {
|
|||
ROOTS.setAngle(random.nextFloat() * MHelper.PI2);
|
||||
FUNCTION.setSourceA(sdf);
|
||||
Set<BlockPos> blocks = new SDFScale()
|
||||
.setScale(MHelper.randRange(0.5F, 1F, random))
|
||||
.setScale(MHelper.randRange(0.75F, 1.1F, random))
|
||||
.setSource(FUNCTION)
|
||||
.setReplaceFunction(REPLACE)
|
||||
.setPostProcess(POST_PROCESS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue