-
Notifications
You must be signed in to change notification settings - Fork 36
Description
Hi,
First, thank you so much for the great resources! I'm very excited to try to build some custom minecraft experiences for my kiddo and his friends.
This isn't an issue with the repo, but I'm new to minecraft development and I'm not sure where to go to ask this type of question.
I'm trying to get the ts-starter project running but I've run into a couple problems.
First, I've modified my gulp file to tell it that I'm running a dedicated server and have set up my paths such that when I run gulp build I can see the staterbp
ending up built and copied to the correct spot.
From there I cannot figure out how to get the behavior pack to get picked up by the game. I've tried having it copied to both development_behavior_packs
and also behavior_packs
but I'm not seeing it in either case. I connect to my dedicated server and do not see the 'Hello starter!' printed out.
I also modified the code to reset the tickIndex counter to 0 every time it gets to 100, wondering if the printout was happening before I was able to load into my server, but alas, this didn't help either.
I've tried restarting the server and reconnecting with no luck.
Are there some settings I need to configure on my server to enable the loading of development_behavior_packs?
Thanks so much!
Jared