Ого, работает

This commit is contained in:
SpeeeDCraft 2023-11-15 10:42:26 +07:00
parent 43506c2323
commit e37426eb4c
4 changed files with 91 additions and 62 deletions

View file

@ -23,4 +23,9 @@ ServerEvents.recipes(event => {
LootJS.modifiers((event) => {
modifyLootGT(event)
});
});
BlockEvents.rightClicked(event => {
console.log(event.getBlock())
console.log(event.getItem())
})