zhuowei
zhuowei
@iBotPeaches This is an issue if the output of Apktool is used to create an Android library for building with Ant instead of being rebuilt with Apktool: the Ant buildtools...
I could change it to use Item objects. Also, Glowstone now have a different inventory implementation, which may be better than my version.
The only commits related to the nether is the last 5 commits; the rest are from the inventory implementation. I don't know how to send a pull request for only...
According to http://mc.kev009.com/Mob_Types, it's specified in the first metadata field. I've implemented in zhuowei/lightstone@629c902. It seems to work.
It seems that hMod has not been updated past Beta 1.4. You might want to consider migrating to a different Minecraft mod, such as CraftBukkit or CanaryMod.
@maenpaa24 Could `pstore` help get logs from the device? pstore is a kernel module that stores kernel panics in EFI variables, so they would survive a reboot. [mjg59 has a...
@aunali1 It looks like the trace only logs reads/writes to the config area: maybe NVMe transactions are DMAed and thus not present in the trace? I wonder if reverse engineering...
@MCMrARM Your second crash looks like the second crash report AndreasAZiegler pasted above: https://github.com/Dunedan/mbp-2016-linux/issues/71#issuecomment-430719127 but not their first crash (https://github.com/Dunedan/mbp-2016-linux/issues/71#issuecomment-427662920)
@MCMrARM The bridgeOS kernel is not encrypted (you can grab it from https://www.theiphonewiki.com/wiki/Firmware/iBridge/3.x), but the firmware (RTKit) that actually drives the NVMe does seem to be encrypted. At least, I...