Grom PE
Grom PE
Doesn't it work already? It selects the matching block in the hotbar.
Good point, and this sounds more like FC's oversight. I'll look into it.
http://sargunster.com/btwforum/viewtopic.php?p=155360#p155360 Looks like it's an intended feature and not an oversight.
As I understand, it is intended to not give the player vast access to fire-resistant freely floating blocks at the stage of iron pickaxe. On related note, I spotted that...
I suspect this is the following bug: https://github.com/MinecraftForge/MinecraftForge/issues/1354 (fixed in Forge for Minecraft 1.8.9 only) Because I was able to reproduce the crash pretty consistently in my world, and after...
With branches have to keep StackMaps in mind. ASM has a way to generate those automatically. Basically, if `playerEntity.openContainer.getSlotFromInventory()` returns null, use `playerEntity.inventoryContainer.getSlotFromInventory()` instead.
As I returned to play with Reika's mods, I took a look at this again. Using Krakatau, I was able to play without this bug by patching nh.class in 1.7.10.jar...