Compare commits
3 Commits
6cb4b30b2d
...
2497087360
| Author | SHA1 | Date | |
|---|---|---|---|
| 2497087360 | |||
| cd81fbb70a | |||
| 1681ea71bb |
5
main.jmc
5
main.jmc
@ -1,3 +1,6 @@
|
||||
import "src/*";
|
||||
import "src/props.jmc";
|
||||
import "src/logger.jmc";
|
||||
import "src/commands.jmc";
|
||||
import "src/magic/*";
|
||||
|
||||
function __tick__() {}
|
||||
|
||||
5
src/magic/shardblade.jmc
Normal file
5
src/magic/shardblade.jmc
Normal file
@ -0,0 +1,5 @@
|
||||
class magic.shardblade {
|
||||
function give() {
|
||||
printf("&<SelectedItem>");
|
||||
}
|
||||
}
|
||||
6
src/props.jmc
Normal file
6
src/props.jmc
Normal file
@ -0,0 +1,6 @@
|
||||
TextProp.nbt(
|
||||
propertyName = "SelectedItem",
|
||||
type = player,
|
||||
source = "@s",
|
||||
path = SelectedItem
|
||||
);
|
||||
Loading…
Reference in New Issue
Block a user