So i tried to make a dropping item and i used a command to test it. But i can't figure out
how you can hide the attributes. Like example, i want to hide the mending enchantment!
I need someone to help me with this script!
Then after i fix that, i will add it to the script below to make farm animals for my MMORPG!
Thank you to everyone who helped me!
how you can hide the attributes. Like example, i want to hide the mending enchantment!
I need someone to help me with this script!
Code:
command /test:
trigger:
give player 1 porkchop of mending named "&aEnchanted Pork" with lore "&a&lUNCOMMON" with nbt "{HideFlags:63}" #need to fix all enchantements hidden!
Then after i fix that, i will add it to the script below to make farm animals for my MMORPG!
Code:
on death:
if attacker is player:
if victim is a pig:
clear drops
drop 1 porkchop named "&fRaw Pork" with lore "&f&lCOMMON"
Thank you to everyone who helped me!