Skip to content
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

254 add metadata #265

Closed
wants to merge 17 commits into from
Prev Previous commit
Next Next commit
update cfg to add query thingos
  • Loading branch information
Sh-wayz committed Feb 7, 2021
commit fad042732abf195f4e8531e3044e2a82c2ddf8e1
2 changes: 2 additions & 0 deletions pymine/logic/config.py
Original file line number Diff line number Diff line change
@@ -25,6 +25,8 @@
"spawn_animals": True,
"spawn_monsters": True,
"generate_structures": True,
"enable_query": True,
"query_port": 25565,
}