David Vierra
David Vierra
The benefit of transferring fluids as ephemereal fluid container items was that you could transfer the fluids via a pair of EnderStorage Ender Chests connected with Inventory System Connector Pipes.
I want to introduce a new export format for MCEdit2 to address the limitations of the schematic format, the main one being that the entire file has to be loaded...
I'm not sure what you're referring to, exactly. Can you show me the addition you came up with?
That sounds fine. I haven't come up with anything concrete for the new format, just a bunch of questions to answer and decisions to make.
One thing you can watch out for is that in the tag `level.dat/FML/ItemData/###/K`, the first character is `u'\x01'` for block IDs and `u'\x02'` for item IDs. And a completely different...
https://github.com/pyinstaller/pyinstaller/commit/ab5ab6fdcf160e0c5ecb341d33c9730faed67a37
> Odd, I can run it fine from Chinese, Japanese, and Russian directories. Not sure what's gone wrong here. This specific case has to do with the `__file__` attribute of...
`get_string_at_rva` actually returns a `bytes` type, which is an array of int. To use it as a string, you will have to call `.decode('ASCII')` on the result. (The PE spec...
Hm, you may be right. CArchive.MAGIC should be a bytestring on python3. It looks like only pyi-archive_viewer ever uses CArchive to read an existing file. The build process creates a...
> Does MCedit have any sanitization capabilities on the Forge block/item registries? Nope. I assume Forge will remove blocks that aren't in the ID registry. I remember a case where...