amulet-core 1.9.23__py3-none-any.whl → 1.9.25__py3-none-any.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/_version.py +3 -3
- amulet/level/formats/anvil_world/format.py +1 -1
- amulet/level/interfaces/chunk/anvil/anvil_3463.py +1 -1
- {amulet_core-1.9.23.dist-info → amulet_core-1.9.25.dist-info}/METADATA +1 -1
- {amulet_core-1.9.23.dist-info → amulet_core-1.9.25.dist-info}/RECORD +8 -8
- {amulet_core-1.9.23.dist-info → amulet_core-1.9.25.dist-info}/WHEEL +0 -0
- {amulet_core-1.9.23.dist-info → amulet_core-1.9.25.dist-info}/entry_points.txt +0 -0
- {amulet_core-1.9.23.dist-info → amulet_core-1.9.25.dist-info}/top_level.txt +0 -0
amulet/_version.py
CHANGED
|
@@ -8,11 +8,11 @@ import json
|
|
|
8
8
|
|
|
9
9
|
version_json = '''
|
|
10
10
|
{
|
|
11
|
-
"date": "2024-06-
|
|
11
|
+
"date": "2024-06-18T12:05:45+0100",
|
|
12
12
|
"dirty": false,
|
|
13
13
|
"error": null,
|
|
14
|
-
"full-revisionid": "
|
|
15
|
-
"version": "1.9.
|
|
14
|
+
"full-revisionid": "5a32a1c75b5b15eddac88e4516310015f63f6799",
|
|
15
|
+
"version": "1.9.25"
|
|
16
16
|
}
|
|
17
17
|
''' # END VERSION_JSON
|
|
18
18
|
|
|
@@ -553,7 +553,7 @@ class AnvilFormat(WorldFormatWrapper[VersionNumberInt]):
|
|
|
553
553
|
changed_ = False
|
|
554
554
|
changed_ |= chunk.misc.pop("block_light", None) is not None
|
|
555
555
|
changed_ |= chunk.misc.pop("sky_light", None) is not None
|
|
556
|
-
changed_ |= chunk.misc.pop("isLightOn", None)
|
|
556
|
+
changed_ |= bool(chunk.misc.pop("isLightOn", None))
|
|
557
557
|
if changed_:
|
|
558
558
|
changed = True
|
|
559
559
|
chunk.changed = True
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
amulet/__init__.py,sha256=sWKAqhofjzTINMJB22nXeBTITznt4H9rM3ZaaAn2SB4,866
|
|
2
|
-
amulet/_version.py,sha256=
|
|
2
|
+
amulet/_version.py,sha256=OO082fxxzxB1nR6TxG1dm06HMGgTUJn5_spSxRXBwns,498
|
|
3
3
|
amulet/__pyinstaller/__init__.py,sha256=JJOm9J0BoU_vwoYyoHgd8vwSdiO5SGlHHWH6EQK6sc4,41
|
|
4
4
|
amulet/__pyinstaller/hook-amulet.py,sha256=5s6LZxxd47zNsrsJi-PORR7Q6QC079D7pcTkSn1uzCs,158
|
|
5
5
|
amulet/api/__init__.py,sha256=HJ88KU13JNYES9sptkz0la0OsoRvBGUavuOanaZ_RyM,46
|
|
@@ -80,7 +80,7 @@ amulet/level/formats/anvil_forge_world.py,sha256=oktfFzj7YYzCdpHJeRKPp-XAR6EzGIp
|
|
|
80
80
|
amulet/level/formats/anvil_world/__init__.py,sha256=QlLF_96Ub9ceibhR8J1CVfkSaAqXl8dUQWWxFjDJkW0,54
|
|
81
81
|
amulet/level/formats/anvil_world/_sector_manager.py,sha256=QK-M9C4j_QfcpBxd_GwmUeQbwpnTgc6TC6egqtB4ZP8,11080
|
|
82
82
|
amulet/level/formats/anvil_world/dimension.py,sha256=Ft38XWSjJ7mRjHqF-XjEIR7uJFTB_oBaWQIPNaMrsgQ,6069
|
|
83
|
-
amulet/level/formats/anvil_world/format.py,sha256=
|
|
83
|
+
amulet/level/formats/anvil_world/format.py,sha256=_Ex4g597CYBgbMwsMvk9byTNyJRIrUsv0fT-S5y5xXs,27572
|
|
84
84
|
amulet/level/formats/anvil_world/region.py,sha256=KzwvmQHbxYMQdps43Iwy6ruOufQst4GmyF2P3GLzuHc,15995
|
|
85
85
|
amulet/level/formats/anvil_world/data_pack/__init__.py,sha256=L-He67mqDNWp0boI1VDyIz92BfBZqSKLnBcR0bYxQUA,79
|
|
86
86
|
amulet/level/formats/anvil_world/data_pack/data_pack.py,sha256=N7WwzdQuqmIsjInIqhk-I0UGV67wCFc_ysQMYh0UXYU,6161
|
|
@@ -174,7 +174,7 @@ amulet/level/interfaces/chunk/anvil/anvil_2529.py,sha256=UTtQkxcM3jUdSWpy02gehEh
|
|
|
174
174
|
amulet/level/interfaces/chunk/anvil/anvil_2681.py,sha256=w9lz9014E3yNFdsLUFvF4UP1IE_OzdwFp8lZ0Zl5tCg,2319
|
|
175
175
|
amulet/level/interfaces/chunk/anvil/anvil_2709.py,sha256=qRvOb67bjyh-HcSEUiqlf1YKMqPfZjeW98Aid92YQy8,417
|
|
176
176
|
amulet/level/interfaces/chunk/anvil/anvil_2844.py,sha256=wyl97xOVr2tARqEgNGe0yH9fZNVyeNocH_5ScOX-gD0,10292
|
|
177
|
-
amulet/level/interfaces/chunk/anvil/anvil_3463.py,sha256=
|
|
177
|
+
amulet/level/interfaces/chunk/anvil/anvil_3463.py,sha256=od3yoa80cuoVCoU4oOL5L7v1J41zmjRb_kdq4OxDeSI,423
|
|
178
178
|
amulet/level/interfaces/chunk/anvil/anvil_na.py,sha256=UcSd3LWjGdDmTvTfKF02UsAtnjLdQc1l_ZN3GpP3LHg,22007
|
|
179
179
|
amulet/level/interfaces/chunk/anvil/base_anvil_interface.py,sha256=fG3nEkRxY9O-yvlBPFJW1abTb8Vw6Lhh7rjMJf7c1SA,11979
|
|
180
180
|
amulet/level/translators/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -201,8 +201,8 @@ amulet/utils/generator.py,sha256=2pKToghl8irYozX5hBJYtjTQVzhljznPCi42hQKRGDQ,364
|
|
|
201
201
|
amulet/utils/matrix.py,sha256=KSqluO0H6oHUfe0pU4Esv67pOmHFurK2BDOrZAeNxg8,7665
|
|
202
202
|
amulet/utils/numpy_helpers.py,sha256=fM0rjZxbUqoTMTrFooZEVVhHfsqv0j_7KPGsjVq4ReM,1232
|
|
203
203
|
amulet/utils/world_utils.py,sha256=xb6JPrrbwDF0_y4ZYjTJ1ieydL3COzzLosTgcxDDyRc,12559
|
|
204
|
-
amulet_core-1.9.
|
|
205
|
-
amulet_core-1.9.
|
|
206
|
-
amulet_core-1.9.
|
|
207
|
-
amulet_core-1.9.
|
|
208
|
-
amulet_core-1.9.
|
|
204
|
+
amulet_core-1.9.25.dist-info/METADATA,sha256=y0zngKxwvXG-3f1NH9FLl1vfVAASJ_eoxebKKQd8K9w,4287
|
|
205
|
+
amulet_core-1.9.25.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
206
|
+
amulet_core-1.9.25.dist-info/entry_points.txt,sha256=53zFNThTPzI8f9ertsyU2DoUpxdWU8rjOA_Cu4YH5Vk,63
|
|
207
|
+
amulet_core-1.9.25.dist-info/top_level.txt,sha256=3ZqHzNDiIb9kV8TwSeeXxK_9haSrsu631Qe4ndDo0rc,7
|
|
208
|
+
amulet_core-1.9.25.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|