This commit is contained in:
Dmitry
2024-08-31 11:21:10 +07:00
parent cad3d31a16
commit 18792ff390
3 changed files with 6 additions and 17 deletions

View File

@@ -1,8 +1,8 @@
// priority: 0
const modifyFirmaCivBlocks = (event) => {
event.modify('firmaciv:cleat', block => {
block.requiresTool = false
block.destroySpeed = 0.1
})
// event.modify('firmaciv:cleat', block => {
// block.requiresTool = false
// block.destroySpeed = 0.1
// })
}

View File

@@ -1,5 +0,0 @@
// priority: 0
const registerGTCEuBlocks = (event) => {
}

View File

@@ -10,18 +10,12 @@ StartupEvents.registry('item', event => {
/**
* Событие регистрации блоков.
*/
StartupEvents.registry('block', event => {
// registerGTCEuBlocks(event)
})
StartupEvents.registry('block', event => {})
/**
* Событие изменения блоков.
*/
BlockEvents.modification(event => {
// modifyFirmaCivBlocks(event)
})
BlockEvents.modification(event => {})
/**
* Событие изменения предметов.