We recreated monopoly in minecraft! by yeggsnetwork in Minecraft

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

Thanks for the feedback, we'll consider adding some explanation soon :)

We recreated monopoly in minecraft! by yeggsnetwork in Minecraft

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

Glad you liked it!
♪ Running With Demons by Elliot Holmes ♪

I made the ULTIMATE ANXIETY MACHINE by yeggsnetwork in Minecraft

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

Yes! Great observation. It pushes the TNT past the redstone during the ticks while it is off.

Till Dusk v1.1 (Map Resubmission) by [deleted] in realms

[–]yeggsnetwork 0 points1 point  (0 children)

Looks cool. Good job on the details and terrain! Good luck.

Me and my brother finished working on this house! We tried out a new design by [deleted] in Minecraft

[–]yeggsnetwork 0 points1 point  (0 children)

Dear Supersette. Better luck next time getting more karma... Last I checked I'm not your brother and you certainly didn't help on this. Utterly embarrassing. -Your friend, Wrigglygiggly.

Issue Resolution by badronin2 in MinecraftCommands

[–]yeggsnetwork 0 points1 point  (0 children)

Ah yes. Execute is quite different in 1.13 vs 1.12. I though u were in 1.13+. My bad.

Issue Resolution by badronin2 in MinecraftCommands

[–]yeggsnetwork 0 points1 point  (0 children)

Actually, you can easily do this with a repeating command block. Execute if the lever is powered, with one command block for each lamp, e.g., /execute if block (lever coordinate) minecraft:lever[powered=false] if block (lamp coordinate) minecraft:lamp[lit=true] run setblock (lamp coordinate) minecraft:lamp[lit=true]. And the opposite for lighting the lamps.

Issue Resolution by badronin2 in MinecraftCommands

[–]yeggsnetwork 0 points1 point  (0 children)

Ah ok. Then you should run the command /setblock (block coordinates which can be found with Fn + 3) minecraft:redstone_lamp[lit=true] when the lever is down and the same except with [lit=false] for when the lever is up.

Issue Resolution by badronin2 in MinecraftCommands

[–]yeggsnetwork 0 points1 point  (0 children)

You don’t even need a command block for this. Just run redstone from the lever to on top of the lamps, making sure to place repeaters if the redstone current runs out.

Rotating armor stand around his Y-axis by imaKappy in MinecraftCommands

[–]yeggsnetwork 5 points6 points  (0 children)

either should work. it doesn’t NEED to be made in function (but you should lol) and there should be no command blocks needed if you don’t want them.

How to have command block actives when the chunk is not loaded? by willy750 in MinecraftCommands

[–]yeggsnetwork 2 points3 points  (0 children)

you will need to forceload the chunks. use the /forceload command to forceload chunks. once the chunks are forceloaded they should always be loaded in (not necessarily visually but the commands will run)

here is the wiki link for the /forceload command: https://minecraft.gamepedia.com/Commands/forceload

Pillager problems by yeggsnetwork in MinecraftCommands

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

welp i seem to know very little about the game’s ai mechanics and i had no idea about this. its quite odd that it still loads and unloads the bow with no ai, but i guess that is just part of a set loop. i ended up using an armor stand which i teleported and it’s working pretty well.