Lack of sugar canes
Open
Hero59 messagesstarted Jun 30, 2026, 10:02 PM
gameplayother
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
the photo shows how a river has 0 sugar cane and it expands with 0 sugar canes
can we check on this please and thank you
the photo shows how a river has 0 sugar cane and it expands with 0 sugar canes
7
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
Rudy3 months ago
yeah i think you just got unlucky
Rudy3 months ago
oh perhaps not
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
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
Rudy3 months ago
interesting...
Rudy3 months ago
noura š3 months ago
ermm
noura š3 months ago
how do you know it got applied to all the features
noura š3 months ago
no need to ping if you made a separate bug report for it
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
so it's kinda just in the mods code
noura š3 months ago
what?
noura š3 months ago
i'm asking what made the code apply to every feature
noura š3 months ago
from your search
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 š3 months ago
ohh pats
pinkpuff3 months ago
Crazy if true cuz sometimes it does feel like sugar cane is unreasonably rare
sam3 months ago
shouldPlace is just everything so it applies to everything
noura š3 months ago
yeah that just modifies every single rarity roll, strange
sam3 months ago(edited)
also makes e.g. "large diamond ore" 11x more frequent. diamond armor meta rn
pinkpuff3 months ago
Shooot im drafting that rn before patch comes in 
pinkpuff3 months ago
Hashtag cheating
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 š3 months ago
do not ghost ping please
marin3 months ago
fixing
3
noura š3 months ago
and there's no need to bump in gen chat
sam3 months ago
great, sorry to have bothered you! greatly appreciate all your work!
marin3 months ago
ty for pointing it out
2
Nugget3 months ago
so thats why i couldn't find any cane in my last match LOL
HeroOP3 months ago
idk if ur referring to me but I made this report before the lava pool one
HeroOP3 months ago
yayy tysm
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
sam3 months ago
this was for me
HeroOP3 months ago
oh ok
GracefulBeauty3 months ago
oh this also explains why i didn't see any sugar cane in an entire swamp x)
GracefulBeauty3 months ago
and no red mushroom in 1000 acres of nether wastes
Nil3 months ago
w bug report
Uniquepotatoes3 months ago
Oh thats weird i had a bunch of sugar canes
Uniquepotatoes3 months ago
HeroOP3 months ago
@Uniquepotatoes
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
Uniquepotatoes3 months ago
Does this mean lava lakes are supposed to be more common in general now ?
sam3 months ago
they've always boosted lava pools
sam3 months ago
by 2x
sam3 months ago
same rate as before
sam3 months ago
in addition to forcing at spawn
Uniquepotatoes3 months ago
oh weird i dont think it said they did that anywhere
sam3 months ago
yeah you're supposed to read the mod jar to stay in amethyst
Uniquepotatoes3 months ago
my bad ):
Uniquepotatoes3 months ago
why can u even just read the code from the jar file isnt it supposed to be compiled
sam3 months ago
decline to answer
Uniquepotatoes3 months ago
spooky !
sam3 months ago
im wrong, it was 1.33x before and now it's 2x
Uniquepotatoes3 months ago
ah yeah that makes sense
Uniquepotatoes3 months ago
they felt more common
Uniquepotatoes3 months ago
i figured it out :D
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 š3 months ago
nah it was sam he had pinged marin before editing it
1