-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Skel - William Touzalin edited this page Aug 27, 2017
·
3 revisions
Welcome to the MyPinkHouse wiki!
- make a backup of your world or take an empty world.
- be careful: I made a function bulldozer that erase a part of the map to build so you should skip that function by launching manually 1 by 1.
- Download the source via GitHub
- go to a place into the map you would like the house and type the command to get your player position: pos = mc.player.getPos()
- IF you don't care about your map and you are OK to wipe a large part, use command: myBarbyHome() 5') If you care of your map type the following commands :
- ground(pos) #it will make the ground of the house.
- pos.z += 5 #need to type this command to correct Z coordinate and place properly the house.
- makeTheHouse(pos) # This function will build the house.
- theRoof(pos) # This function will build the roof.
otherwise you can use the full function that call the other ones:
- myBarbieHome(pos)
I added "Addams family" here custom xD . Same house in Black...
- addamsFamily(pos)
Bug : there is a bug on the roof. I'll have a look later...
Enjoy