Amulet-Core icon indicating copy to clipboard operation
Amulet-Core copied to clipboard

A Python library for reading and writing the Minecraft save formats. See Amulet for the actual editor.

Results 24 Amulet-Core issues
Sort by recently updated
recently updated
newest added

## Feature Request ### The Problem Currently chunks are intended to be independent of the world however I think we should change this behaviour. There is an issue when adding...

**Is your feature request related to a problem? Please describe.** I wanted to see if we can spawn entities at a certain location using the amulet api. Amulet API provides...

the console returns ``` pip install amulet-core Collecting amulet-core Downloading amulet_core-1.9.22-py3-none-any.whl.metadata (4.3 kB) Requirement already satisfied: numpy~=1.17 in c:\users\beheerder\appdata\local\programs\python\python312\lib\site-packages (from amulet-core) (1.26.4) Collecting amulet-nbt~=2.0 (from amulet-core) Downloading amulet-nbt-2.1.3.tar.gz (1.3 MB)...

**Describe the bug** The coordinates of the block in blocks_tick was mistakenly changed while saving without doing not make any changes to it. This seems to be the code about...