Wednesday, May 23, 2018

Minecraft Bedrock Edition Tutorials Custom Crafting Recipes!

In Minecraft pe have you ever wanted somthing that you can only get on creative, but you are on survival?  Well you can get those items by creating your own crafting recipes!

Warning: you will need command blocks for this.

Here is a picture of one custom crafting recipe:


So first place four command blocks facing the right, then step back. Next place droppers facing up on top of the command block to the left, and the command block to the right. Then put the items that you want to craft with in the dropper to the left. Next type this in the command block to the left:

/testforblocks ~ ~1 ~ ~ ~1 ~ 100 64 255

The only thing you have to change is the "100 64 255" because you want the coordinates of where you will place the third dropper (AKA the crafting table). Then make the command block you just typed in a repeat, and always active command block. Next place the third dropper where you typed in the coordinates in the command block. Then put the thing (or things) you want to craft using the custom crafting recipe in the dropper on top of the command block to the right.  Next type this in the second command block from left to right:

/setblock 100 64 255 air

I used the "100 64 255" again because it has to be in the same coordinates of the third dropper. Then make that command block that you just typed in a chain, conditional, and always active command block. Next make the third command block from left to right a chain, conditional, and always active command block. Then type this in the command block that you just changed its modes (the newest chain, conditional, and always active command block):

/kill @e[type=item]

Next make the command block to the very right a chain, conditional, and always active command block, then type this in it:

clone ~ ~1 ~ ~ ~1 ~ 100 64 255

Just remember, instead of "100 64 255" use the coordinates of where you placed the third dropper
or else this will not work! You can do as many custom crafting recipes as you want!

Anyway I think that is really cool, but that's it for today!  Goodbye!

Friday, May 18, 2018

Minecraft Pe 1.4 Update

If you play Minecraft just in case you didn't know... it's finally here!  The 1.4 Minecraft Bedrock Edition Update is finally here!  It has added a lot of cool new stuff, and fixed a lot of stuff! It adds a new animation for the riptide Trident enchantment, and coral, and dolphins, and fish, and more!  The dolphins can chase swim with people inside boats, and phantoms swoop down at you or up at you, but they only come when it is night time, and you haven,t slept in five Minecraft days (or you can say an hour)!




  This new update has also added fish mobs (entities), which is actually really cool!


I think this new update is going to be awesome!  Anyway that's it for today!  Goodbye!

Wednesday, May 16, 2018

Minecraft The Orespawn Mod

Have you ever heard of the Orespawn Mod for Minecraft Java Edition? If you haven't heard of it, it is a mod that adds tons (maybe most) of the stuff from the Crazy Craft Minecraft Mod Pack! It is like the best mod like in the history of mods that are not mod packs! There is so much new stuff! Like (probably) Hundreds of new bosses, and also hundreds of new ores! (probably)  Also There is over 100 new mobs, and at least 90 new weapons! In the ore spawn mod the strongest sword is the "Royal Guardian Sword", and the strongest armor is the "Royal Guardian Armor" set! The strongest mob/boss is the "King" which is a BIG three headed white dragon, which can be found and summoned in the "Utopia Dimension". The King has over one thousand health because the strongest sword does 750 damage, and you have to hit the king at least twenty times!











The second strongest boss is the queen which is pretty peaceful at first spreading butterflies around, and spreading flowers!






 I think you have to get seen or attack her in order to start the big fight! This is what she looks like during the attack!







You might think this is the most peaceful mob/boss in the game but then it's definitely NOT!  The third strongest boss is MOBZILLA!  This is the most annoying boss in my opinion because I had beaten the king and queen multiple times, and gotten the prince and princess multiple times (which are pets that fight for you). Next I made the princes grow up into young adult princes! Then I accidentally summoned mobzilla for the second time, and then sadly my princes, and princesses all died!😭😭😭😭😭😭    Even more sadly after that my older brother deleted all of it!  NOOOOOOOOOOOOOOO! 



Sorry about all of the drama. Anyway that's it for today! Goodbye!



Minecraft pe mcpedl mods

In Minecraft Pe and JvE (Java Edition) there are quite a bit of cool stuff, but you can make it cooler by going to the website mcpedl.com, and installing some mods/add-ons! There are so much mods/add-ons, and texture packs/resource packs, it's crazy! Most of them are really cool, and fun! For an example the "Baby Player Add-on", is really cool because you are small and there are so many possibilities when you are smaller! But the view is still the same, but you know you still look awesome! If you are on the Fire OS then some of the add-ons you install, you won't have to get something like Es file explorer, or Astro file explorer. But some you will have to get one of the file explorers. Also there is a way to create your own add-ons! You can do this by going to any file explorer and downloading pictures from google or something. Then go into the file explorer and go to downloads, and copy the picture, and then go to either vanilla resource packs or to a resource pack you just downloaded. Then put the copied picture in whatever you want to replace it with! But you cannot put a human or zombie skin on something like an enderman, unless you create a behavior pack that changes the model of the enderman. I think that these add-ons/mods are really cool!



Anyway that's it for today I'll talk to you next time on the next blog! Goodbye

Monday, May 14, 2018

If you were to change anything about Minecraft what would it be?

In Minecraft have you ever gotten tired of just playing it normally?  Well there are ways to change the game up quite a bit! For an example, texture packs/resource packs, and mods/add-ons. Those can change Minecraft around quite a bit! Like making the endermen look like, and act like slendermen, and much, much more!

 The possibilities are endless!

I think that changing Minecraft around is awesome! I mean seriously! I mean who doesn't want Minecraft to be at least a tiny bit different? Minecraft is fun and all, but sometimes it can just become boring. So I just like to change it up a bit, right?!


Come on guys!


Anyway that's it for today! Goodbye!

Friday, May 4, 2018

Understanding Binary Codes and More

Have you ever seen a Binary code? Have you ever wondered what they are? Well I now just barely found out how to read them! Binary codes are a series of ones and zeros, they are pretty confusing for people that just found out about them, but I'm going to tell you how to read them! So first of all the letters start out as normal numbers then they will turn into something else (which are ones, and zeros). Like capital "A" is the number "65", and the capital "B" is the number "66", and then the capital "C" is the number "67" ,and so forth. Then the lowercase letters. "a" is "97", "b" is "98", and "c" is "99", and so forth. Next onto the other numbers. So "1st" is equal to "1", and "2nd" is equal to "2", and "3rd" is equal to 4, "4th" is equal to "8" and "5th" is equal to "16". So these "1st", "2nd", "3rd", "4th", and "5th" go up until "8th", and you have to keep multiplying by "2" each time. So there are 8 spots, which are numbered 1st - 8th, reading it right to left.  So the 8th position is the first one when reading left to right.

Now take the letter numbers that you want (like I told you about above), and then see if the other numbers, starting with the 8th position (which is 128), are bigger than the letter number. If they are, then put a zero, if they aren't, or are the same, then put a one.  Start at the 8th position, and put a zero because it is bigger than all of the letter numbers. Then go to 7th (which is "64"), and if the letter number that is leftover is bigger than the "64" then put a one after the zero. Then go to 6th (which is "32"), and if the '32" is smaller than the leftover letter number, then put a one after the other binary code numbers. But each time you place a "1", then you will have to subtract the letter number with the other numbers (which is like 8th=128), but with the letter number on the top. So this means that if I had a H (which is "72"), then I would put a "1" with the "7th", because 72 is bigger than the "64". Then I would subtract "64" from the "72", which would become a "8". So that means that the "H" (or you can say "72") will become this:

01001000

This also means that if I wanted to say "Hello World" then it would be this:


01001000, 01100101, 01101100, 01101100, 01101111, 00100000, 01010111, 01101111, 01110011, 01101100, 01100100

I put commas, and spaces to it so you would not get confused. I think that these codes are super cool! There is even one in one of the alpha versions of Hello Neighbor! So yeah. 


Anyway that's it for today sorry if I confused you! Goodbye!

Wednesday, May 2, 2018

Hello Neighbor QR Codes and More

In Hello Neighbor alpha 4 there are QR codes apparently! The first one that you are supposed to find is close to where the green gramophone, and the moon/night door is today! But in order to actually see it you will need to get a flashlight, and turn it on, and look through the keyhole. The 2nd one you are supposed to find is when you go inside where the basement door is today, then turn around, and look through the keyhole! Also there is something else you can find in it, and if you do something with it then all of the QR codes will say: "Can you see it? Remember 1003063 I had to hide it, they might find out."

Here is a binary code: "Use the number, I'm on the line."

Not really anyone knows what this means, but I think it means that when you move back into your old house that the neighbor secretly moved away to a new house, because the neighbor's house was like burned up when you moved back. I don't know. But I am happy/not happy about how this is like super secretive! I am also working on creating my own Minecraft Hello Neighbor with tons, and tons of secrets, and some secret big pixel art QR codes that will be split apart!  It will look something like this:














If you were to take a screenshot right now, and crop it, then put these two together, and scan them then you would get a very interesting message...


I think that is super cool! Anyway that's it for today sorry about how short it was! Goodbye!

Tuesday, May 1, 2018

Hello Neighbor Act 2 How to Get to The Trampoline to Escape Walk Through


In Hello Neighbor act 2, I now know an easier way to beat the act! But in order to do it you will have to do some stuff that I showed you on "Hello Neighbor Xbox One Act 2 Guide". Apparently the last time that I showed you some stuff  that you can do (I think), opened the way to the trampoline (or you can say tramp).





Yeah... whoops! That was my fault =(. Here are the steps for getting to the trampoline: First you will be in a room with fake windows, and the doors are locked. So look through the keyhole for about at least 10-15 seconds. You will see a weird cardboard outline of a boy, and you will also hear a clicking sound as soon as you see the cardboard outline. This clicking sound means that the door is now open! So go out the door, and take off the vent, then go through it to the ladder. Now just climb up the ladder, and you will come out of the two basement doors in the backyard! The house is mostly the same but with many, many extensions! So first go to the left side of the house (if you are looking at it from the back), and you will see a pipe with a small red lever on it.


Turn that lever!

 You will hear water moving around inside of the pipe. You are going to have to find two more pipes with levers on them! So now go into the neighbors house, and grab the wrench from the freezer.


Why the freezer of all places!

Now go to where the inside basement door is, and go to the pipe, and turn the lever on it.


Now go back outside, and unscrew the gate to the backyard ladder. You won't need the wrench anymore so if you want you can get rid of it. Then go on to the roof part up the ladder, and go to the pipe at the very end of the roof part.

Turn the lever!

Now go to the left side of the house (looking from the back of the house), and go to the big machine that now has water gushing out of it (this is because of the levers that you turned on those pipes). Then take the wheel on the ground next to the machine. Then go up the backyard ladder, and go to the pipe that is close to the end of the roof, and you will see a part of the pipe that is red around a part that is sticking up. So place the wheel on the part of the pipe with the thing sticking up from it.


Turn that wheel!

Warning: you must take the wheel with you wherever you go. Now go back to the top of the ladder, and place two boxes or a big chair on the ground close to the ladder fence. Then go to the very end of the ladder fence, and you will see a pipe with the red around the part sticking up.


Place, and turn that wheel!

Now go to right (looking from the back) of the house, and break the window that inside is blocked off from the rest of the house.


Go inside the window!

Now go inside the door, and place, and turn the wheel on the pipe close to the machine. Then turn the lever on the machine from cold to hot (or maybe it's the opposite). Now go to the front of the house, and go up the ladder. Now go down off of the platform on to the roof (to the left of when you are coming up the ladder). Then place the wheel on the pipe on the roof.


Now turn that wheel!

Then go to the back into the door that is up the ladder, and go to the old flooded room. Then go to the door on the other side of the flooded room, and go down the ladder into the kids room. Then open the door with a chair on it, and go down the stairs. Now go close to the open stairs (which were closed on act 1), and place the wheel on the pipe close to the machine.


Turn the wheel, and pull the big red lever!

Then follow the wires connected to the machine to a nearby door. You will see a locked door and a key on a key hook. Unlock that door! Then you will notice that you are right where the front door is. Then go out the front door, and you will see that the gate to the tramp is now open! But there is no  way into the tramp. So go up the front yard ladder onto the platform, and jump to the trampoline. Now you will bounce up so high that you can go over the fence! So just jump over the fence, and go towards your house then you will see a short clip! Now you are done with act 2! Pretty cool right?

Anyway, that's it for today! Goodbye!

Minecraft Bedrock Edition Tutorials Custom Crafting Recipes!

In Minecraft pe have you ever wanted somthing that you can only get on creative, but you are on survival?  Well you can get those items by c...