TelepathicGrunt
banner
telepathicgrunt.bsky.social
TelepathicGrunt
@telepathicgrunt.bsky.social
Software Developer that makes Minecraft mods on free time. See The Bumblezone, Repurposed Structures, and other mods I have made.
After optimizing the features in my Bumblezone mod some more, worldgen is even faster now!

The caves are pretty much the main thing taking up worldgen time now but I doubt I can make them faster without losing the cave shape I like.

#minecraft #mcdev #modding
December 27, 2024 at 2:33 AM
Echoing my message on Discord to here, be sure you are not storing passwords, secrets, webhooks, etc in SERVER type configs on Forge/Neoforge. The config is synced to clients so try and use unsynced configs or roll out your own for private info you’re storing in your mods.
#minecraft #modding #mcdev
December 18, 2024 at 1:28 PM
Optimized the surface rules a bit more. Should be slightly faster now than previous video
December 18, 2024 at 11:48 AM
Working on trying to make my Bumblezone mod's worldgen a bit faster for 1.20.1 and 1.21.1 #minecraft. Feels quite a bit faster than unmodded overworld. The main two things taking up most of worldgen in my mod are Surface Rules and the caves using noise generators.

#mcdev #modding
December 18, 2024 at 1:52 AM
When using a slow-moving noise generator to sample a huge number of positions during #minecraft #modding worldgen, you can skip over a few spot if the noise value is too far from your target threshold. Gives a significant speed boost when values are at extremes.
(X in pic are skipped checks)
#mcdev
December 6, 2024 at 4:50 PM
My Minecraft Mods can be found on CurseForge and Modrinth. Checkout Bumblezone, Repurposed Structures, or my smaller utility/helpful mods like Structure Layout Optimizer!

legacy.curseforge.com/members/tele...

modrinth.com/user/Telepat...
November 29, 2024 at 1:29 PM