← Back to board

Lack of sugar canes

OpenHeroHero59 messagesstarted Jun 30, 2026, 10:02 PM
gameplayother
HeroHeroOP3 months ago(edited)
Something about the generation of the overworld makes sugar cane not spawn for some reason I made 3 new worlds and all had sugar canes the worlds I queued did not have a SINGLE sugar cane

can we check on this please and thank you heroheart

the photo shows how a river has 0 sugar cane and it expands with 0 sugar canes
7
noura šŸœ›
noura šŸœ›3 months ago
i don't think draftout changes anything about sugarcane generation. you can try the same seed in singleplayer and see the same sugarcane spawns. they're just not super common outside of desert biomes
Rudy
Rudy3 months ago
yeah i think you just got unlucky
Rudy
Rudy3 months ago
oh perhaps not
sam
sam3 months ago(edited)
you're actually correct, this is caused by them accidentally applying lava pool spawn rates to all RarityFilter generation

The Lava pool 1% rate has accidentally been applied to all RarityFilter features in the new update.

This makes sugar cane ~30x less frequent, and causes other issues
Rudy
Rudy3 months ago
interesting...
Rudy
Rudy3 months ago
😭
noura šŸœ›
noura šŸœ›3 months ago
ermm
noura šŸœ›
noura šŸœ›3 months ago
how do you know it got applied to all the features
noura šŸœ›
noura šŸœ›3 months ago
no need to ping if you made a separate bug report for it
sam
sam3 months ago
any world generation updates have to be client sided, the server just gives a seed

so it's kinda just in the mods code
noura šŸœ›
noura šŸœ›3 months ago
what?
noura šŸœ›
noura šŸœ›3 months ago
i'm asking what made the code apply to every feature
noura šŸœ›
noura šŸœ›3 months ago
from your search
sam
sam3 months ago
@Mixin(RarityFilter.class)
public class RarityFilterMixin {
    @Inject(method = "shouldPlace", at = @At("HEAD"), cancellable = true)
    private void modifyLavaLakeRarity(..., CallbackInfoReturnable<Boolean> cir) {
        if (!MatchData.isInMatchWorld()) return;
        cir.setReturnValue(random.nextFloat() < 0.01f);
    }
}
noura šŸœ›
noura šŸœ›3 months ago
ohh pats
pinkpuff
pinkpuff3 months ago
Crazy if true cuz sometimes it does feel like sugar cane is unreasonably rare
sam
sam3 months ago
shouldPlace is just everything so it applies to everything
noura šŸœ›
noura šŸœ›3 months ago
yeah that just modifies every single rarity roll, strange
sam
sam3 months ago(edited)
also makes e.g. "large diamond ore" 11x more frequent. diamond armor meta rn
pinkpuff
pinkpuff3 months ago
Shooot im drafting that rn before patch comes in šŸ‘€
pinkpuff
pinkpuff3 months ago
Hashtag cheating
noura šŸœ›
noura šŸœ›3 months ago
idt it's possible to check the feature type/id from RarityFilter so that's probably it wasn't done
noura šŸœ›
noura šŸœ›3 months ago
do not ghost ping please
marin
marin3 months ago
fixing
3
noura šŸœ›
noura šŸœ›3 months ago
and there's no need to bump in gen chat
sam
sam3 months ago
great, sorry to have bothered you! greatly appreciate all your work!
marin
marin3 months ago
ty for pointing it out
2
Nugget
Nugget3 months ago
so thats why i couldn't find any cane in my last match LOL
Hero
HeroOP3 months ago
idk if ur referring to me but I made this report before the lava pool one
Hero
HeroOP3 months ago
yayy tysm
Hero
HeroOP3 months ago
The idea of a river not having sugar cane at all is insane I am talking like almost 100 blocks + a swamp lit had 0 sugar cane too there is def smthn (ik it got patched) but I am just saying I didnt do it from one try I knew smthn felt wrong
sam
sam3 months ago
this was for me
Hero
HeroOP3 months ago
oh ok
GracefulBeauty
GracefulBeauty3 months ago
oh this also explains why i didn't see any sugar cane in an entire swamp x)
GracefulBeauty
GracefulBeauty3 months ago
and no red mushroom in 1000 acres of nether wastes
Nil
Nil3 months ago
w bug report
Uniquepotatoes
Uniquepotatoes3 months ago
Oh thats weird i had a bunch of sugar canes
Uniquepotatoes
Uniquepotatoes3 months ago
Hero
HeroOP3 months ago
@Uniquepotatoes
Hero
HeroOP3 months ago(edited)
+it made it 30x times less chance to generate so u got lucky ig if this was before the fixed happened
Uniquepotatoes
Uniquepotatoes3 months ago
Does this mean lava lakes are supposed to be more common in general now ?
sam
sam3 months ago
they've always boosted lava pools
sam
sam3 months ago
by 2x
sam
sam3 months ago
same rate as before
sam
sam3 months ago
in addition to forcing at spawn
Uniquepotatoes
Uniquepotatoes3 months ago
oh weird i dont think it said they did that anywhere
sam
sam3 months ago
yeah you're supposed to read the mod jar to stay in amethyst
Uniquepotatoes
Uniquepotatoes3 months ago
my bad ):
Uniquepotatoes
Uniquepotatoes3 months ago
why can u even just read the code from the jar file isnt it supposed to be compiled
sam
sam3 months ago
decline to answer
Uniquepotatoes
Uniquepotatoes3 months ago
spooky !
sam
sam3 months ago
im wrong, it was 1.33x before and now it's 2x
Uniquepotatoes
Uniquepotatoes3 months ago
ah yeah that makes sense
Uniquepotatoes
Uniquepotatoes3 months ago
they felt more common
Uniquepotatoes
Uniquepotatoes3 months ago
i figured it out :D
YottaCat
YottaCat3 months ago
ok glad it wasn't just me, I was going crazy after I went 1k blocks and didn't see a single sugarcane
noura šŸœ›
noura šŸœ›3 months ago
nah it was sam he had pinged marin before editing it
1