Skip to main content

Home/ Groups/ 5B Aidan Saunders How Minecraft is Educational
Aidan S

Minecraft /Summon Codes! - Network: Theme - 0 views

  • F.Y.I MOB NAMES NEED TO BE WRITTEN WITH FIRST LETTER CAPITALISED
  • Data tags allow you to assign NBT data to items/entities using commands.
  • {display:{Name:"Nether Wart of Bort"}}From the Item Structure wiki page, we can see that this will set the display name of the item.
  • ...7 more annotations...
  • We can also create player skulls in a similar fashion: (player heads have a damage value of 3): /give Player 397 1 3 {SkullOwner:"Notch"}
  • To spawn a zombie with a gold helmet, and nothing else, we use blank key-value pairs:/summon Zombie ~ ~ ~ {Equipment:[{},{},{},{},{id:314}]}
  • The most basic summon goes like this: /summon Pig, which is shorthand for /summon Pig ~ ~ ~. The tilde (~) character represents relative coordinates
  • To spawn a skeleton with a bow and full diamond:/summon Skeleton ~ ~ ~ {Equipment:[{id:261},{id:313},{id:312},{id:311},{id:310}]}
  • To spawn a skeleton holding a diamond hoe:/summon Skeleton ~ ~ ~ {Equipment:[{id:293}]}
  • As some people might know (once they've stopped looking at all the biomes ), once of the new features added in was /summon feature.This allows you to summon pretty much any entity into the game.You can also assign custom data to them as well.
  • Items can have multiple potion effects or enchantments, so we use a list of key-value pairs to define them, even if we only want one. Lists are created with [] brackets.
  •  
    quote=yellow paraphrase=green
Aidan S

Using Minecraft as an Educational Tool | Edutopia - 0 views

  • Minecraft is a video game that has a lot to offer. At its core, it's very open-ended. If you want to have an adventure, you can have an adventure. If you want to build something, you can build something. If you want to talk to your friends, you can talk to your friends. If you want to kill monsters, you can kill monsters. So the game appeals to a lot of people. It makes a lot of sense to take a game that is already fun, that is proven to be enjoyable to kids, and try to find a way to bring it into the classroom.
Aidan S

Redstone Torch - Minecraft - 0 views

  • A redstone torch is special block in Minecraft that interacts with Redstone. It has several functions in redstone circuitry, but the primary purpose is to act as a power source.
Aidan S

Redstone Comparator - Minecraft - 0 views

  • It has two inputs: one from the back ('signal A') and one from the side ('signal B').
  • If signal B is stronger than signal A, there will be no output.
Aidan S

Redstone Works :: Minecraft Redstone tutorials - 0 views

  • OR Gate If any of the inputs are ON, the output is ON, else the output is OFF.
1 - 7 of 7
Showing 20 items per page