mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
5 lines
123 B
JavaScript
5 lines
123 B
JavaScript
events.listen('item.registry', e => {
|
|
e.createBlockItem('graphite_block').add();
|
|
e.create('diamond_nugget').add();
|
|
});
|