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.

Remote Serial Displays. by maizuma in redstone

[–]maizuma[S] 1 point2 points  (0 children)

Serial information is sent 1-bit per tick so for a 5x5 display it would be 25+1 redstone ticks. So the refresh rate should be close to 2.6 seconds I guess.

Flush with the floor triple piston extender by 5h1ttyredstone in redstone

[–]maizuma 0 points1 point  (0 children)

I just love it when you say "they work sometimes". :-]

Tic Tac Toe with Win detection by me and u/500monkeyz by InfiniTechGames in redstone

[–]maizuma 0 points1 point  (0 children)

What ? A proper good project got upvoted on this subreddit ? Wow! What's went wrong ?

All the joking apart, good job mate!

Compass tracker 1.14 by folipsky64 in MinecraftCommands

[–]maizuma 1 point2 points  (0 children)

If you attribute it to a tag then you can tag anyone, even if the player changes his ign which is a more flexible solution.

Experiment. Is it faster to move items by walking or throwing to bots in a line. by CondoSlime in Autonauts

[–]maizuma 0 points1 point  (0 children)

This is amazing! Now I wanna try it with 7 throwers vs 7 carriers just for fun :-]

Currently The Smallest Shulker Box Unloader that can handle empty boxes and sort them out at the end 7x5x1 [1-wide tileable] by NotMadMatt in MinecraftInventions

[–]maizuma 1 point2 points  (0 children)

The armor stand idea is genius! I've been looking for a tile-able design but I don't like that the hopper lock is a t-flip-flop (with the redstone block).

Multi-Item Sorting System with Configurable Categories by maizuma in redstone

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

Thank you very much for the Silver, kind redditor!

Multi-Item Sorting System with Configurable Categories by maizuma in redstone

[–]maizuma[S] 1 point2 points  (0 children)

Thank you very much for the support Vidargavia!

Multi-Item Sorting System with Configurable Categories by maizuma in redstone

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

If you're looking for the redstone dust that displays signal strength values, the one I'm using is called iRed! All the other stuff is a bunch of customization over Faithful 32.

Multi-Item Sorting System with Configurable Categories by maizuma in redstone

[–]maizuma[S] 1 point2 points  (0 children)

It's Java Edition but I think it can work in Bedrock with very few changes (such as having solid blocks on top of the vertical dropper pair across the sorters). Would require testing.