2021-01-28 22:24:51 +00:00
|
|
|
// priority: 0
|
|
|
|
|
2021-02-06 11:01:02 +00:00
|
|
|
// console.info('Hello, World! (You will only see this line once in console, during startup)')
|
2021-01-28 22:24:51 +00:00
|
|
|
|
2021-02-06 11:01:02 +00:00
|
|
|
// onEvent('item.registry', event => {
|
|
|
|
// // Register new items here
|
|
|
|
// // event.create('example_item').displayName('Example Item')
|
|
|
|
// })
|
2021-01-28 22:24:51 +00:00
|
|
|
|
2021-02-06 11:01:02 +00:00
|
|
|
// onEvent('block.registry', event => {
|
|
|
|
// // Register new blocks here
|
|
|
|
// // event.create('example_block').material('wood').hardness(1.0).displayName('Example Block')
|
|
|
|
// })
|