We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01b38f7 commit 03b2bf5Copy full SHA for 03b2bf5
1 file changed
‎examples/read_and_display.py‎
@@ -11,9 +11,9 @@
11
with here.joinpath("../samples/waterlogged.mcstructure").open("rb") as f:
12
struct = Structure.load(f)
13
print("Waterlogged Stairs")
14
- print(struct._palette)
+ print(struct.palette)
15
16
with here.joinpath("../samples/cmdblock.mcstructure").open("rb") as f:
17
18
print("Command Block")
19
0 commit comments