This mod allows you to make any structure portable. Start by making a Portable Structure Block. With that block, click the two outer corners of the structure you want to take with you, and give it a name.
You can take multiple structures with you at the same time if you craft multiple Portable Structure Blocks, and exit the game before placing the structure back, and It'll all still work.
If you select a Portable Structure Block in your hotbar, a tip message will pop up with the name of the structure so you know what it is. If you want to place it back, just tap the Portable Structure Block that contains a structure on the ground, and it'll place the structure there. You'll receive an empty Portable Structure Block back.
This line of code sets the blocks of the selected structure to air. So if you remove it or make it a comment (//), it should still give you the block to place the structure, but not delete the old one
Rollback Post to RevisionRollBack
Check out all my other Minecraft PE scripts and the permissions on my site: wilco375.github.io
This line of code sets the blocks of the selected structure to air. So if you remove it or make it a comment (//), it should still give you the block to place the structure, but not delete the old one
What line is it on
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
[Explanation]
This mod allows you to make any structure portable. Start by making a Portable Structure Block. With that block, click the two outer corners of the structure you want to take with you, and give it a name.
You can take multiple structures with you at the same time if you craft multiple Portable Structure Blocks, and exit the game before placing the structure back, and It'll all still work.
If you select a Portable Structure Block in your hotbar, a tip message will pop up with the name of the structure so you know what it is. If you want to place it back, just tap the Portable Structure Block that contains a structure on the ground, and it'll place the structure there. You'll receive an empty Portable Structure Block back.
[Video]
[Download]
http://adf.ly/1JiQa3
Thanks to WahlytheGreat for the idea of making this mod
Also make sure to check out my other mods on my website: http://wilco375.github.io
And subscribe to my youtube channel to be the first to know I made a new mod: https://www.youtube.com/user/wilcovanbeijnum
Check out all my other Minecraft PE scripts and the permissions on my site: wilco375.github.io
Can I have like...ummm...a little credit?😅 want more ideas from me?
Sorry, didn't think of it... Added it to the post now
Check out all my other Minecraft PE scripts and the permissions on my site: wilco375.github.io
Oh yeah did you add me for the idea for the wireless interactor mod
Open the js file in a text editor
Find this line of code:
setTile(x+structureX1,y+structureY1,z+structureZ1,0);
And delete it or put // in front of it.
This line of code sets the blocks of the selected structure to air. So if you remove it or make it a comment (//), it should still give you the block to place the structure, but not delete the old one
Check out all my other Minecraft PE scripts and the permissions on my site: wilco375.github.io
What line is it on