Compare commits
No commits in common. "24970873607b3a48fc52faa8153ab8d080055141" and "6cb4b30b2de1d97d1dafe4dabf53cb751f4f7fcb" have entirely different histories.
2497087360
...
6cb4b30b2d
5
main.jmc
5
main.jmc
@ -1,6 +1,3 @@
|
|||||||
import "src/props.jmc";
|
import "src/*";
|
||||||
import "src/logger.jmc";
|
|
||||||
import "src/commands.jmc";
|
|
||||||
import "src/magic/*";
|
|
||||||
|
|
||||||
function __tick__() {}
|
function __tick__() {}
|
||||||
|
|||||||
@ -1,5 +0,0 @@
|
|||||||
class magic.shardblade {
|
|
||||||
function give() {
|
|
||||||
printf("&<SelectedItem>");
|
|
||||||
}
|
|
||||||
}
|
|
||||||
@ -1,6 +0,0 @@
|
|||||||
TextProp.nbt(
|
|
||||||
propertyName = "SelectedItem",
|
|
||||||
type = player,
|
|
||||||
source = "@s",
|
|
||||||
path = SelectedItem
|
|
||||||
);
|
|
||||||
Loading…
Reference in New Issue
Block a user