amulet-core 2.0.3a2.post250627150829__cp311-cp311-win_amd64.whl → 2.0.3a3.post250708090531__cp311-cp311-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/_version.py CHANGED
@@ -8,11 +8,11 @@ import json
8
8
 
9
9
  version_json = '''
10
10
  {
11
- "date": "2025-06-27T16:04:02+0100",
11
+ "date": "2025-06-30T07:54:37+0100",
12
12
  "dirty": false,
13
13
  "error": null,
14
- "full-revisionid": "e066fffa9dd7f65769e62a638a8b55659eae70d0",
15
- "version": "2.0.3a2"
14
+ "full-revisionid": "3d4ebbe5b281a06285d5e207cbbe5909f0e22a75",
15
+ "version": "2.0.3a3"
16
16
  }
17
17
  ''' # END VERSION_JSON
18
18
 
Binary file
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.3a2.post250627150829
3
+ Version: 2.0.3a3.post250708090531
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.cp311-win_amd64.pyd,sha256=S0rGZ15OkGjV2LhY6FvVd4vW3Ntz2Lzk3vYLlRalQys,603136
2
+ amulet/core/_amulet_core.cp311-win_amd64.pyd,sha256=ll_462pehQCTg-scbqZSuONz1_XUFwD8B-0zrdPouAg,609792
3
3
  amulet/core/_amulet_core.pyi,sha256=6KCygVcKCdfcpjegv7RMDgxKh9M6F-IHNhPUNGZAlyQ,123
4
- amulet/core/_version.py,sha256=kOPVFltif7FzgPzcQq3yS-1l1IHjj9srZanJJb-_crA,520
5
- amulet/core/amulet_core.dll,sha256=ZO8_2Mx6RcCbYjkqrHPXb19bEzNvRnv4zKiuu3LlQQA,142336
6
- amulet/core/amulet_core.lib,sha256=HbGY4eP4HWcX8UrmlUHp35kVXUQII_AAWNJNW9ZImhQ,45026
4
+ amulet/core/_version.py,sha256=8GdG9LnY46O4LEYVahJpuQyUKcnwFZY1MFFIU-Ut6pM,520
5
+ amulet/core/amulet_core.dll,sha256=2Yj-10IL5SELyhpHjMNP7ClruFV5fEfU6H4kao_1QFE,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=Dx-16Qg1LsGSvxDSN7PmBpDvaUnXMzKEYAFPshuQmvw,3138
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.3a2.post250627150829.dist-info/METADATA,sha256=AVdBON9RsBKwziU0zAJUJYHwezbB2Y3PaGMZpa5oFQk,5082
42
- amulet_core-2.0.3a2.post250627150829.dist-info/WHEEL,sha256=JLOMsP7F5qtkAkINx5UnzbFguf8CqZeraV8o04b0I8I,101
43
- amulet_core-2.0.3a2.post250627150829.dist-info/entry_points.txt,sha256=a64mqk_dgbzVyk-pz0WKpK6kNAhIGdVT9DO2VqDIAc8,68
44
- amulet_core-2.0.3a2.post250627150829.dist-info/top_level.txt,sha256=3ZqHzNDiIb9kV8TwSeeXxK_9haSrsu631Qe4ndDo0rc,7
45
- amulet_core-2.0.3a2.post250627150829.dist-info/RECORD,,
41
+ amulet_core-2.0.3a3.post250708090531.dist-info/METADATA,sha256=Gcdl_mCNT_eqTDh-f4ZfmMUPeWjKD3iROmimSvmUO_k,5082
42
+ amulet_core-2.0.3a3.post250708090531.dist-info/WHEEL,sha256=JLOMsP7F5qtkAkINx5UnzbFguf8CqZeraV8o04b0I8I,101
43
+ amulet_core-2.0.3a3.post250708090531.dist-info/entry_points.txt,sha256=a64mqk_dgbzVyk-pz0WKpK6kNAhIGdVT9DO2VqDIAc8,68
44
+ amulet_core-2.0.3a3.post250708090531.dist-info/top_level.txt,sha256=3ZqHzNDiIb9kV8TwSeeXxK_9haSrsu631Qe4ndDo0rc,7
45
+ amulet_core-2.0.3a3.post250708090531.dist-info/RECORD,,