-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chest data packs folder not being created #41
Comments
Have you tried on the latest version of master? This should be fixed |
@Ad5001 I confirm, there is a mistake .I'm using the latest version of master. Fix please. |
@Ad5001 I'll submit a PR to fix this. The problem is: It's looking for the /plugins/BetterGen/resources/loots/mineshaft.json file. Currently, the plug-in simply does not generate ANY loots files. This can be solved by manually creating the files and directories then copying and pasting the contenst from this repo to the new files, or through a code change. |
Still working on this. Heads up: There's built in functions for getting DataFolder instead of PlugiNFolder. |
Note that on async thread, you cannot call pluins method |
No? it seems to be working in my modified fix... |
It depends if you generated a new world or used the debug command. The debug command is called on the main thread whereas the other ones in the generator is called in the Async one. |
I'll try both when I get a chance |
Is there anything I can do to help? I'm running pocketmine-mp 1.7dev build 717 (in a docker container), and would love to have a functional custom generator. The rolling hills are getting a bit old. ;) |
@skinlayers The best way you could help the project if you aren't a developer is by both/either testing the unstable branch (helps us testing new features) and spreading the word around you about this project :) |
I'm primarily server admin (day job) who knows bash and python, but I also know a little bit of PHP, Java, and Ruby. |
master mainly. Loottable is mainly inactive |
The text was updated successfully, but these errors were encountered: