cleanup
This commit is contained in:
@@ -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
|
||||
// })
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
// priority: 0
|
||||
|
||||
const registerGTCEuBlocks = (event) => {
|
||||
|
||||
}
|
||||
@@ -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 => {})
|
||||
|
||||
/**
|
||||
* Событие изменения предметов.
|
||||
|
||||
Reference in New Issue
Block a user