/** Registers an entity as possible backpack carrier, meaning * they'll get constructed with an IBackpack capability. * Must be called in pre-initialization phase (or before). */ public static void registerEntity(String entityID, RenderOptions renderOptions) { if (entityID == null) throw new...