Skip to content

Commit 2781adf

Browse files
authored
Add files via upload
1 parent 017ec70 commit 2781adf

6 files changed

Lines changed: 1815 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# mcbe_data
2+
Minecraft Bedrock data for Podrum

mcbe_data/__init__.py

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
################################################################################
2+
# #
3+
# ____ _ #
4+
# | _ \ ___ __| |_ __ _ _ _ __ ___ #
5+
# | |_) / _ \ / _` | '__| | | | '_ ` _ \ #
6+
# | __/ (_) | (_| | | | |_| | | | | | | #
7+
# |_| \___/ \__,_|_| \__,_|_| |_| |_| #
8+
# #
9+
# Copyright 2021 Podrum Studios #
10+
# #
11+
# Permission is hereby granted, free of charge, to any person #
12+
# obtaining a copy of this software and associated documentation #
13+
# files (the "Software"), to deal in the Software without restriction, #
14+
# including without limitation the rights to use, copy, modify, merge, #
15+
# publish, distribute, sublicense, and/or sell copies of the Software, #
16+
# and to permit persons to whom the Software is furnished to do so, #
17+
# subject to the following conditions: #
18+
# #
19+
# The above copyright notice and this permission notice shall be included #
20+
# in all copies or substantial portions of the Software. #
21+
# #
22+
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR #
23+
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, #
24+
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE #
25+
# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER #
26+
# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING #
27+
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS #
28+
# IN THE SOFTWARE. #
29+
# #
30+
################################################################################
31+
32+
__all__ = [
33+
"get"
34+
]
35+
36+
from mcbe_data.get import get

0 commit comments

Comments
 (0)