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

Fix configs and kubejs

This commit is contained in:
2021-01-29 20:05:32 +01:00
parent 98e6743204
commit 65de71227e
48 changed files with 2241 additions and 46 deletions

View File

@ -0,0 +1,6 @@
events.listen('player.logged_in', (event) => {
if (!event.hasGameStage('starting_items')) {
event.player.give(item.of('ftbquests:book'));
event.addGameStage('starting_items');
}
});