Gavin Lambert

Results 107 comments of Gavin Lambert

`!datapack` Press F3+H to enable advanced tooltips, which will show you the internal id of that facade item (it's likely just the one item id for all facades). Make a...

Well, it's fixed in 1.19 at least. It hasn't been backported to 1.18 yet.

Each dimension is entirely separate. You don't own a colony in that dimension yet, thus it correctly says you don't have any colony. You should be able to start a...

If you look at the logs you didn't include, you'll see why. There's something weird about the recipe for empty maps that makes them incompatible, and it logs that. It...

That's fine. But it's not mandatory for the colony to produce things that are used in builds -- there's no way to produce coral, for example, but it's included in...

This is possibly a separate issue, but apparently `ByteSize` is now deprecated in favour of `ByteSizeLong`, but the latter returns a `size_t` whereas all the other message API (eg. `SerializeToArray`)...

The caveat with both of those is that they will probably break if someone uses enum values in the 64-bit range (which would be unusual, but I think currently not...

Rebranding to Extendable Mode based on feedback; moving some mcol-specific compat code to here instead of struct.

The auto recipes being able to break the cap is somewhat intended, since there are buildings where there are more auto recipes than there are recipe slots. It could perhaps...

I did avoid including what I could (such as the list of all items, since that's "client-safe"). I haven't done specific time or data measurements but I don't think this...