amulet-core 2.0.1a3__tar.gz → 2.0.2a1__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.1a3 → amulet_core-2.0.2a1}/CMakeLists.txt +0 -28
- {amulet_core-2.0.1a3/src/amulet_core.egg-info → amulet_core-2.0.2a1}/PKG-INFO +3 -3
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/pyproject.toml +1 -1
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/requirements.py +13 -2
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/_version.py +3 -3
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/amulet_coreConfig.cmake +8 -5
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1/src/amulet_core.egg-info}/PKG-INFO +3 -3
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet_core.egg-info/requires.txt +2 -2
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/MANIFEST.in +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/README.md +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/build_requires.py +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/setup.cfg +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/setup.py +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/__init__.py +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/__pyinstaller/__init__.py +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/__pyinstaller/hook-amulet.core.py +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/_amulet_core.py.cpp +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/_amulet_core.pyi +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/biome/__init__.pyi +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/biome/biome.cpp +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/biome/biome.hpp +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/biome/biome.py.cpp +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/block/__init__.pyi +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/block/block.cpp +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/block/block.hpp +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/block/block.py.cpp +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/block_entity/__init__.pyi +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/block_entity/block_entity.cpp +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/block_entity/block_entity.hpp +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/block_entity/block_entity.py.cpp +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/chunk/__init__.pyi +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/chunk/chunk.cpp +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/chunk/chunk.hpp +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/chunk/chunk.py.cpp +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/chunk/component/__init__.pyi +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/chunk/component/__init_chunk_components.py.cpp +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/chunk/component/biome_3d_component.cpp +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/chunk/component/biome_3d_component.hpp +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/chunk/component/block_component.cpp +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/chunk/component/block_component.hpp +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/chunk/component/block_component.py.cpp +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/chunk/component/block_component.pyi +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/chunk/component/block_entity_component.cpp +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/chunk/component/block_entity_component.hpp +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/chunk/component/section_array_map.cpp +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/chunk/component/section_array_map.hpp +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/chunk/component/section_array_map.py.cpp +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/chunk/component/section_array_map.pyi +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/dll.hpp +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/entity/__init__.pyi +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/entity/entity.cpp +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/entity/entity.hpp +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/entity/entity.py.cpp +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/palette/__init__.pyi +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/palette/__init_palette.py.cpp +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/palette/biome_palette.cpp +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/palette/biome_palette.hpp +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/palette/biome_palette.py.cpp +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/palette/biome_palette.pyi +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/palette/block_palette.cpp +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/palette/block_palette.hpp +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/palette/block_palette.py.cpp +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/palette/block_palette.pyi +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/py.typed +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/selection/__init__.pyi +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/selection/__init_selection.py.cpp +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/selection/box.cpp +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/selection/box.hpp +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/selection/box.pyi +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/selection/group.cpp +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/selection/group.hpp +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/selection/group.pyi +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/version/__init__.pyi +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/version/version.cpp +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/version/version.hpp +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/version/version.py.cpp +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet_core.egg-info/SOURCES.txt +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet_core.egg-info/dependency_links.txt +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet_core.egg-info/entry_points.txt +0 -0
- {amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet_core.egg-info/top_level.txt +0 -0
|
@@ -21,32 +21,6 @@ if (MSVC)
|
|
|
21
21
|
add_definitions("/MP")
|
|
22
22
|
endif()
|
|
23
23
|
|
|
24
|
-
include(FetchContent)
|
|
25
|
-
|
|
26
|
-
# Add zlib
|
|
27
|
-
set(ZLIB_BUILD_EXAMPLES OFF)
|
|
28
|
-
FetchContent_Declare(
|
|
29
|
-
zlib
|
|
30
|
-
GIT_REPOSITORY https://github.com/madler/zlib.git
|
|
31
|
-
GIT_TAG 51b7f2abdade71cd9bb0e7a373ef2610ec6f9daf
|
|
32
|
-
)
|
|
33
|
-
FetchContent_MakeAvailable(zlib)
|
|
34
|
-
set(ZLIB_ROOT ${zlib_SOURCE_DIR})
|
|
35
|
-
set(ZLIB_USE_STATIC_LIBS ON)
|
|
36
|
-
set(ZLIB_LIBRARY ${INSTALL_LIB_DIR})
|
|
37
|
-
find_package(ZLIB REQUIRED)
|
|
38
|
-
target_compile_definitions(zlibstatic PUBLIC ZLIB_CONST)
|
|
39
|
-
|
|
40
|
-
# Add lz4
|
|
41
|
-
FetchContent_Declare(
|
|
42
|
-
lz4
|
|
43
|
-
GIT_REPOSITORY https://github.com/lz4/lz4.git
|
|
44
|
-
GIT_TAG ebb370ca83af193212df4dcbadcc5d87bc0de2f0
|
|
45
|
-
)
|
|
46
|
-
FetchContent_MakeAvailable(lz4)
|
|
47
|
-
set(LZ4_BUILD_CLI OFF)
|
|
48
|
-
add_subdirectory(${lz4_SOURCE_DIR}/build/cmake)
|
|
49
|
-
|
|
50
24
|
# Add pybind11
|
|
51
25
|
find_package(pybind11 CONFIG REQUIRED)
|
|
52
26
|
|
|
@@ -66,8 +40,6 @@ list(REMOVE_ITEM HEADERS ${EXTENSION_HEADERS})
|
|
|
66
40
|
|
|
67
41
|
# Add implementation
|
|
68
42
|
add_library(amulet_core SHARED)
|
|
69
|
-
target_link_libraries( amulet_core PRIVATE zlibstatic )
|
|
70
|
-
target_link_libraries( amulet_core PRIVATE lz4_static )
|
|
71
43
|
target_link_libraries( amulet_core PRIVATE amulet_io )
|
|
72
44
|
target_link_libraries( amulet_core PRIVATE amulet_nbt )
|
|
73
45
|
target_compile_definitions(amulet_core PRIVATE ExportAmuletCore)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: amulet-core
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.2a1
|
|
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
|
|
@@ -14,7 +14,7 @@ Requires-Dist: amulet-compiler-target==1.0
|
|
|
14
14
|
Requires-Dist: numpy~=2.0
|
|
15
15
|
Requires-Dist: amulet-compiler-version==3.0.0
|
|
16
16
|
Requires-Dist: amulet-io~=1.0
|
|
17
|
-
Requires-Dist: amulet-nbt~=
|
|
17
|
+
Requires-Dist: amulet-nbt~=5.0.0.0a1
|
|
18
18
|
Provides-Extra: docs
|
|
19
19
|
Requires-Dist: Sphinx>=1.7.4; extra == "docs"
|
|
20
20
|
Requires-Dist: sphinx-autodoc-typehints>=1.3.0; extra == "docs"
|
|
@@ -24,7 +24,7 @@ Requires-Dist: setuptools>=42; extra == "dev"
|
|
|
24
24
|
Requires-Dist: versioneer; extra == "dev"
|
|
25
25
|
Requires-Dist: packaging; extra == "dev"
|
|
26
26
|
Requires-Dist: wheel; extra == "dev"
|
|
27
|
-
Requires-Dist: pybind11
|
|
27
|
+
Requires-Dist: pybind11==2.13.6; extra == "dev"
|
|
28
28
|
Requires-Dist: amulet_pybind11_extensions~=1.0; extra == "dev"
|
|
29
29
|
Requires-Dist: pybind11_stubgen>=2.5.4; extra == "dev"
|
|
30
30
|
Requires-Dist: black>=22.3; extra == "dev"
|
|
@@ -9,11 +9,22 @@ PYBIND11_REQUIREMENT = "==2.13.6"
|
|
|
9
9
|
AMULET_PYBIND11_EXTENSIONS_REQUIREMENT = "~=1.0"
|
|
10
10
|
|
|
11
11
|
AMULET_IO_REQUIREMENT = "~=1.0"
|
|
12
|
-
# AMULET_NBT_REQUIREMENT = "~=
|
|
13
|
-
AMULET_NBT_REQUIREMENT = "~=
|
|
12
|
+
# AMULET_NBT_REQUIREMENT = "~=5.0"
|
|
13
|
+
AMULET_NBT_REQUIREMENT = "~=5.0.0.0a1"
|
|
14
14
|
NUMPY_REQUIREMENT = "~=2.0"
|
|
15
15
|
|
|
16
16
|
|
|
17
|
+
if os.environ.get("AMULET_IO_REQUIREMENT", None):
|
|
18
|
+
AMULET_IO_REQUIREMENT = (
|
|
19
|
+
f"{AMULET_IO_REQUIREMENT},{os.environ['AMULET_IO_REQUIREMENT']}"
|
|
20
|
+
)
|
|
21
|
+
|
|
22
|
+
if os.environ.get("AMULET_NBT_REQUIREMENT", None):
|
|
23
|
+
AMULET_NBT_REQUIREMENT = (
|
|
24
|
+
f"{AMULET_NBT_REQUIREMENT},{os.environ['AMULET_NBT_REQUIREMENT']}"
|
|
25
|
+
)
|
|
26
|
+
|
|
27
|
+
|
|
17
28
|
def get_specifier_set(version_str: str) -> str:
|
|
18
29
|
"""
|
|
19
30
|
version_str: The PEP 440 version number of the library.
|
|
@@ -8,11 +8,11 @@ import json
|
|
|
8
8
|
|
|
9
9
|
version_json = '''
|
|
10
10
|
{
|
|
11
|
-
"date": "2025-
|
|
11
|
+
"date": "2025-06-09T17:02:54+0100",
|
|
12
12
|
"dirty": false,
|
|
13
13
|
"error": null,
|
|
14
|
-
"full-revisionid": "
|
|
15
|
-
"version": "2.0.
|
|
14
|
+
"full-revisionid": "5e21128f2822d09e8438f2de676f713055f70af2",
|
|
15
|
+
"version": "2.0.2a1"
|
|
16
16
|
}
|
|
17
17
|
''' # END VERSION_JSON
|
|
18
18
|
|
|
@@ -8,11 +8,14 @@ if (NOT TARGET amulet_core)
|
|
|
8
8
|
find_library(amulet_core_LIBRARY NAMES amulet_core PATHS "${CMAKE_CURRENT_LIST_DIR}")
|
|
9
9
|
message(STATUS "amulet_core_LIBRARY: ${amulet_core_LIBRARY}")
|
|
10
10
|
|
|
11
|
-
add_library(
|
|
12
|
-
set_target_properties(
|
|
13
|
-
INTERFACE_INCLUDE_DIRECTORIES "${amulet_core_INCLUDE_DIR}"
|
|
14
|
-
INTERFACE_LINK_LIBRARIES amulet_io
|
|
15
|
-
INTERFACE_LINK_LIBRARIES amulet_nbt
|
|
11
|
+
add_library(amulet_core_bin SHARED IMPORTED)
|
|
12
|
+
set_target_properties(amulet_core_bin PROPERTIES
|
|
16
13
|
IMPORTED_IMPLIB "${amulet_core_LIBRARY}"
|
|
17
14
|
)
|
|
15
|
+
|
|
16
|
+
add_library(amulet_core INTERFACE)
|
|
17
|
+
target_link_libraries(amulet_core INTERFACE amulet_io)
|
|
18
|
+
target_link_libraries(amulet_core INTERFACE amulet_nbt)
|
|
19
|
+
target_link_libraries(amulet_core INTERFACE amulet_core_bin)
|
|
20
|
+
target_include_directories(amulet_core INTERFACE ${amulet_core_INCLUDE_DIR})
|
|
18
21
|
endif()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: amulet-core
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.2a1
|
|
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
|
|
@@ -14,7 +14,7 @@ Requires-Dist: amulet-compiler-target==1.0
|
|
|
14
14
|
Requires-Dist: numpy~=2.0
|
|
15
15
|
Requires-Dist: amulet-compiler-version==3.0.0
|
|
16
16
|
Requires-Dist: amulet-io~=1.0
|
|
17
|
-
Requires-Dist: amulet-nbt~=
|
|
17
|
+
Requires-Dist: amulet-nbt~=5.0.0.0a1
|
|
18
18
|
Provides-Extra: docs
|
|
19
19
|
Requires-Dist: Sphinx>=1.7.4; extra == "docs"
|
|
20
20
|
Requires-Dist: sphinx-autodoc-typehints>=1.3.0; extra == "docs"
|
|
@@ -24,7 +24,7 @@ Requires-Dist: setuptools>=42; extra == "dev"
|
|
|
24
24
|
Requires-Dist: versioneer; extra == "dev"
|
|
25
25
|
Requires-Dist: packaging; extra == "dev"
|
|
26
26
|
Requires-Dist: wheel; extra == "dev"
|
|
27
|
-
Requires-Dist: pybind11
|
|
27
|
+
Requires-Dist: pybind11==2.13.6; extra == "dev"
|
|
28
28
|
Requires-Dist: amulet_pybind11_extensions~=1.0; extra == "dev"
|
|
29
29
|
Requires-Dist: pybind11_stubgen>=2.5.4; extra == "dev"
|
|
30
30
|
Requires-Dist: black>=22.3; extra == "dev"
|
|
@@ -2,14 +2,14 @@ amulet-compiler-target==1.0
|
|
|
2
2
|
numpy~=2.0
|
|
3
3
|
amulet-compiler-version==3.0.0
|
|
4
4
|
amulet-io~=1.0
|
|
5
|
-
amulet-nbt~=
|
|
5
|
+
amulet-nbt~=5.0.0.0a1
|
|
6
6
|
|
|
7
7
|
[dev]
|
|
8
8
|
setuptools>=42
|
|
9
9
|
versioneer
|
|
10
10
|
packaging
|
|
11
11
|
wheel
|
|
12
|
-
pybind11
|
|
12
|
+
pybind11==2.13.6
|
|
13
13
|
amulet_pybind11_extensions~=1.0
|
|
14
14
|
pybind11_stubgen>=2.5.4
|
|
15
15
|
black>=22.3
|
|
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.1a3 → amulet_core-2.0.2a1}/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
|
{amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/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.1a3 → amulet_core-2.0.2a1}/src/amulet/core/chunk/component/biome_3d_component.cpp
RENAMED
|
File without changes
|
{amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/chunk/component/biome_3d_component.hpp
RENAMED
|
File without changes
|
{amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/chunk/component/block_component.cpp
RENAMED
|
File without changes
|
{amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/chunk/component/block_component.hpp
RENAMED
|
File without changes
|
{amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/chunk/component/block_component.py.cpp
RENAMED
|
File without changes
|
{amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/chunk/component/block_component.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/chunk/component/section_array_map.cpp
RENAMED
|
File without changes
|
{amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/chunk/component/section_array_map.hpp
RENAMED
|
File without changes
|
{amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/src/amulet/core/chunk/component/section_array_map.py.cpp
RENAMED
|
File without changes
|
{amulet_core-2.0.1a3 → amulet_core-2.0.2a1}/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.1a3 → amulet_core-2.0.2a1}/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
|
|
File without changes
|