Today i’m going to show you how to create different magic spells in make code with minecraft you can create a circle of fire cast lightning at your fingertips and also splash out with a circle of ice that spreads out around you let’s get started go down onto the Advanced and under shapes you’ll want to grab the circle of and we’re going to change that grass dirt block to fire you can put anything here for later but it only works with block entities we’ll leave the radius at 5 for now but you need to change the around position to up down So that it’s on the y plane meaning that it creates a circle around steve if you make it a hollow circle uh that way it won’t be a full like slice of a circle so you won’t get burned duplicate that block and change it to ice also on the Circle off change that to ice 2. just a note i’ve given the on chat commands the titles fire and ice but you can give them whatever you would like also the middle block here of where its center is needs to be minus one if you hold your mouse over that you can see That the first position is for east west the middle for up down and the right for north and south for the block of ice you also want to change that to replace so it replaces the blocks underneath your character and splashes out that circle now for the lightning but before we do That lightning as an entity works differently to the fire and ice blocks we want to create it in these different positions here so all together there’s three to the left three to the right three in front and three behind now we could very quickly uh and lazily do this by Just doing it nine times and putting all the individual coordinates in but instead of doing that we can make a list of those coordinate points and get the game to do that for us so first of all we’re gonna make a list where it was from minus six minus five minus four We’re going to leave a little space around steve so it doesn’t get burned by the lightning and then go up to four five six we can do that left and right of him as well as in front and behind so we’ll set uh the list into the on chat command of lightning And then under the loops we need the four element and value you grab the value which is going to be the numbers in that list and you drop that red value block into the east and west position and the north and south position as i’m showing you here Then in that list make sure you’ve got all your values i’ve just done it from minor six to minus four and then leaving a space to do a four five six if you do it much closer to steve with the lightning it can cause it him to burn so just be careful With that thanks ever so much for watching and i hope you enjoyed using these superpowers i’ll see you next time Video Information
This video, titled ‘Magic Spells in Minecraft with MakeCode’, was uploaded by Woodys Workshop on 2021-02-10 23:34:24. It has garnered 266 views and 10 likes. The duration of the video is 00:03:12 or 192 seconds.
Set up Minecraft Makecode with the Code Connection App: https://minecraft.makecode.com/setup
Or get started with projects here: https://minecraft.makecode.com/
Thanks for watching!