epic_ziver_D

How to make "the smallest house in minecraft"

Aug 10th, 2016
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.27 KB | None | 0 0
  1. This is my response to the video @ https://www.youtube.com/watch?v=Z3ueSsLHroU
  2.  
  3. To make the small house you will use a texture pack then this is how to make you "enlarge" the house:
  4. Simple you have a armor stand (or any other mob) with a custom tag, invisible, and invulnerable (And no AI if its a mob with AI like a zombie) at the block that teleports a player within 1 block range to a house in a identical looking location just with the house in big.
  5. Example: *I used armor stands in this example*
  6.  
  7. /summon ArmorStand ~ ~ ~ {Tags:["Example"],NoGravity:1b,Invisible:1,Invulnerable:1}
  8.  
  9. ^^^ (Summons Armor Stand. This command needs to be executed once and at the ~ ~ ~ you need the cords (X Y Z) of the block of which you will be 1 block away from to teleport so the pedestal in this case) then
  10.  
  11. /execute @e[tag=Example] ~ ~ ~ /tp @p[r=1] ~ ~ ~
  12.  
  13. ^^^ (Teleports the player to the big house. This command needs to be put in a always active repeating command block (/give @p command_block then set it to always active, repeat) and the 2nd set of ~ ~ ~ needs to be the cords (X Y Z) of the big version of the house, DO NOT CHANGE the 1st ~ ~ ~ set only the 2nd set
  14.  
  15. Hope I helped and didn't miss anything
  16. (This was my comment to the video @ https://www.youtube.com/watch?v=Z3ueSsLHroU)
Advertisement
Add Comment
Please, Sign In to add comment