Ого, работает
This commit is contained in:
parent
43506c2323
commit
e37426eb4c
4 changed files with 91 additions and 62 deletions
|
|
@ -23,4 +23,9 @@ ServerEvents.recipes(event => {
|
|||
|
||||
LootJS.modifiers((event) => {
|
||||
modifyLootGT(event)
|
||||
});
|
||||
});
|
||||
|
||||
BlockEvents.rightClicked(event => {
|
||||
console.log(event.getBlock())
|
||||
console.log(event.getItem())
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue