Push 1.18.2 Archive
This commit is contained in:
parent
eb5cb460a7
commit
3a6b398dc6
215 changed files with 3085 additions and 2182 deletions
13
.minecraft/kubejs/startup_scripts/script.js
Normal file
13
.minecraft/kubejs/startup_scripts/script.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
// priority: 0
|
||||
|
||||
console.info('Hello, World! (You will only see this line once in console, during startup)')
|
||||
|
||||
onEvent('item.registry', event => {
|
||||
// Register new items here
|
||||
// event.create('example_item').displayName('Example Item')
|
||||
})
|
||||
|
||||
onEvent('block.registry', event => {
|
||||
// Register new blocks here
|
||||
// event.create('example_block').material('wood').hardness(1.0).displayName('Example Block')
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue