forked from Pumpkin-MC/Pumpkin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgame_event.json
More file actions
62 lines (62 loc) · 1.02 KB
/
Copy pathgame_event.json
File metadata and controls
62 lines (62 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
[
"block_activate",
"block_attach",
"block_change",
"block_close",
"block_deactivate",
"block_destroy",
"block_detach",
"block_open",
"block_place",
"container_close",
"container_open",
"drink",
"eat",
"elytra_glide",
"entity_damage",
"entity_die",
"entity_dismount",
"entity_interact",
"entity_mount",
"entity_place",
"entity_action",
"equip",
"explode",
"flap",
"fluid_pickup",
"fluid_place",
"hit_ground",
"instrument_play",
"item_interact_finish",
"item_interact_start",
"jukebox_play",
"jukebox_stop_play",
"lightning_strike",
"note_block_play",
"prime_fuse",
"projectile_land",
"projectile_shoot",
"sculk_sensor_tendrils_clicking",
"shear",
"shriek",
"splash",
"step",
"swim",
"teleport",
"unequip",
"resonate_1",
"resonate_2",
"resonate_3",
"resonate_4",
"resonate_5",
"resonate_6",
"resonate_7",
"resonate_8",
"resonate_9",
"resonate_10",
"resonate_11",
"resonate_12",
"resonate_13",
"resonate_14",
"resonate_15"
]