Cannot add capabilities to dummy tiles.
Thutmose opened this issue ยท 2 comments
The forge capability system allows adding capabilities to other mods' TEs via an event. This cannot be done for the TileDummy classes, as they return "null" when getCapability is called for anything other than the hardcoded capabilities.
This null should be replaced with super.getCapability.
If the fix for #182 also fixed this one, it should probably be closed
Agreed - I think this will now be fixed by the changes made in response to #182 , so sure, I'll close it.