Compare commits
No commits in common. "da5d6858e844bf25a38c53d8d62db12d6a49c6d9" and "a5472065a7d7bfe5f1817f85edc059e0ea507cf6" have entirely different histories.
da5d6858e8
...
a5472065a7
@ -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>");
|
||||
}
|
||||
}
|
||||
|
||||
@ -4,9 +4,3 @@ TextProp.nbt(
|
||||
source = "@s",
|
||||
path = SelectedItem
|
||||
);
|
||||
Item.create(
|
||||
shardblade_wind_runner,
|
||||
netherite_sword,
|
||||
"&<blue>Blade of Honor",
|
||||
["&<gold>wind runner"]
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user