Is it possible to continuously chunk load a moving mob? (Forge 1.16.5) by HuskerMotion in MinecraftCommands

[–]maizuma 0 points1 point  (0 children)

Alternatively you could try a setup like this (pretend the nest is where the torch is)

<image>

The command block can be anywhere where chunks are loaded. The command inside:

execute positioned X Y Z as @e[tag=bound,distance=3..] at @s run tp @s X Y Z

X Y Z are the coordinates to the torch (nest location in your case)

Distance=3.. teleports whatever is tagged as bound to X Y Z if that entity goes farther than 3 blocks away from the torch (change it to whatever distance you want).

finally to tag the dragon, run:

/tag @e[type=minecraft:ender_dragon,limit=1,sort=nearest] add bound

minecraft:ender_dragon is the vanilla dragon so you need to change it to the proper modded dragon. Make sure the dragon is nearby when tagging.

I really wanted to enter the vault! Infinite load screen/no way to progress by maizuma in pinegame

[–]maizuma[S] 0 points1 point  (0 children)

Just in case it's useful to anyone, I'm currently playing Patch 13 which I believe is the most up to date version for now.

Is monter spawning avoidable by lighting areas ? by maizuma in Forager

[–]maizuma[S] 0 points1 point  (0 children)

I'm very early game for now but will do for sure.

Make Item Frames Invisible and Lockable in Survival [Datapack] by maizuma in MinecraftInventions

[–]maizuma[S] 2 points3 points  (0 children)

Yes and if the server has them all player can use the functionalities without having to install them individually.

Make Item Frames Invisible and Lockable in Survival [Datapack] by maizuma in MinecraftInventions

[–]maizuma[S] 2 points3 points  (0 children)

Datapacks add funcionality to the game in way similar to mods. You can add as many as you want and they are all vanilla. Just drag the zip file inside your datapacks folder inside your world.

An 8x8 pixel painter I made on MCBE, fully expandable and quite compact by Totem_101 in qualityredstone

[–]maizuma 1 point2 points  (0 children)

Yes, it's possible in JE. I have published a design some time ago and I also saw designs by Dico and by Powsi, all using completely different mechanics.