Chris Abbey

Results 12 issues of Chris Abbey

I'm not going to claim the source PHP the tool was asked to deal with was good. Far from it, it was horrible. But the tool's output was worse in...

**Describe the bug** We are missing a bunch of item and entity unames and/or ids in the `bedrock_viz.xml` file, resulting in warnings like this: ```shell [warning] Unknown uname: minecraft:appleenchanted [warning]...

good first issue
help wanted
back-end

**Describe the bug** both the block light and sky light output a pure black map, regardless of actual light levels. **Expected behavior** light maps would be useful

bug

**Describe the bug** The grass color map purports to show what color "grass" is in a given block, but it's currently a black and white image **To Reproduce** Look at...

bug

Working from master (I pulled fresh this evening and got a97c0e2b657594c95a1ccf011fa9cc8cc52de8d1) I'm getting this error collection while parsing my save files. ``` [ error] NBT exception: (Invalid tag type: 0)...

bug
back-end

**Describe the bug** The --limitx and --limitz command line arguments are not documented in any of the help output or the docs.

bug
documentation
good first issue
help wanted

There's a few things at the high level in this branch: 1. overhaul of how block and entity ids are handled internally. 2. new blocks and entities added to the...

In 1.18 mojang introduced a new way to store biome data. We need to parse it out of the new records instead of just blindly taking the data bit we...

enhancement

When the remote repo has branches that are not in sync with the local one, the tool gives a very clear warning: ``` Remote 'cabbey' is not up to date...

enhancement

This adds two new rules to the PHP8.3 collection for replacing the newly deprecated calls to `get_class()` and `get_parent_class()` without passing an object argument to them. I choose to use...