Skip to content

Commit

Permalink
Improve docs (fixes #15)
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixr-codes committed Nov 26, 2024
1 parent 35018bb commit 1726f46
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ keywords = [
]

[project.optional-dependencies]
dev = [
"pytest>=8"
]
docs = [
"furo",
"myst-parser>=2",
Expand Down
5 changes: 3 additions & 2 deletions src/mcstructure/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
STRUCTURE_MAX_SIZE: tuple[int, int, int] = (64, 384, 64)
"""
The maximum size a structure can have. This does not apply for
structures created externally.
structures created externally and thus is not affect structures
created with this library.
"""


Expand Down Expand Up @@ -129,7 +130,7 @@ class Block:
--------
.. code-block::
Block("minecraft:wool", color="red")
Block("minecraft:beehive", honey_level=4)
Block("minecraft:grass")
"""
Expand Down

0 comments on commit 1726f46

Please sign in to comment.