Compare commits

..

No commits in common. "da5d6858e844bf25a38c53d8d62db12d6a49c6d9" and "a5472065a7d7bfe5f1817f85edc059e0ea507cf6" have entirely different histories.

2 changed files with 1 additions and 15 deletions

View File

@ -1,13 +1,5 @@
class magic.shardblade {
function give() {
::temp.magic.shardblade = @s[type=entity]::SelectedItem;
if ($logger) {
printf("&<yellow,SelectedItem>");
}
Item.replaceEntity(
shardblade_wind_runner,
@s,
"weapon"
);
printf("&<SelectedItem>");
}
}

View File

@ -4,9 +4,3 @@ TextProp.nbt(
source = "@s",
path = SelectedItem
);
Item.create(
shardblade_wind_runner,
netherite_sword,
"&<blue>Blade of Honor",
["&<gold>wind runner"]
);