Uploaded March 2025 | Updated September 2026, 5 days ago
Happy Pi Day!
Utilizing a set of custom dimensions, I've put together a Mandelbrot Set generator in Minecraft that scales to fill the maximum world size of 60 Million by 60 Million blocks!
The first dimension allows you to see a low resolution rendering of the entire set at once, and is 60x60 blocks. After that, each dimension is scaled up 10 times larger in each direction, bringing the seventh and final dimension to the full world size. With custom dimension scaling, teleporting from one dimension to another will maintain the same 'point' on the set. The set is oriented on a diagonal to allow for an even larger scale.
World Download: planetminecraft.com/project/world-size-mandelbrot-set
Share your Mandelbrot Screenshots on Discord: discord.com/invite/Vr9vfP6EqH
Happy Pi Day!
Utilizing a set of custom dimensions, I've put together a Mandelbrot Set generator in Minecraft that scales to fill the maximum world size of 60 Million by 60 Million blocks!
The first dimension allows you to see a low resolution rendering of the entire set at once, and is 60x60 blocks. After that, each dimension is scaled up 10 times larger in each direction, bringing the seventh and final dimension to the full world size. With custom dimension scaling, teleporting from one dimension to another will maintain the same 'point' on the set. The set is oriented on a diagonal to allow for an even larger scale.
World Download: planetminecraft.com/project/world-size-mandelbrot-set
Share your Mandelbrot Screenshots on Discord: discord.com/invite/Vr9vfP6EqH






![Create Custom Portals with Just 5 Commands
This week, were making it easy to add custom portals to a Minecraft world with just 5 commands.
This video was more of a last minute idea I put together as I was setting up the demo area for (what will now be) next weeks episode.
Im planning on using these gateways in later episodes to create demo areas for each of the future five-block creations.
Here are the commands used in this video:
Command 1 - Place End Gateway:
execute as @e[type=item,nbt={Item:{id:minecraft:compass}}] at @s if data entity @s Item.tag.LodestonePos if block ~ ~-1 ~ minecraft:respawn_anchor if entity @e[type=item,nbt={Item:{id:minecraft:ender_pearl,Count:16b}},distance=0..0.5] run setblock ~ ~-1 ~ minecraft:end_gateway{ExactTeleport:1b,Age:-9223372036854775808L}
Command 2 - Set Exit Coordinates:
execute as @e[type=item,nbt={Item:{id:minecraft:compass}}] at @s if data entity @s Item.tag.LodestonePos if block ~ ~-1 ~ minecraft:end_gateway if entity @e[type=item,nbt={Item:{id:minecraft:ender_pearl,Count:16b}},distance=0..0.5] run data modify block ~ ~-1 ~ ExitPortal set from entity @s Item.tag.LodestonePos
Command 3 - Consume Ender Pearls:
execute as @e[type=item,nbt={Item:{id:minecraft:compass}}] at @s if data entity @s Item.tag.LodestonePos if block ~ ~-1 ~ minecraft:end_gateway run kill @e[type=item,nbt={Item:{id:minecraft:ender_pearl,Count:16b}},distance=0..0.5,limit=1]
Command 4 - Destroy End Gateway
execute as @e[type=minecraft:falling_block,nbt={BlockState:{Name:minecraft:anvil}}] at @s if block ~ ~-1 ~ minecraft:end_gateway{ExactTeleport:1b} run setblock ~ ~-1 ~ air
Command 5 - Play Teleport Sound
execute as @a[nbt={PortalCooldown:9}] at @s unless block ~00 ~1 ~00 minecraft:nether_portal unless block ~-1 ~1 ~00 minecraft:nether_portal unless block ~01 ~1 ~00 minecraft:nether_portal unless block ~00 ~1 ~-1 minecraft:nether_portal unless block ~00 ~1 ~01 minecraft:nether_portal run playsound minecraft:entity.enderman.teleport player @a ~ ~ ~ 1 1 0
Chapters:
0:00 Preview
0:21 Overview and Demo
2:20 Command 1
4:34 Command 2
5:11 Command 3
5:55 Command 4
6:48 Command 5
8:24 Outro Create Custom Portals with Just 5 Commands](https://i.ytimg.com/vi/tNmdP9tlQ7Q/mqdefault.jpg)



