amulet-core 2.0.3a0__tar.gz → 2.0.3a1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of amulet-core might be problematic. Click here for more details.
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/MANIFEST.in +3 -0
- {amulet_core-2.0.3a0/src/amulet_core.egg-info → amulet_core-2.0.3a1}/PKG-INFO +3 -3
- amulet_core-2.0.3a1/get_compiler/CMakeLists.txt +11 -0
- amulet_core-2.0.3a1/get_compiler/__init__.py +32 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/pyproject.toml +0 -1
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/requirements.py +5 -4
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/setup.py +27 -25
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/_version.py +3 -3
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1/src/amulet_core.egg-info}/PKG-INFO +3 -3
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet_core.egg-info/SOURCES.txt +2 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet_core.egg-info/requires.txt +2 -2
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/CMakeLists.txt +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/README.md +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/build_requires.py +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/setup.cfg +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/__init__.py +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/__pyinstaller/__init__.py +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/__pyinstaller/hook-amulet.core.py +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/_amulet_core.py.cpp +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/_amulet_core.pyi +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/amulet_coreConfig.cmake +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/biome/__init__.pyi +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/biome/biome.cpp +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/biome/biome.hpp +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/biome/biome.py.cpp +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/block/__init__.pyi +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/block/block.cpp +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/block/block.hpp +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/block/block.py.cpp +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/block_entity/__init__.pyi +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/block_entity/block_entity.cpp +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/block_entity/block_entity.hpp +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/block_entity/block_entity.py.cpp +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/chunk/__init__.pyi +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/chunk/chunk.cpp +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/chunk/chunk.hpp +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/chunk/chunk.py.cpp +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/chunk/component/__init__.pyi +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/chunk/component/__init_chunk_components.py.cpp +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/chunk/component/biome_3d_component.cpp +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/chunk/component/biome_3d_component.hpp +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/chunk/component/block_component.cpp +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/chunk/component/block_component.hpp +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/chunk/component/block_component.py.cpp +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/chunk/component/block_component.pyi +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/chunk/component/block_entity_component.cpp +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/chunk/component/block_entity_component.hpp +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/chunk/component/section_array_map.cpp +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/chunk/component/section_array_map.hpp +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/chunk/component/section_array_map.py.cpp +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/chunk/component/section_array_map.pyi +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/dll.hpp +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/entity/__init__.pyi +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/entity/entity.cpp +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/entity/entity.hpp +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/entity/entity.py.cpp +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/palette/__init__.pyi +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/palette/__init_palette.py.cpp +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/palette/biome_palette.cpp +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/palette/biome_palette.hpp +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/palette/biome_palette.py.cpp +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/palette/biome_palette.pyi +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/palette/block_palette.cpp +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/palette/block_palette.hpp +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/palette/block_palette.py.cpp +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/palette/block_palette.pyi +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/py.typed +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/selection/__init__.pyi +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/selection/__init_selection.py.cpp +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/selection/box.cpp +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/selection/box.hpp +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/selection/box.pyi +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/selection/group.cpp +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/selection/group.hpp +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/selection/group.pyi +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/version/__init__.pyi +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/version/version.cpp +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/version/version.hpp +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/version/version.py.cpp +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet_core.egg-info/dependency_links.txt +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet_core.egg-info/entry_points.txt +0 -0
- {amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet_core.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: amulet-core
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.3a1
|
|
4
4
|
Summary: A Python library for reading/writing Minecraft's various save formats.
|
|
5
5
|
Author: James Clare, Ben Gothard
|
|
6
6
|
Project-URL: Homepage, https://www.amuletmc.com
|
|
@@ -15,8 +15,8 @@ Requires-Dist: amulet-compiler-version==3.0.0
|
|
|
15
15
|
Requires-Dist: pybind11==2.13.6
|
|
16
16
|
Requires-Dist: amulet-pybind11-extensions~=1.1.0.0a0
|
|
17
17
|
Requires-Dist: amulet-io~=1.0
|
|
18
|
-
Requires-Dist: amulet-zlib~=1.0.0.
|
|
19
|
-
Requires-Dist: amulet-nbt~=5.0.0.
|
|
18
|
+
Requires-Dist: amulet-zlib~=1.0.0.0a6
|
|
19
|
+
Requires-Dist: amulet-nbt~=5.0.0.0a6
|
|
20
20
|
Requires-Dist: numpy~=2.0
|
|
21
21
|
Provides-Extra: docs
|
|
22
22
|
Requires-Dist: Sphinx>=1.7.4; extra == "docs"
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
cmake_minimum_required(VERSION 3.13)
|
|
2
|
+
|
|
3
|
+
project(get_compiler LANGUAGES CXX)
|
|
4
|
+
|
|
5
|
+
# Set C++20
|
|
6
|
+
set(CMAKE_CXX_STANDARD 20)
|
|
7
|
+
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
|
8
|
+
set(CMAKE_CXX_EXTENSIONS OFF)
|
|
9
|
+
|
|
10
|
+
write_file("${CMAKE_BINARY_DIR}/compiler_id.txt" "${CMAKE_CXX_COMPILER_ID}")
|
|
11
|
+
write_file("${CMAKE_BINARY_DIR}/compiler_version.txt" "${CMAKE_CXX_COMPILER_VERSION}")
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import os
|
|
2
|
+
import subprocess
|
|
3
|
+
|
|
4
|
+
Dir = os.path.dirname(__file__)
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
def main() -> str:
|
|
8
|
+
if subprocess.run(["cmake", "--version"]).returncode:
|
|
9
|
+
raise RuntimeError("Could not find cmake")
|
|
10
|
+
|
|
11
|
+
# get the compiler id and version
|
|
12
|
+
if subprocess.run(
|
|
13
|
+
["cmake", "-S", Dir, "-B", os.path.join(Dir, "build")]
|
|
14
|
+
).returncode:
|
|
15
|
+
raise RuntimeError(
|
|
16
|
+
"Could not find a C++ 20 compiler. Do you have a C++ 20 compiler installed?"
|
|
17
|
+
)
|
|
18
|
+
|
|
19
|
+
# Get the compiler variables generated by the cmake file
|
|
20
|
+
with open(os.path.join(Dir, "build", "compiler_id.txt")) as f:
|
|
21
|
+
compiler_id_str = f.read().strip()
|
|
22
|
+
with open(os.path.join(Dir, "build", "compiler_version.txt")) as f:
|
|
23
|
+
compiler_version = f.read().strip()
|
|
24
|
+
|
|
25
|
+
# convert the compiler id to an int so it can be used in a version number
|
|
26
|
+
compiler_id_int = 0
|
|
27
|
+
for b in compiler_id_str.encode("utf-8"):
|
|
28
|
+
compiler_id_int <<= 8
|
|
29
|
+
compiler_id_int += b
|
|
30
|
+
|
|
31
|
+
# combine the compiler id and compiler version into a version number
|
|
32
|
+
return f"==3.0.0.{compiler_id_int}.{compiler_version}"
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import os
|
|
2
|
-
import amulet_compiler_version
|
|
3
2
|
from packaging.version import Version
|
|
4
3
|
|
|
5
4
|
AMULET_COMPILER_TARGET_REQUIREMENT = "==2.0"
|
|
@@ -8,8 +7,8 @@ AMULET_COMPILER_VERSION_REQUIREMENT = "==3.0.0"
|
|
|
8
7
|
PYBIND11_REQUIREMENT = "==2.13.6"
|
|
9
8
|
AMULET_PYBIND11_EXTENSIONS_REQUIREMENT = "~=1.1.0.0a0"
|
|
10
9
|
AMULET_IO_REQUIREMENT = "~=1.0"
|
|
11
|
-
AMULET_ZLIB_REQUIREMENT = "~=1.0.0.
|
|
12
|
-
AMULET_NBT_REQUIREMENT = "~=5.0.0.
|
|
10
|
+
AMULET_ZLIB_REQUIREMENT = "~=1.0.0.0a6"
|
|
11
|
+
AMULET_NBT_REQUIREMENT = "~=5.0.0.0a6"
|
|
13
12
|
NUMPY_REQUIREMENT = "~=2.0"
|
|
14
13
|
|
|
15
14
|
if os.environ.get("AMULET_PYBIND11_EXTENSIONS_REQUIREMENT", None):
|
|
@@ -43,7 +42,9 @@ def get_specifier_set(version_str: str) -> str:
|
|
|
43
42
|
|
|
44
43
|
|
|
45
44
|
if os.environ.get("AMULET_FREEZE_COMPILER", None):
|
|
46
|
-
|
|
45
|
+
import get_compiler
|
|
46
|
+
|
|
47
|
+
AMULET_COMPILER_VERSION_REQUIREMENT = get_compiler.main()
|
|
47
48
|
|
|
48
49
|
try:
|
|
49
50
|
import amulet.pybind11_extensions
|
|
@@ -4,6 +4,7 @@ import sys
|
|
|
4
4
|
from pathlib import Path
|
|
5
5
|
import platform
|
|
6
6
|
import datetime
|
|
7
|
+
from tempfile import TemporaryDirectory
|
|
7
8
|
|
|
8
9
|
from setuptools import setup, Extension, Command
|
|
9
10
|
from setuptools.command.build_ext import build_ext
|
|
@@ -59,31 +60,32 @@ class CMakeBuild(cmdclass.get("build_ext", build_ext)):
|
|
|
59
60
|
|
|
60
61
|
if subprocess.run(["cmake", "--version"]).returncode:
|
|
61
62
|
raise RuntimeError("Could not find cmake")
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
63
|
+
with TemporaryDirectory() as tempdir:
|
|
64
|
+
if subprocess.run(
|
|
65
|
+
[
|
|
66
|
+
"cmake",
|
|
67
|
+
*platform_args,
|
|
68
|
+
f"-DPYTHON_EXECUTABLE={sys.executable}",
|
|
69
|
+
f"-Dpybind11_DIR={fix_path(pybind11.get_cmake_dir())}",
|
|
70
|
+
f"-Damulet_pybind11_extensions_DIR={fix_path(amulet.pybind11_extensions.__path__[0])}",
|
|
71
|
+
f"-Damulet_io_DIR={fix_path(amulet.io.__path__[0])}",
|
|
72
|
+
f"-Damulet_nbt_DIR={fix_path(amulet.nbt.__path__[0])}",
|
|
73
|
+
f"-Damulet_core_DIR={fix_path(core_src_dir)}",
|
|
74
|
+
f"-DAMULET_CORE_EXT_DIR={fix_path(ext_dir)}",
|
|
75
|
+
f"-DCMAKE_INSTALL_PREFIX=install",
|
|
76
|
+
"-B",
|
|
77
|
+
tempdir,
|
|
78
|
+
]
|
|
79
|
+
).returncode:
|
|
80
|
+
raise RuntimeError("Error configuring amulet-core")
|
|
81
|
+
if subprocess.run(
|
|
82
|
+
["cmake", "--build", tempdir, "--config", "Release"]
|
|
83
|
+
).returncode:
|
|
84
|
+
raise RuntimeError("Error building amulet-core")
|
|
85
|
+
if subprocess.run(
|
|
86
|
+
["cmake", "--install", tempdir, "--config", "Release"]
|
|
87
|
+
).returncode:
|
|
88
|
+
raise RuntimeError("Error installing amulet-core")
|
|
87
89
|
|
|
88
90
|
|
|
89
91
|
cmdclass["build_ext"] = CMakeBuild
|
|
@@ -8,11 +8,11 @@ import json
|
|
|
8
8
|
|
|
9
9
|
version_json = '''
|
|
10
10
|
{
|
|
11
|
-
"date": "2025-06-
|
|
11
|
+
"date": "2025-06-25T16:00:57+0100",
|
|
12
12
|
"dirty": false,
|
|
13
13
|
"error": null,
|
|
14
|
-
"full-revisionid": "
|
|
15
|
-
"version": "2.0.
|
|
14
|
+
"full-revisionid": "bdd78329fa8ffec0f992d795466ecf0a56e5d41c",
|
|
15
|
+
"version": "2.0.3a1"
|
|
16
16
|
}
|
|
17
17
|
''' # END VERSION_JSON
|
|
18
18
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: amulet-core
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.3a1
|
|
4
4
|
Summary: A Python library for reading/writing Minecraft's various save formats.
|
|
5
5
|
Author: James Clare, Ben Gothard
|
|
6
6
|
Project-URL: Homepage, https://www.amuletmc.com
|
|
@@ -15,8 +15,8 @@ Requires-Dist: amulet-compiler-version==3.0.0
|
|
|
15
15
|
Requires-Dist: pybind11==2.13.6
|
|
16
16
|
Requires-Dist: amulet-pybind11-extensions~=1.1.0.0a0
|
|
17
17
|
Requires-Dist: amulet-io~=1.0
|
|
18
|
-
Requires-Dist: amulet-zlib~=1.0.0.
|
|
19
|
-
Requires-Dist: amulet-nbt~=5.0.0.
|
|
18
|
+
Requires-Dist: amulet-zlib~=1.0.0.0a6
|
|
19
|
+
Requires-Dist: amulet-nbt~=5.0.0.0a6
|
|
20
20
|
Requires-Dist: numpy~=2.0
|
|
21
21
|
Provides-Extra: docs
|
|
22
22
|
Requires-Dist: Sphinx>=1.7.4; extra == "docs"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/__pyinstaller/hook-amulet.core.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/block_entity/block_entity.py.cpp
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/chunk/component/biome_3d_component.cpp
RENAMED
|
File without changes
|
{amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/chunk/component/biome_3d_component.hpp
RENAMED
|
File without changes
|
{amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/chunk/component/block_component.cpp
RENAMED
|
File without changes
|
{amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/chunk/component/block_component.hpp
RENAMED
|
File without changes
|
{amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/chunk/component/block_component.py.cpp
RENAMED
|
File without changes
|
{amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/chunk/component/block_component.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/chunk/component/section_array_map.cpp
RENAMED
|
File without changes
|
{amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/chunk/component/section_array_map.hpp
RENAMED
|
File without changes
|
{amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/chunk/component/section_array_map.py.cpp
RENAMED
|
File without changes
|
{amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/chunk/component/section_array_map.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{amulet_core-2.0.3a0 → amulet_core-2.0.3a1}/src/amulet/core/selection/__init_selection.py.cpp
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|