1
0
mirror of https://git.fellies.tech/minecraft/fellies.git synced 2021-02-13 10:18:48 +00:00

Last Update before new version update

This commit is contained in:
2021-01-28 22:29:46 +01:00
parent 1133fc1c7c
commit 4c08270eec
185 changed files with 416 additions and 8916 deletions

View File

@ -1,13 +0,0 @@
// 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')
})