amulet-core 2.0.3a2.post250627150717__cp312-cp312-win_amd64.whl → 2.0.3a3.post250708090541__cp312-cp312-win_amd64.whl
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/_amulet_core.cp312-win_amd64.pyd +0 -0
- amulet/core/_version.py +3 -3
- amulet/core/amulet_core.dll +0 -0
- amulet/core/amulet_core.lib +0 -0
- amulet/core/chunk/component/biome_3d_component.hpp +3 -0
- {amulet_core-2.0.3a2.post250627150717.dist-info → amulet_core-2.0.3a3.post250708090541.dist-info}/METADATA +1 -1
- {amulet_core-2.0.3a2.post250627150717.dist-info → amulet_core-2.0.3a3.post250708090541.dist-info}/RECORD +10 -10
- {amulet_core-2.0.3a2.post250627150717.dist-info → amulet_core-2.0.3a3.post250708090541.dist-info}/WHEEL +0 -0
- {amulet_core-2.0.3a2.post250627150717.dist-info → amulet_core-2.0.3a3.post250708090541.dist-info}/entry_points.txt +0 -0
- {amulet_core-2.0.3a2.post250627150717.dist-info → amulet_core-2.0.3a3.post250708090541.dist-info}/top_level.txt +0 -0
|
Binary file
|
amulet/core/_version.py
CHANGED
|
@@ -8,11 +8,11 @@ import json
|
|
|
8
8
|
|
|
9
9
|
version_json = '''
|
|
10
10
|
{
|
|
11
|
-
"date": "2025-06-
|
|
11
|
+
"date": "2025-06-30T07:54:37+0100",
|
|
12
12
|
"dirty": false,
|
|
13
13
|
"error": null,
|
|
14
|
-
"full-revisionid": "
|
|
15
|
-
"version": "2.0.
|
|
14
|
+
"full-revisionid": "3d4ebbe5b281a06285d5e207cbbe5909f0e22a75",
|
|
15
|
+
"version": "2.0.3a3"
|
|
16
16
|
}
|
|
17
17
|
''' # END VERSION_JSON
|
|
18
18
|
|
amulet/core/amulet_core.dll
CHANGED
|
Binary file
|
amulet/core/amulet_core.lib
CHANGED
|
Binary file
|
|
@@ -59,6 +59,9 @@ public:
|
|
|
59
59
|
std::shared_ptr<BiomePalette> get_palette_ptr() { return _palette; }
|
|
60
60
|
SectionArrayMap& get_sections() { return *_sections; }
|
|
61
61
|
std::shared_ptr<SectionArrayMap> get_sections_ptr() { return _sections; }
|
|
62
|
+
|
|
63
|
+
AMULET_CORE_EXPORT void serialise(BinaryWriter&) const;
|
|
64
|
+
AMULET_CORE_EXPORT static Biome3DComponentData deserialise(BinaryReader&);
|
|
62
65
|
};
|
|
63
66
|
|
|
64
67
|
class Biome3DComponent {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: amulet-core
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.3a3.post250708090541
|
|
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
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
amulet/core/__init__.py,sha256=XSgXjSNSWxln5yn1US9dA7fLkB2ZgpHNu-Zd2i8AyWU,953
|
|
2
|
-
amulet/core/_amulet_core.cp312-win_amd64.pyd,sha256=
|
|
2
|
+
amulet/core/_amulet_core.cp312-win_amd64.pyd,sha256=rBWqdV_eF9J0ZUTV6aXwC8dLuFu_jqSV78g022fLen0,639488
|
|
3
3
|
amulet/core/_amulet_core.pyi,sha256=6KCygVcKCdfcpjegv7RMDgxKh9M6F-IHNhPUNGZAlyQ,123
|
|
4
|
-
amulet/core/_version.py,sha256=
|
|
5
|
-
amulet/core/amulet_core.dll,sha256=
|
|
6
|
-
amulet/core/amulet_core.lib,sha256=
|
|
4
|
+
amulet/core/_version.py,sha256=8GdG9LnY46O4LEYVahJpuQyUKcnwFZY1MFFIU-Ut6pM,520
|
|
5
|
+
amulet/core/amulet_core.dll,sha256=xqU3jyhkMpTB2eOX3JOm1Cr-LWcg9fWN6QISCVwwjzA,157184
|
|
6
|
+
amulet/core/amulet_core.lib,sha256=l2Lf_tdnV4wumVZATmRCJlpn8DI6eeXW9XM4UiJU9ww,45970
|
|
7
7
|
amulet/core/amulet_coreConfig.cmake,sha256=lIMT2iokqBGeWo1_gHlYIXNDge5htq7orPeRiqBZuFg,876
|
|
8
8
|
amulet/core/dll.hpp,sha256=pyhd9lh570R1Qi7TPPnKoiB-fAFmQan8Vnk-oZmuK70,586
|
|
9
9
|
amulet/core/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -18,7 +18,7 @@ amulet/core/block_entity/block_entity.hpp,sha256=q_8rzz4JCQ-L4q025G-ooQ2G47Hf6hy
|
|
|
18
18
|
amulet/core/chunk/__init__.pyi,sha256=3CXjNyVx1FXuUeAZ0MdQgwPeFMY_63incYHG3IQxwqY,1946
|
|
19
19
|
amulet/core/chunk/chunk.hpp,sha256=r3s5nPd60XwTyulG8xA7VdPH72OwDFwD-32faKp75ds,3915
|
|
20
20
|
amulet/core/chunk/component/__init__.pyi,sha256=stjIjJy7yTVxicTbxsUh6H_57BvHRiNexqTWA0khlyQ,450
|
|
21
|
-
amulet/core/chunk/component/biome_3d_component.hpp,sha256=
|
|
21
|
+
amulet/core/chunk/component/biome_3d_component.hpp,sha256=qtBGznXfxGh44GMrm5QwjyooCLhIXySuozyRWuBo1cA,3281
|
|
22
22
|
amulet/core/chunk/component/block_component.hpp,sha256=JFk1O1IBWWX9-blvQN0Kv1xNUuWYWpMxkPB6jzIoG2w,3361
|
|
23
23
|
amulet/core/chunk/component/block_component.pyi,sha256=Yn19Tm9S-ekqXJGcwOMBe3fiAgvZDT7GkVvBHjhdaIY,839
|
|
24
24
|
amulet/core/chunk/component/block_entity_component.hpp,sha256=wCv7Im03GqPoTLmtt0bmvxrS12kJN_qjzqONuRZ2YmE,3918
|
|
@@ -38,8 +38,8 @@ amulet/core/selection/group.hpp,sha256=xK07faXoiVePn9v7sJ_oZJfie3lqgzcOuGkdRe4Bs
|
|
|
38
38
|
amulet/core/selection/group.pyi,sha256=0dbn4ZCh7D2PFhzLbGuuS1Mr_WIo-sWtugxe4grWB8s,6401
|
|
39
39
|
amulet/core/version/__init__.pyi,sha256=0-2azYaixOPPVeXGGy_JKZTeFHy6IP6z-hgfZ3WaxWs,4104
|
|
40
40
|
amulet/core/version/version.hpp,sha256=yVc_uhBgmHQ0Evo73rXXoRwSQMHakUQxSYR3_fu2KH4,6506
|
|
41
|
-
amulet_core-2.0.
|
|
42
|
-
amulet_core-2.0.
|
|
43
|
-
amulet_core-2.0.
|
|
44
|
-
amulet_core-2.0.
|
|
45
|
-
amulet_core-2.0.
|
|
41
|
+
amulet_core-2.0.3a3.post250708090541.dist-info/METADATA,sha256=PF99pJBaUq1ynLTYQPhgRvrfgpmTSW20P_12pl22tKk,5082
|
|
42
|
+
amulet_core-2.0.3a3.post250708090541.dist-info/WHEEL,sha256=8UP9x9puWI0P1V_d7K2oMTBqfeLNm21CTzZ_Ptr0NXU,101
|
|
43
|
+
amulet_core-2.0.3a3.post250708090541.dist-info/entry_points.txt,sha256=a64mqk_dgbzVyk-pz0WKpK6kNAhIGdVT9DO2VqDIAc8,68
|
|
44
|
+
amulet_core-2.0.3a3.post250708090541.dist-info/top_level.txt,sha256=3ZqHzNDiIb9kV8TwSeeXxK_9haSrsu631Qe4ndDo0rc,7
|
|
45
|
+
amulet_core-2.0.3a3.post250708090541.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|