MCStacker/tips/en/paste.clipboard.txt

20 lines
1.1 KiB
Plaintext

<p>
The clipboard is used for pasting entity or item NBT from external sources. To use it, first select the NBT Type and then paste the NBT into the text area. It can also be used to view and edit the contents of the clipboard.
</p>
<p>
Item NBT must follow syntax similar to: <b>{id:"minecraft:diamond_sword",Count:1b,tag:{ench:[{id:16,lvl:5}]}}</b>
</p>
<p>
Entity NBT must follow syntax similar to: <b>{id:"minecraft:zombie",Fire:100,IsBaby:1b}</b>
</p>
<p>
Once Item and/or Entity NBT is in the internal clipboard, it can be pasted into various places of the MCStacker form. Any place where entities or items can be created, you'll see red copy and paste buttons. Click <b>copy</b> to copy the entity/item NBT into the clipboard. Click <b>paste</b> to overwrite the entity or item's options with whatever is in the clipboard.
</p>
<p>
<br><b>Limitations</b><br>
DropChances are not part of Item NBT so this will not copy for items, however it will if it's part of a copied entity.
</p>
<p>
Pasting over an existing entity will clear its passengers. But you can paste an entity with passengers.
</p>