init
This commit is contained in:
commit
a956daf8e2
2351 changed files with 163047 additions and 0 deletions
9
kubejs/startup_scripts/modify_blocks.js
Normal file
9
kubejs/startup_scripts/modify_blocks.js
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
/**
|
||||
* Block modification.
|
||||
* Only used for one thing at the moment.
|
||||
*/
|
||||
BlockEvents.modification(event => {
|
||||
event.modify("watercollector:watercollector", block => {
|
||||
block.destroySpeed = 0.3
|
||||
})
|
||||
})
|
||||
Loading…
Add table
Add a link
Reference in a new issue