06-18-2013, 05:13 PM
I need to rewrite the TNT code. Right now, the cTNTBlockHandler makes the TNT block "usable", so that it can detect a "use" by FlintAndSteel. However, this disallows placing any block by clicking on the side of a TNT block. So instead, I'll make the cItemLighterHandler aware of TNTs, so that using a FlintAndSteel will ignite the TNT, not the TNT block by itself.