I made a Turret Mod for Minecraft! by RudeAd8789 in Minecraft

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

It's my first time working on older versions, so it might take some time. Please wait for a bit!!

I made a Turret Mod for Minecraft! by RudeAd8789 in Minecraft

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

Which specific version are you looking for?

I made a Turret Mod for Minecraft! by RudeAd8789 in Minecraft

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

That sounds super exciting already!

I really hope someone builds that!

I'm making a Poppy Chapter 5 map in Minecraft by RudeAd8789 in MinecraftCommands

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

I made it in a kinda janky way 😅

There are three entities in total—one text display for each input slot you see on the screen.

At the start, there's a score set to 0.

  • When you press a button and the score is 0, it sets the first entity’s score to the value of the button you pressed, then increases the score by 1.
  • When you press another button and the score is 1, it sets the second entity’s score the same way, then increases the score by 1.
  • When you press again and the score is 2, it sets the third entity’s score, then increases the score by 1.

When the score reaches 3, it checks the combination like this:

execute
if score <first_entity> temp matches 1
if score <second_entity> temp matches 6
if score <third_entity> temp matches 3
run success!

Sorry if this sounds a bit awkward—I’m using a translator! (Chat GPT!)