Compare commits

..

No commits in common. "24970873607b3a48fc52faa8153ab8d080055141" and "6cb4b30b2de1d97d1dafe4dabf53cb751f4f7fcb" have entirely different histories.

3 changed files with 1 additions and 15 deletions

View File

@ -1,6 +1,3 @@
import "src/props.jmc";
import "src/logger.jmc";
import "src/commands.jmc";
import "src/magic/*";
import "src/*";
function __tick__() {}

View File

@ -1,5 +0,0 @@
class magic.shardblade {
function give() {
printf("&<SelectedItem>");
}
}

View File

@ -1,6 +0,0 @@
TextProp.nbt(
propertyName = "SelectedItem",
type = player,
source = "@s",
path = SelectedItem
);